Template:Hidden: Difference between revisions
Appearance
| [unchecked revision] | [unchecked revision] |
Content deleted Content added
Caleb Cooper (talk | contribs) No edit summary |
Caleb Cooper (talk | contribs) No edit summary |
||
| Line 28: | Line 28: | ||
"bg1": {}, |
"bg1": {}, |
||
"ta1": {}, |
"ta1": {}, |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
"headerstyle": { |
"headerstyle": { |
||
"label": "Header CSS", |
"label": "Header CSS", |
||
"description": "CSS styling for title (header)", |
"description": "CSS styling for title (header)", |
||
"aliases": [ |
"aliases": [ |
||
"headercss" |
"headercss", |
||
| ⚫ | |||
"titlecss" |
|||
] |
] |
||
}, |
}, |
||
| Line 38: | Line 46: | ||
"label": "Header", |
"label": "Header", |
||
"description": "text for header (title); alternative to using unnamed parameter {{{1}}}" |
"description": "text for header (title); alternative to using unnamed parameter {{{1}}}" |
||
| ⚫ | |||
| ⚫ | |||
"aliases": [ |
|||
"contentcss" |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
}, |
}, |
||
"content": { |
"content": { |
||
| Line 57: | Line 73: | ||
"class": {}, |
"class": {}, |
||
"border": {}, |
"border": {}, |
||
"multiline": { |
"multiline": { |
||
"multi-line": {}, |
|||
| ⚫ | |||
| ⚫ | |||
"aliases": [ |
"aliases": [ |
||
" |
"multi-line" |
||
], |
], |
||
"description": "any nonblank value will reduce the line-height of the title and add some padding to avoid overlap with the show/hide button.", |
|||
| ⚫ | |||
"example": "multline=y" |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
"contents": { |
|||
"description": "text for body (content); alternative to using unnamed parameter {{{2}}}" |
|||
| ⚫ | |||
"text": { |
|||
"description": "text for body (content); alternative to using unnamed parameter {{{2}}}" |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
} |
} |
||
} |
} |
||
} |
} |
||
Revision as of 13:51, 2 July 2020
Content that should not be hidden.
This hides
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | 1 title header | text for header (title) | String | required |
| Body | 2 | text for body (content) | String | required |
| fw1 | fw1 | no description | Unknown | optional |
| bg1 | bg1 | no description | Unknown | optional |
| ta1 | ta1 | no description | Unknown | optional |
| style | style css | CSS styling for template overall. | Unknown | optional |
| Header CSS | headerstyle headercss titlestyle titlecss | CSS styling for title (header) | Unknown | optional |
| Header | header | text for header (title); alternative to using unnamed parameter {{{1}}} | Unknown | optional |
| Content CSS | contentstyle contentcss | CSS styling for the hidden content | String | optional |
| Content | content | text for body (content); alternative to using unnamed parameter {{{2}}} | Unknown | optional |
| fw2 | fw2 | no description | Unknown | optional |
| bg2 | bg2 | no description | Unknown | optional |
| ta2 | ta2 | no description | Unknown | optional |
| showhide | showhide | no description | Unknown | optional |
| toggle | toggle | no description | Unknown | optional |
| expanded | expanded expand | any nonblank value will cause the template to be initially expanded by default.
| Unknown | optional |
| class | class | no description | Unknown | optional |
| border | border | no description | Unknown | optional |
| multiline | multiline multi-line | any nonblank value will reduce the line-height of the title and add some padding to avoid overlap with the show/hide button.
| Unknown | optional |