Template:Collapsed: Difference between revisions
From Mechabellum Wiki
mNo edit summary |
m (update parameter) |
||
Line 2: | Line 2: | ||
|+ | |+ | ||
|- | |- | ||
|{{{1|}}} | |||
|} | |} | ||
<noinclude> | <noinclude> | ||
Line 8: | Line 8: | ||
{ | { | ||
"params": { | "params": { | ||
" | "1": { | ||
"label": "Text", | "label": "Text", | ||
"description": "Text is placed in the first cell", | "description": "Text is placed in the first cell", | ||
"type": "string", | |||
"required": true | "required": true | ||
}, | }, | ||
Line 19: | Line 17: | ||
"label": "Class", | "label": "Class", | ||
"description": "class for table, default no table", | "description": "class for table, default no table", | ||
"example": "table table-dark" | "example": "table table-dark", | ||
"type": "line" | |||
} | } | ||
}, | }, | ||
Line 25: | Line 24: | ||
"paramOrder": [ | "paramOrder": [ | ||
"class", | "class", | ||
" | "1" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 11:56, 3 June 2023
Place text in a collapsed table
Parameter | Description | Type | Status | |
---|---|---|---|---|
Class | class | class for table, default no table
| Line | optional |
Text | 1 | Text is placed in the first cell | String | required |