Template:CoinShopTable: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>Multi-purpose tabular template for Coin Shop commodities. It is used in conjunction with table-cell templates to construct a tabular overview of all Coin Shop commodities.</noinclude>
<noinclude>Multi-purpose tabular template for Coin Shop commodities. It is used in conjunction with table-cell templates to construct a tabular overview of all Coin Shop commodities.</noinclude>


<includeonly>{{#vardefine:placeholder|1}}{{#vardefine:clothes|0}}<table align="center" class="pro-table" style="width: {{{Width|85}}}%;">
<includeonly>
<tr><td colspan="6"><div class="pro-table-header" style="width: 64%; margin: auto; text-align: center;">{{{Header}}}</div></td></tr>
{{#ifeq:{{#varexists:background}}|1|{{#vardefine:cell|#{{Item_color_light}}}}{{#vardefine:background|#{{Item_color}}}}{{#vardefine:border|#{{Item_color_dark}}}}}}
{{#vardefine:placeholder|1}}{{#vardefine:clothes|0}}<table align="center" style="width: {{{Width|85}}}%; background-color: {{#var:background}}; border: 3px solid {{#var:border}}; border-radius: 25px; padding: 3px; text-align: center;">
<tr><td colspan="6"><div style="width: 64%; margin: auto; text-align: center; border-radius: 25px; 25px; 1px 1px; background-color: {{#var:cell}}; font-weight: bold; color: {{#var:border}}; border: 1px solid {{#var:border}};">{{{Header}}}</div></td></tr>
<tr><th width="17%"></th><th width="17%"></th><th width="17%"></th><th width="17%"></th><th width="17%"></th><th width="17%"></th></tr>
<tr><th width="17%"></th><th width="17%"></th><th width="17%"></th><th width="17%"></th><th width="17%"></th><th width="17%"></th></tr>
<tr>
<tr>
{{{Content}}}
{{{Content}}}
</tr>
</tr>
<tr><td colspan="6"> <div style="margin-left: 30px;">
<tr><td colspan="6" style="border-radius: 1px 1px 25px 25px; border: 1px solid {{#var:border}}; background-color: {{#var:cell}};"> <div style="margin-left: 30px;">
<span style="color:#0000FF">Blue-colored</span> items are only purchasable and equippable by male characters.<br>
<span style="color:#0000FF">Blue-colored</span> items are only purchasable and equippable by male characters.<br>
<span style="color:#FF33CC;">Pink-colored</span> items are only purchasable and equippable by female characters.
<span style="color:#FF33CC;">Pink-colored</span> items are only purchasable and equippable by female characters.
</div></td></tr>
</div></td></tr>
</table></includeonly>
</table></includeonly>

Revision as of 08:36, 7 December 2017

Multi-purpose tabular template for Coin Shop commodities. It is used in conjunction with table-cell templates to construct a tabular overview of all Coin Shop commodities.