Template:Format: Difference between revisions
(Created page with '<includeonly>{{#switch:{{lc:{{{1|}}}}}| | creature stats=border=3 cellspacing=1 cellpadding=5 class=sortable style=background:#F0F0F0 | pre=style="width:auto; overflow:auto" }}…') |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#switch:{{lc:{{{1|}}}}}| | <includeonly>{{#switch:{{lc:{{{1|}}}}}| | ||
| creature stats=border=3 cellspacing=1 cellpadding=5 class=sortable style=background:#F0F0F0 | | creature stats=border=3 cellspacing=1 cellpadding=5 class=sortable style=background:#F0F0F0 | ||
| panel=cellpadding=2 height=400 width=300 style="border:1px solid #aaaaaa; background:#f9f9f9; vertical-align:top;" | |||
| pre=style="width:auto; overflow:auto" | | pre=style="width:auto; overflow:auto" | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{RightToC}} | |||
{{Related|Wiki Templates|How To Use Tables}} | {{Related|Wiki Templates|How To Use Tables}} | ||
== Syntax == | == Syntax == | ||
Line 22: | Line 24: | ||
</pre> | </pre> | ||
== Formats == | |||
* '''Creature''' - | |||
* '''Panel''' - dark gray thin border, light gray panel | |||
* '''Pre''' - auto-width, auto-overflow | |||
[[Category:Wiki Template]] | [[Category:Wiki Template]] | ||
</noinclude> | </noinclude> |
Revision as of 20:02, 27 August 2009
Related topics: Wiki Templates, How To Use Tables
Syntax
{{format|<name>}}
Usage
Use within a table header or other section to specify a particular format. The parameter for the format name is case insensitive. The primary purpose of this template is to make it easier to quickly use particular formats/styles. Feel free to add additional formats, try to make the name easy to remember and short.
{|{{Format|Creature Stats}} | Data |} <pre {{format|pre}}> 2 + 2 = 4 </pre>
Formats
- Creature -
- Panel - dark gray thin border, light gray panel
- Pre - auto-width, auto-overflow