Vorlage:STDT: Unterschied zwischen den Versionen
Aus EnzyklopAtys
Lasabo (Diskussion | Beiträge) K (Die Seite wurde neu angelegt: „style="margin: 0.25em; border: 1px solid {{{1|#000}}};{{{+|}}}" cellpadding="3" cellspacing="0" rules="all"<noinclude> == Description == <pre> {{STDT}} {{STDT|<c…“) |
(kein Unterschied)
|
Aktuelle Version vom 16. Januar 2010, 15:28 Uhr
style="margin: 0.25em; border: 1px solid #000;" cellpadding="3" cellspacing="0" rules="all"
Inhaltsverzeichnis
Description
{{STDT}} {{STDT|<color>}} {{STDT|+=<styles>}}
Standard table design template. Simply paste the following after the beginning of your table:
Parameters
- unnamed parameter 1
- Optional. Border color. Defaults to black.
- +
- Optional. Adds the given styles to the style attribute
Examples
{| {{STDT|silver}} | 1.1 || 1.2 |- | 2.1 || 2.2 |}
1.1 | 1.2 |
2.1 | 2.2 |
Using the + parameter
{| {{STDT|silver|+=float: right;}} | 1.1 || 1.2 |- | 2.1 || 2.2 |}
1.1 | 1.2 |
2.1 | 2.2 |