Template:AreaItems: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
{{#vardefine:cell|#{{{{{Type}}}_color_light}}}} | {{#vardefine:cell|#{{{{{Type}}}_color_light}}}} | ||
}} | }} | ||
<table style="width: | <table style="width: 100%; border: 4px solid {{#var:border}}; background-color:{{#var:background}}; border-radius: 25px; padding: 8px;"> | ||
<tr style="background-color:{{#var:cell}};"><th colspan="2" style="border-radius: 20px 1px 1px 1px; color:{{#var:border}}; border: 1px solid {{#var:border}}; width: 15%;">Item</th><th style="color:{{#var:border}}; border: 1px solid {{#var:border}};">Quantity</th><th style="color:{{#var:border}}; border: 1px solid {{#var:border}}; width: 13%;">Cooldown</th><th style="color:{{#var:border}}; border: 1px solid {{#var:border}}; border-radius: 1px 20px 1px 1px;">Location</th></tr> | <tr style="background-color:{{#var:cell}};"><th colspan="2" style="border-radius: 20px 1px 1px 1px; color:{{#var:border}}; border: 1px solid {{#var:border}}; width: 15%;">Item</th><th style="color:{{#var:border}}; border: 1px solid {{#var:border}};">Quantity</th><th style="color:{{#var:border}}; border: 1px solid {{#var:border}}; width: 13%;">Cooldown</th><th style="color:{{#var:border}}; border: 1px solid {{#var:border}}; border-radius: 1px 20px 1px 1px;">Location</th></tr> | ||
{{{Contents}}} | {{{Contents}}} | ||
</table> | </table> | ||
</includeonly> | </includeonly> | ||
Revision as of 04:30, 21 February 2017
Use this in conjunction with Template:AIR in order to construct data-table rows for it. Its applicative usage is strictly on area pages wherein you note the item, quantity, and acquisitional location of it.