Difference between revisions of "Template:Table"
From From The Ashes Wiki
m |
|||
Line 1: | Line 1: | ||
− | + | {{#css: | |
+ | .templatetable { | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | .templatetable td { | ||
+ | padding: .5em; | ||
+ | } | ||
+ | .templatetable td:first-child { | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | .templatetable td:first-child::after { | ||
+ | content: ":"; | ||
+ | } | ||
+ | }} | ||
+ | {{#vardefine:current|1}} | ||
<table class="{{{class|templatetable}}}" style="{{{style|none}}}"> | <table class="{{{class|templatetable}}}" style="{{{style|none}}}"> | ||
<tr> | <tr> | ||
Line 8: | Line 22: | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | [[Category:Template]] |
Revision as of 05:02, 19 March 2018