Template:GenericItemShop: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Created page with "<noinclude>Use this when you want to tabulate a thematically generic shop. Use Template:ITS to construct data rows as an argument to {{{Contents}}}. Category:Item-table..."
 
No edit summary
Line 6: Line 6:
<table style="width: 41%; padding: 5px; text-align: center; background-color: {{#var:background}}; border: 3px solid {{#var:border}};  border-radius: 25px; border-spacing: 5px;">
<table style="width: 41%; padding: 5px; text-align: center; background-color: {{#var:background}}; border: 3px solid {{#var:border}};  border-radius: 25px; border-spacing: 5px;">
<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></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></tr>
<tr><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>
<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|}}}
</table>
</table>
</includeonly>
</includeonly>

Revision as of 19:10, 21 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}}}.