Änderungen

Wechseln zu: Navigation, Suche

Vorlage:BS-header

961 Byte hinzugefügt, 12:55, 9. Jan. 2020
Die Seite wurde neu angelegt: „<onlyinclude><includeonly>|- ! style="color:{{{3|#ffffff}}}; background-color:{{{2|#c1121c}}};" colspan="2" |{{{1|{{PAGENAME}}}}}</includeonly></onlyinclude>…“
<onlyinclude><includeonly>|-
! style="color:{{{3|#ffffff}}}; background-color:{{{2|#c1121c}}};" colspan="2" |{{{1|{{PAGENAME}}}}}</includeonly></onlyinclude>

== Anwendungsbeispiel ==
<pre>
{| class="wikitable float-right"
{{BS-header|&nbsp; Test &nbsp;}}
|}
</pre>

{| class="wikitable float-right"
{{BS-header|&nbsp; Test &nbsp;}}
|}
ergibt:
<br clear="right" />
<pre>
{| class="wikitable float-right"
{{BS-header|&nbsp; Test &nbsp;|yellow|blue}}
|}
</pre>

{| class="wikitable float-right"
{{BS-header|&nbsp; Test &nbsp;|yellow|blue}}
|}
ergibt:

{{BS-Baustein-Hinweis}}

<templatedata>
{
"params": {
"1": {
"label": "Name der Bahnstrecke",
"type": "string",
"default": "Artikelname"
},
"2": {
"label": "Hintergrundfarbe",
"type": "string",
"default": "rot"
},
"3": {
"label": "Textfarbe",
"type": "string",
"default": "weiß"
}
},
"description": "Kopf der Infobox Bahnstrecke",
"format": "inline"
}
</templatedata>
751
Bearbeitungen