ChipInfoGameRow: Difference between revisions
From The Rockman EXE Zone Wiki
(Created page with "{{#if: {{{atk|}}}{{{elem|}}}{{{codes|}}} |{{!}}- !colspan="2"{{!}}{{{game|}}} {{#if: {{{atk|}}} | {{!}}- {{!}}'''Attack'''{{!}}{{!}}{{{atk}}} }} {{#if: {{{elem|}}} |...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{#if: {{{atk|}}}{{{elem|}}}{{{codes|}}} | <includeonly>{{#if: {{{atk|}}}{{{elem|}}}{{{codes|}}} | ||
|{{!}}- | |{{!}}- | ||
!colspan="2"{{!}}{{{game|}}} | !colspan="2"{{!}}{{{game|}}} | ||
Line 14: | Line 14: | ||
{{!}}'''Codes'''{{!}}{{!}}{{{codes}}} | {{!}}'''Codes'''{{!}}{{!}}{{{codes}}} | ||
}} | }} | ||
}}</includeonly><noinclude>==Example== | |||
{|class="wikitable" | |||
{{ChipInfoGameRow | |||
|game=Mega Man Battle Network 1 | |||
|attack=40 | |||
|elem=Null | |||
|codes=A B C D E | |||
}} | }} | ||
|} | |||
==Usage== | |||
<pre>{{ChipInfoGameRow | |||
|game=Mega Man Battle Network 1 | |||
|attack=40 | |||
|elem=Null | |||
|codes=A B C D E | |||
}}</pre> | |||
</noinclude> |
Latest revision as of 23:52, 16 August 2014
Example
Mega Man Battle Network 1 | |
---|---|
Element | Null |
Codes | A B C D E |
Usage
{{ChipInfoGameRow |game=Mega Man Battle Network 1 |attack=40 |elem=Null |codes=A B C D E }}