Template:ItemTableDescription: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
[[Category:Item-table templates]] | [[Category:Item-table templates]] | ||
</noinclude> | </noinclude> | ||
<includeonly>{{#vardefine:cell|#{{{{{Theme|Normal}}}_color_light}}}}{{#vardefine:background|#{{{{{Theme|Normal}}}_color}}}}{{#vardefine:border|#{{{{{Theme|Normal}}}_color_dark}}}}<table style="width: | <includeonly>{{#if:{{{Theme|}}}|{{#vardefine:cell|#{{{{{Theme|Normal}}}_color_light}}}}{{#vardefine:background|#{{{{{Theme|Normal}}}_color}}}}{{#vardefine:border|#{{{{{Theme|Normal}}}_color_dark}}}}}}<table style="width:62%; border: 4px solid {{#var:border}}; border-radius: 25px; background-color: {{#var:background}}; padding: 5px; border-spacing: 3px; text-align: center;"> | ||
<tr style="background-color: {{#var:cell}}; color: {{#var:border}}; font-weight: bold; border: 1px solid {{#var:border}};"> | <tr style="background-color: {{#var:cell}}; color: {{#var:border}}; font-weight: bold; border: 1px solid {{#var:border}};"> | ||
<th colspan="2" style="border-top-left-radius: 25px; border: 1px solid {{#var:border}};">Item</th> | <th colspan="2" style="border-top-left-radius: 25px; border: 1px solid {{#var:border}};">Item</th> | ||
<th style="border-top-right-radius: 25px; border: 1px solid {{#var:border}}; width: | <th style="border-top-right-radius: 25px; border: 1px solid {{#var:border}}; width: 71%;">Function</th> | ||
</tr> | </tr> | ||
{{{Contents|}}} | {{{Contents|}}} | ||
</table> | </table> | ||
</includeonly> | </includeonly> |
Latest revision as of 06:43, 15 November 2017
This is an all-purpose item table that is to be used to tabulate item data wherein the only header outside of the item namesake itself is the item's description. Use {{{Theme}}} to determine the tri-monochromatic color scheme of the template; refer to this category for the available thematic colors.
Use this in conjunction with Template:ITD as an argument to {{{Contents}}}.