Template:Boxcomm: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{| class="wikitable" style="width:100%; font-weight:bold; line-height:100%"
{| class="wikitable" style="width:100%; background:#eee; font-weight:bold; line-height:80%"
| rowspan="2" style="width:25px; height:25px; padding:2px; background:#000; color:lime; font-size:150%" | {{{id|0x00}}}
| rowspan="2" style="width:25px; height:25px; padding:2px; background:#000; color:lime; font-size:150%; cursor:help" title="Command ID" | {{{id|0x00}}}
| 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:70px; font-weight:normal; border-style:solid hidden hidden" | Name: || style="border-style:solid solid hidden" | {{{name|Please enter a command 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:70px; font-weight:normal; border-style:hidden hidden solid" | Data Type: || {{{data|Please enter a data type 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>

Revision as of 19:37, 10 February 2022

0x00 Name: Please enter a command name identifyer
Data Type: Please enter a data type description

Example

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

0x35 Name: Unknown
Data Type: 1 * int32