Difference between revisions of "Template:ThinTable"
From Hobowars Wiki
m (moved User:T burnout/ThinTable to Template:ThinTable) |
m |
||
Line 1: | Line 1: | ||
− | border="1" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" | + | border="1" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; border: 1px #aaa solid; border-collapse: collapse;" |
+ | <noinclude>Makes a cleaner style table with a thin border, the background color isn't set so you can change it. Just add <nowiki>{{ThinTableG}}</nowiki> to the opening table. example:<br><br> | ||
+ | <nowiki> | ||
+ | {| {{ThinTableG}}</nowiki><br> | ||
+ | |-<br> | ||
+ | ! Column1 !! Column2<br> | ||
+ | |<br> | ||
+ | | 1+2 || 3<br> | ||
+ | |-<br> | ||
+ | | 2+3 || 5<br> | ||
+ | |-<br> | ||
+ | | 3+4 || 7<br> | ||
+ | <nowiki>|}</nowiki><br> | ||
+ | |||
+ | shows as: | ||
+ | {| border="1" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" | ||
+ | ! Column1 !! Column2 | ||
+ | |- | ||
+ | | 1+2 || 3 | ||
+ | |- | ||
+ | | 2+3 || 5 | ||
+ | |- | ||
+ | | 3+4 || 7 | ||
+ | |} | ||
+ | |||
+ | </noinclude> |
Revision as of 13:50, 9 June 2013
border="1" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; border: 1px #aaa solid; border-collapse: collapse;"
Makes a cleaner style table with a thin border, the background color isn't set so you can change it. Just add {{ThinTableG}} to the opening table. example:
{| {{ThinTableG}}
|-
! Column1 !! Column2
|
| 1+2 || 3
|-
| 2+3 || 5
|-
| 3+4 || 7
|}
shows as:
Column1 | Column2 |
---|---|
1+2 | 3 |
2+3 | 5 |
3+4 | 7 |