Template:DigItems: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>Used to plug in the tabular list of items for diggable patches. Plug in this template as an argument (specifically under {{{DigItems}}}) of the overlaying table of [[Template:DigSpotAllotment]].</noinclude>
<noinclude>Used to plug in the tabular list of items for diggable patches. Plug in this template as an argument (specifically under {{{DigItems}}}) of the overlaying table of [[Template:DigSpotAllotment]].</noinclude>
<includeonly>
<includeonly>
<tr style="background-color:#FFFFFF;"><td>[[File:{{{Name}}}.png]]</td><td>{{{Name}}}</td><td>{{{Tier}}}</td></tr>
<tr style="background-color:#FFFFFF;"><td>{{#ifexist:File:{{{Name}}}.png | [[File:{{{Name}}}.png]] | [[File:MissingIcon.png]] }}</td><td>[[{{{Name}}}]]</td><td>{{{Tier}}}</td>
</tr>
</includeonly>
</includeonly>

Latest revision as of 12:32, 28 December 2016

Used to plug in the tabular list of items for diggable patches. Plug in this template as an argument (specifically under {{{DigItems}}}) of the overlaying table of Template:DigSpotAllotment.