Template:Flexstart: Difference between revisions
Created page with "<includeonly><div style="<!-- ======= type: flexbox and/or flexitem ======= //parameter: {{{1}}}, 'item' for flexitem only (not a flexbox); 'inline' or 'inlinebox' for inline-flexbox; other values for flexbox -->{{#switch:{{{1|}}}<!-- -->|inlinebox|inline=display:inline-flex;<!-- -->|item=<!-- need nothing -->|#default=display:flex;<!-- -->}}<!-- ======= parameters for flexbox ======= -->{{#ifeq:{{{1}}}|item||<!-- only if $type != item //parameter: wrap, def..." |
No edit summary |
||
| Line 110: | Line 110: | ||
ending tag-->></includeonly><noinclude> | ending tag-->></includeonly><noinclude> | ||
Internal template. See [[Template:Flexbox]] for documentation. | Internal template. See [[Template:Flexbox]] for documentation. | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"1": {}, | |||
"wrap": {}, | |||
"direction": {}, | |||
"justify": {}, | |||
"alignitems": {}, | |||
"alignlines": {}, | |||
"order": {}, | |||
"grow": {}, | |||
"shrink": {}, | |||
"basis": {}, | |||
"alignself": {}, | |||
"width": {}, | |||
"height": {}, | |||
"css": {}, | |||
"style": {}, | |||
"cssclass": {}, | |||
"class": {}, | |||
"id": {} | |||
} | |||
} | |||
</templatedata></noinclude> | |||