Template:Content Row: Difference between revisions
Jump to navigation
Jump to search
(Die Seite wurde neu angelegt: „<includeonly> <templatestyles src="Template:Content_Row/styles.css" /> <div style="clear: both;"></div> <div class="content_row"> {{{1}}} </div> </includeonly>“) |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<div style="clear: both;"></div> |
<div style="clear: both;"></div> |
||
<div class="content_row"> |
<div class="content_row"> |
||
− | {{{1}}} |
+ | {{{1|{{{content}}}}}} |
</div> |
</div> |
||
</includeonly> |
</includeonly> |
||
+ | <noinclude> |
||
+ | Erstellt eine neue Reihe und fügt [[Template:Content Row/styles.css|ein passendes Stylesheet]] hinzu. Mit Flexbox damit das auch am Handy funktioniert. |
||
+ | |||
+ | Ist natürlich nur sinnvoll, wenn als <code>content</code> z.B. ein (oder mehrere) [[Template:Content Box]] genutzt wird. |
||
+ | |||
+ | [[Category:Templates]] |
||
+ | <templatedata> |
||
+ | { |
||
+ | "params": { |
||
+ | "1": { |
||
+ | "label": "Inhalt", |
||
+ | "type": "content", |
||
+ | "required": true, |
||
+ | "aliases": [ |
||
+ | "content" |
||
+ | ], |
||
+ | "description": "(der eigentliche Inhalt - wer hätte es gedacht)" |
||
+ | } |
||
+ | }, |
||
+ | "format": "block", |
||
+ | "description": "Flexbox Container erzeugen" |
||
+ | } |
||
+ | </templatedata> |
||
+ | </noinclude> |
Latest revision as of 18:46, 5 February 2022
Erstellt eine neue Reihe und fügt ein passendes Stylesheet hinzu. Mit Flexbox damit das auch am Handy funktioniert.
Ist natürlich nur sinnvoll, wenn als content
z.B. ein (oder mehrere) Template:Content Box genutzt wird.
Flexbox Container erzeugen
Parameter | Description | Type | Status | |
---|---|---|---|---|
Inhalt | 1 content | (der eigentliche Inhalt - wer hätte es gedacht) | Content | required |