Template:JunkItemsTable: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>The parental table used to nest item data for sellable junk items—particularized for applicative usage on [[Valuable Items]].
<noinclude>The parental table used to nest item data for sellable junk items—particularized for applicative usage on [[Valuable Items]].


Use [[Template:JunkItem]] conjunctively with it as an argument to {{{Items}}} in order to construct the item subtables within it.
Use [[Template:SellableItem]] conjunctively with it as an argument to {{{Items}}} in order to construct the item subtables within it.
[[Category:Item-table templates]]
</noinclude>
</noinclude>
<includeonly>{{#vardefine:cell|#{{Items_color_light}}}}{{#vardefine:background|#{{Items_color}}}}{{#vardefine:border|#{{Items_color_dark}}}}<table style="width: 100%; background-color: {{#var:background}}; border-radius: 25px; border: 5px solid {{#var:border}}; padding: 5px; text-align: center;">
<includeonly>{{#vardefine:cell|#{{Items_color_light}}}}{{#vardefine:background|#{{Items_color}}}}{{#vardefine:border|#{{Items_color_dark}}}}<table style="width: 100%; background-color: {{#var:background}}; border-radius: 25px; border: 5px solid {{#var:border}}; padding: 5px; text-align: center;">
<tr><td colspan="4"><div style="width: 75%; margin: auto auto; text-align: center; border-radius: 25px; border: 3px solid {{#var:border}}; background-color: {{#var:cell}}; color: {{#var:border}}; font-weight: bold;">Sellable Items</div></td></tr>
<tr><td colspan="4" style="width: 75%; margin: auto auto; text-align: center; border-radius: 25px; border: 3px solid {{#var:border}}; background-color: {{#var:cell}}; color: {{#var:border}}; font-weight: bold; font-size: large;">Sellable Items</td></tr>
<tr><th scope="col" width="50%"></th><th scope="col" width="50%"></th></tr>
<tr><th scope="col" width="50%"></th><th scope="col" width="50%"></th></tr>
{{#vardefine:items|0}}
{{#vardefine:items|0}}
{{#vardefine:placeholder|1}}
<tr>
{{{Items|}}}
{{{Items|}}}
</tr>
</table>
</table>
</includeonly>
</includeonly>
[[Category:Item-table templates]]

Latest revision as of 05:15, 28 January 2022

The parental table used to nest item data for sellable junk items—particularized for applicative usage on Valuable Items.

Use Template:SellableItem conjunctively with it as an argument to {{{Items}}} in order to construct the item subtables within it.