Template:MiscPokemon: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>Use this conjunctively with [[Template:MiscPokemonLocations]] in order to construct data rows for the tabular nest. | <noinclude>Use this conjunctively with [[Template:MiscPokemonLocations]] in order to construct data rows for the tabular nest. | ||
It is receptible to input for three arguments {{{Mode}}} to categorize the method ([[NPC Traders]], for example), {{{ | It is receptible to input for three arguments {{{Mode}}} to categorize the method ([[NPC Traders]], for example), {{{Location}}} for the location, {{{Level}}} for the level, {{{Held}}} for the held item (if applicable), and {{{Notes}}} for more descriptive information (if needed).</noinclude> | ||
<includeonly><tr style="background-color: #FFFFFF;"> | <includeonly><tr style="background-color: #FFFFFF;"> | ||
<td> | <td>{{{Mode}}}</td> | ||
<td>{{{Location}}}</td> | |||
<td>{{{Level}}}</td> | <td>{{{Level}}}</td> | ||
<td>{{#if:{{{Held|}}}| | <td>{{#if:{{{Held|}}}| | ||
Line 9: | Line 10: | ||
{{#ifexist:File:{{#var:helditem}}.png|[[File:{{#var:helditem}}.png|link={{#var:helditem}}|{{#var:helditem}}]]|[[{{#var:helditem}}]]}} | {{#ifexist:File:{{#var:helditem}}.png|[[File:{{#var:helditem}}.png|link={{#var:helditem}}|{{#var:helditem}}]]|[[{{#var:helditem}}]]}} | ||
|N/A}}</td> | |N/A}}</td> | ||
<td style="text-align: left; | <td style="text-align: left; padding-left: 4px;">{{{Notes|None}}}.</td> | ||
</tr> | </tr> | ||
</includeonly> | </includeonly> |
Latest revision as of 00:05, 19 September 2017
Use this conjunctively with Template:MiscPokemonLocations in order to construct data rows for the tabular nest.
It is receptible to input for three arguments {{{Mode}}} to categorize the method (NPC Traders, for example), {{{Location}}} for the location, {{{Level}}} for the level, {{{Held}}} for the held item (if applicable), and {{{Notes}}} for more descriptive information (if needed).