Vorlage:Wbtest: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
imported>Juergen.Kett |
imported>Juergen.Kett |
||
| Zeile 1: | Zeile 1: | ||
| − | < | + | <style> |
| + | body { | ||
| + | background-color: linen; | ||
| + | } | ||
| + | |||
| + | h1 { | ||
| + | color: maroon; | ||
| + | margin-left: 40px; | ||
| + | } | ||
| + | </style> | ||
| + | |||
<h1>{{#invoke:Wb|getLabel|id={{{id}}}}}</h1> | <h1>{{#invoke:Wb|getLabel|id={{{id}}}}}</h1> | ||
{| | {| | ||
{{#invoke:Wb|getFormatedStatements|id={{{id}}}}} | {{#invoke:Wb|getFormatedStatements|id={{{id}}}}} | ||
|} | |} | ||
Version vom 30. Mai 2020, 22:57 Uhr
<style> body {
background-color: linen;
}
h1 {
color: maroon; margin-left: 40px;
} </style>