Difference between revisions of "Template:ThinTableG"
From Hobowars Wiki
m |
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; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" | ||
<noinclude>Makes a cleaner style table with a thin border and grey background. Just add <nowiki>{{ThinTableG}}</nowiki> to the opening table. example:<br><br> | <noinclude>Makes a cleaner style table with a thin border and grey background. Just add <nowiki>{{ThinTableG}}</nowiki> to the opening table. example:<br><br> | ||
− | <nowiki> | + | <nowiki>{| {{ThinTableG}}</nowiki><br> |
− | {| {{ThinTableG}}</nowiki><br> | + | |
|-<br> | |-<br> | ||
! Column1 !! Column2<br> | ! Column1 !! Column2<br> |
Revision as of 13:52, 9 June 2013
border="1" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;"
Makes a cleaner style table with a thin border and grey background. 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 |