Difference between revisions of "Template:OpCode"
Jump to navigation
Jump to search
(my first template so there could be problems) |
m |
||
Line 13: | Line 13: | ||
{{#if:{{{ini|}}}|<code>{{{ini}}}</code><br>}} | {{#if:{{{ini|}}}|<code>{{{ini}}}</code><br>}} | ||
{{#if:{{{description|}}}|'''Description''': {{{description}}}<br>}} | {{#if:{{{description|}}}|'''Description''': {{{description}}}<br>}} | ||
− | {{#if:{{{p1|}}}|'''Parameter 1''': {{{p1}}}<br>}} | + | {{#if:{{{p1|}}}|'''Parameter 1''': {{{p1}}}<br>}}{{#if:{{{p2|}}}|'''Parameter 2''': {{{p2}}}<br>}} |
− | {{#if:{{{p2|}}}|'''Parameter 2''': {{{p2}}}<br>}} | + | {{#if:{{{p3|}}}|'''Parameter 3''': {{{p3}}}<br>}}{{#if:{{{p4|}}}|'''Parameter 4''': {{{p4}}}<br>}} |
− | {{#if:{{{p3|}}}|'''Parameter 3''': {{{p3}}}<br>}} | + | {{#if:{{{p5|}}}|'''Parameter 5''': {{{p5}}}<br>}}{{#if:{{{p6|}}}|'''Parameter 6''': {{{p6}}}<br>}}{{#if:{{{p7|}}}|'''Parameter 7''': {{{p7}}}<br>}}{{#if:{{{p8|}}}|'''Parameter 8''': {{{p8}}}<br>}} |
− | {{#if:{{{p4|}}}|'''Parameter 4''': {{{p4}}}<br>}} | + | {{#if:{{{p9|}}}|'''Parameter 9''': {{{p9}}}<br>}}{{#if:{{{p10|}}}|'''Parameter 10''': {{{p10}}}<br>}}{{#if:{{{p11|}}}|'''Parameter 11''': {{{p11}}}<br>}}{{#if:{{{p12|}}}|'''Parameter 12''': {{{p12}}}<br>}}{{#if:{{{p13|}}}|'''Parameter 13''': {{{p13}}}<br>}}{{#if:{{{p14|}}}|'''Parameter 14''': {{{p14}}}<br>}}{{#if:{{{p15|}}}|'''Parameter 15''': {{{p15}}}<br>}}{{#if:{{{p16|}}}|'''Parameter 16''': {{{p16}}}<br>}} |
− | {{#if:{{{p5|}}}|'''Parameter 5''': {{{p5}}}<br>}} | ||
− | {{#if:{{{p6|}}}|'''Parameter 6''': {{{p6}}}<br>}} | ||
− | {{#if:{{{p7|}}}|'''Parameter 7''': {{{p7}}}<br>}} | ||
− | {{#if:{{{p8|}}}|'''Parameter 8''': {{{p8}}}<br>}} | ||
− | {{#if:{{{p9|}}}|'''Parameter 9''': {{{p9}}}<br>}} | ||
− | {{#if:{{{p10|}}}|'''Parameter 10''': {{{p10}}}<br>}} | ||
− | {{#if:{{{p11|}}}|'''Parameter 11''': {{{p11}}}<br>}} | ||
− | {{#if:{{{p12|}}}|'''Parameter 12''': {{{p12}}}<br>}} | ||
− | {{#if:{{{p13|}}}|'''Parameter 13''': {{{p13}}}<br>}} | ||
− | {{#if:{{{p14|}}}|'''Parameter 14''': {{{p14}}}<br>}} | ||
− | {{#if:{{{p15|}}}|'''Parameter 15''': {{{p15}}}<br>}} | ||
− | {{#if:{{{p16|}}}|'''Parameter 16''': {{{p16}}}<br>}} | ||
{{#if:{{{game|}}}|'''Supports''': {{{game}}}<br>}} | {{#if:{{{game|}}}|'''Supports''': {{{game}}}<br>}} | ||
{{#if:{{{native|}}}|'''Analogous to GTA4''': {{{native}}}<br>}} | {{#if:{{{native|}}}|'''Analogous to GTA4''': {{{native}}}<br>}} |
Revision as of 19:41, 27 December 2008
{{OpCode | ini = <line from ini file> | description = <brief description> | p# = <parameter description> | game = <what game it supports> | native = <analogy to GTA4> }}