Template:Content Row: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
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> |
<noinclude> |
||
+ | Erstellt eine neue Reihe und fügt [[Template:Content Row/styles.css|ein passendes Stylesheet]] hinzu. |
||
+ | |||
+ | Ist natürlich nur sinnvoll, wenn als <code>content</code> z.B. ein (oder mehrere) [[Template:Content Box]] genutzt wird. |
||
<templatedata> |
<templatedata> |
||
{ |
{ |
||
"params": { |
"params": { |
||
"1": { |
"1": { |
||
+ | "label": "Inhalt", |
||
+ | "type": "content", |
||
+ | "required": true, |
||
+ | "aliases": [ |
||
+ | "content" |
||
+ | ] |
||
+ | }, |
||
+ | "content": { |
||
+ | "aliases": [ |
||
+ | "1" |
||
+ | ], |
||
"label": "Inhalt", |
"label": "Inhalt", |
||
"type": "content", |
"type": "content", |
||
Line 16: | Line 30: | ||
} |
} |
||
}, |
}, |
||
− | "format": "inline" |
+ | "format": "inline", |
+ | "description": "Flexbox container erzeugen" |
||
} |
} |
||
</templatedata> |
</templatedata> |
Revision as of 18:22, 9 January 2022
Erstellt eine neue Reihe und fügt ein passendes Stylesheet hinzu.
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 | no description | Content | required |
Inhalt | content 1 | no description | Content | required |