Template:GenericItemShop: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
<includeonly>{{#vardefine:border|#{{{{{Type|Normal}}}_color_dark}}}}{{#vardefine:background|#{{{{{Type|Normal}}}_color}}}}{{#vardefine:cell|#{{{{{Type|Normal}}}_color_light}}}}{{#vardefine:currency|{{{Currency|Pdollars}}}}}
<includeonly>{{#vardefine:border|#{{{{{Type|Normal}}}_color_dark}}}}{{#vardefine:background|#{{{{{Type|Normal}}}_color}}}}{{#vardefine:cell|#{{{{{Type|Normal}}}_color_light}}}}{{#vardefine:currency|{{{Currency|Pdollars}}}}}
<table class="sortable" style="width: 43%; padding: 5px; text-align: center; background-color: {{#var:background}}; border: 3px solid {{#var:border}};  border-radius: 25px; border-spacing: 5px;">
<table class="sortable" style="width: 43%; padding: 5px; text-align: center; background-color: {{#var:background}}; border: 3px solid {{#var:border}};  border-radius: 25px; border-spacing: 5px;">
<tr><td width="100%"><table style="text-align: center; padding: 3px;">
<tr><td width="100%"><table style="text-align: center; padding: 3px; width: 100%;">
<tr><th colspan="2" style="background-color: {{#var:cell}}; border: 1px solid {{#var:border}}; border-top-left-radius: 25px; color:{{#var:border}}; font-weight: bold;">Items</th><th style="background-color: {{#var:cell}}; border: 1px solid {{#var:border}}; border-top-right-radius: 25px; border-radius: color:{{#var:border}}; font-weight: bold;">Price</th></tr>
<tr><th colspan="2" style="background-color: {{#var:cell}}; border: 1px solid {{#var:border}}; border-top-left-radius: 25px; color:{{#var:border}}; font-weight: bold;">Items</th><th style="background-color: {{#var:cell}}; border: 1px solid {{#var:border}}; border-top-right-radius: 25px; border-radius: color:{{#var:border}}; font-weight: bold;">Price</th></tr>
{{{Contents|}}}
{{{Contents|}}}

Revision as of 03:38, 25 April 2017

Use this when you want to tabulate a thematically generic shop. Use Template:ITS to construct data rows as an argument to {{{Contents}}}.

Additionally, furnish an argument for {{{Currency}}} if you wish to specify any currency other than Pokédollars (Pokédollars is the default one) for the shop.