Template:Boxcomm: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
No edit summary
(Smaller)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable" style="width:100%; font-weight:bold; line-height:100%"
{| class="wikitable" style="width:100%; background:#eef; line-height:60%"
| rowspan="2" style="width:25px; height:25px; padding:2px; background:#000; color:lime; font-size:150%" | {{{id|0x00}}}
| rowspan="2" style="width:25px; padding:2px; background:black; color:lime; font-weight:bold; font-size:120%; cursor:help" title="Command ID" | {{{id|0xID}}}
| style="width:75px; font-weight:normal; border-style:solid hidden hidden" | Name: || style="border-style:solid solid hidden" | {{{name|please enter a command name identifyer}}}
| style="width:110px; border-style:solid hidden hidden" | Command Name:
| style="border-style:solid solid hidden; font-weight:bold" | {{{name|Please enter a name identifyer}}}
|-
|-
| style="width:75px; font-weight:normal; border-style:hidden hidden solid" | Data Type: || {{{data|please enter a description of the data type}}}
| style="width:110px; border-style:hidden hidden solid" | Command Data:
| style="font-style:italic" | {{{data|Please enter a data description}}}
|}<noinclude>
|}<noinclude>


==Example==
==Example==
<nowiki>{{Boxcomm|id=0x35|name=Unknown|data=1 * int32}}</nowiki>
<nowiki>{{Boxcomm|id=0x35|name=Unknown|data=1 * int32}}</nowiki>
{{Boxcomm|id=0x35|name=unknown|data=1*int32}}
{{Boxcomm|id=0x35|name=Unknown|data=1 * int32}}


[[Category:templates]]</noinclude>
[[Category:templates]]</noinclude>

Latest revision as of 14:48, 13 February 2022

0xID Command Name: Please enter a name identifyer
Command Data: Please enter a data description

Example[edit source]

{{Boxcomm|id=0x35|name=Unknown|data=1 * int32}}

0x35 Command Name: Unknown
Command Data: 1 * int32