Difference between revisions of "Template:OpCode"
Jump to navigation
Jump to search
(new template) |
(legacy template no longer needed) |
||
Line 1: | Line 1: | ||
− | <includeonly | + | <includeonly>{{{games}}} {{#if:{{{command|}}}|'''{{{command}}}'''}} |
− | |||
− | |||
− | |||
− | |||
<hr /> | <hr /> | ||
<dl class="opcode"> | <dl class="opcode"> | ||
Line 72: | Line 68: | ||
<dt>Native analog</dt> | <dt>Native analog</dt> | ||
<dd>{{{native}}}</dd>}}<!-- | <dd>{{{native}}}</dd>}}<!-- | ||
− | --></dl> | + | --></dl>[[Category:OpCodes]]</includeonly><noinclude> |
<pre>{{OpCode | <pre>{{OpCode | ||
| games = list of supported games, required field | | games = list of supported games, required field | ||
Line 88: | Line 84: | ||
| games = {{Icon|t}} | | games = {{Icon|t}} | ||
| command = WAIT | | command = WAIT | ||
− | | description = Stops the execution of a [[ | + | | description = Stops the execution of a [[script]] |
| syntax1 = 0001: wait [''int''] ms | | syntax1 = 0001: wait [''int''] ms | ||
| syntax2 = wait [''int''] | | syntax2 = wait [''int''] |
Latest revision as of 10:27, 22 December 2016
{{OpCode | games = list of supported games, required field | command = command name | description = brief description, required field | syntax1 = common syntax, required field | syntax2 = alternative syntax | syntax3 = alternative syntax | p(1-13)t = parameter type | p(1-13)d = parameter description | native = native analog }}