Difference between revisions of "Template:SLVEC object public"
Jump to navigation
Jump to search
(moved alignment and padding to each embedded table row) |
(changed cell padding to 6px; fixed border 'px' spec for main template table; added centering of whole embedded table) |
||
Line 1: | Line 1: | ||
<includeonly>{|style='padding:8px;border:solid black | <includeonly>{|style='padding:8px;border:solid black 1px' | ||
|- | |- | ||
|''Creator:''||{{{creator}}} | |''Creator:''||{{{creator}}} | ||
Line 9: | Line 9: | ||
|''Location(s):''||{{{location}}} | |''Location(s):''||{{{location}}} | ||
|- | |- | ||
|colspan=2 style='border:dashed gray 1px'| | |colspan=2 style='border:dashed gray 1px;text-align:center'| | ||
{| | {| | ||
|- | |- | ||
|style='text-align:center;padding: | |style='text-align:center;padding:6px'|''Added on:'' {{#time:d-M-Y|{{{add_date}}}}} | ||
|style='text-align:center;padding: | |style='text-align:center;padding:6px'|''Quantity:'' {{{quantity|{{wFont|color=red|text=MISSING!}}}}} | ||
|style='text-align:center;padding: | |style='text-align:center;padding:6px'|''Prims (each):'' {{{prims_each|{{wFont|color=red|text=MISSING!}}}}} | ||
|style='text-align:center;padding: | |style='text-align:center;padding:6px'|''Scripts (each):'' {{{scripts_each|{{wFont|color=red|text=MISSING!}}}}} | ||
|} | |} | ||
|} | |} | ||
</includeonly> | </includeonly> |