Template:Collapsible/doc: Difference between revisions
Created page with "<templatedata> { "params": { "visible_text": { "label": "Visible text", "description": "This text is not collapsible; used to \"announce\" the gory details", "type..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Example == | |||
<pre> | |||
{{Collapsible | |||
|visible_text=Greeking is a term for putting non-sensical fill content in the process of copyrighting when you want to establish a placeholder | |||
|collapsed_content= | |||
{{Lorem}} | |||
}} | |||
</pre> | |||
Produces: | |||
{{Collapsible | |||
|visible_text=Greeking is a term for putting non-sensical fill content in the process of copyrighting when you want to establish a placeholder | |||
|collapsed_content= | |||
{{Lorem}} | |||
}} | |||
See https://www.mediawiki.org/wiki/Manual:Collapsible_elements for more details | |||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 15: | Line 35: | ||
} | } | ||
}, | }, | ||
"description": "A simple template to apply the jQuery collapsible handlers built-in to MediaWiki core | "description": "A simple template to apply the jQuery collapsible handlers built-in to MediaWiki core" | ||
} | } | ||
</templatedata> | </templatedata> | ||