Template:ClothesTable: Difference between revisions

From The Urban Dead Wiki
Jump to navigationJump to search
No edit summary
 
(I concede on this one...it DOES look better in Firefox than WebKit. I'll have to look into why later since I'm tired. In the meantime, changing slightly)
Line 1: Line 1:
<includeonly>{| style="padding: 5px; font-size:90%; line-height:120%; background: #F9F9F9; border: 1px solid #AAA; -moz-border-radius:12px; -webkit-border-radius:12px; margin: 6px auto; width:600px" cellpadding=2 cellspacing=0
<includeonly>{| style="padding: 5px; font-size:90%; line-height:120%; background: #F9F9F9; border: 1px solid #AAA; {{border-radius|12px}} margin: 6px auto; width:600px" cellpadding=2 cellspacing=0
|- style="font-weight:bold; font-size:120%; text-align:center; "
|- style="font-weight:bold; font-size:120%; text-align:center; "
| style="padding-bottom:9px" colspan=99 | {{{name}}}
| style="padding-bottom:9px" colspan=99 | {{{name}}}
|-
|-
| style="text-align: right; width:175px; background-color:#CCF; -moz-border-radius: 6px 0 0 6px; -webkit-border-radius: 6px 0 0 6px" | Clothing
| style="text-align: right; width:175px; background-color:#CCF; {{border-radius|6px}}" | Clothing
| style="text-align: center; width:75px; background-color:#CCF;" | [[Clothes Codes|Code]]
| style="text-align: center; width:75px; background-color:#CCF;" | [[Clothes Codes|Code]]
| style="text-align: left; width:350px; background-color:#CCF; -moz-border-radius: 0 6px 6px 0; -webkit-border-radius: 0 6px 6px 0" | Building
| style="text-align: left; width:350px; background-color:#CCF; {{border-radius|6px}}" | Building
|-
|-
</includeonly><noinclude>
</includeonly><noinclude>

Revision as of 08:37, 16 April 2010

Usage

{{ClothesTable|
  name=|
}}
|}

Several {{ClothesRow}} templates might be used to fill the table data.

Example

{{ClothesTable|
  name=Mudkip Gear|
}}
{{ClothesRow| 
  name=Mudkip Hat|
  place=[[Pokemon Center]]
}}
{{ClothesRow| 
  name=mudkips costume|
  code=mdkip|
  place=Me want!
}}
|}
Mudkip Gear
Clothing Code Building
Mudkip Hat Pokemon Center
mudkips costume mdkip Me want!
Firefox.png Firefox Template
This template looks better in Firefox.