No edit summary |
No edit summary Tag: wikieditor |
||
(25 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{:Template:Collapse/Doc}} | |||
:: | |||
<onlyinclude><includeonly><span class="mw-customtoggle-{{{id}}}"><span style="display:block"><span style="color:var(--color-primary);font-weight:bold;display:inline">{{{name}}}</span></span> | |||
<div class="mw-collapsible mw-collapsed" style="margin-top:-25px;overflow:auto;" id="mw-customcollapsible-{{{id}}}"> {{{1}}}</div><includeonly></onlyinclude> | |||
<onlyinclude><includeonly><span class="mw-customtoggle-{{{id}}}"><span style="display:block">< | |||
<div class="mw-collapsible mw-collapsed" style=" | |||
<includeonly></onlyinclude> |
Latest revision as of 18:30, 7 September 2023
Use Tabs instead.
Hide things behind a button.
Usage
{{Collapse
|name=
|id=|
(hidden things)
}}
Important
|id=|
must contain a unique name (it is wiki wide) with no spaces.
If the content inside the button contains:
|
use{{!}}
instead.=
use{{=}}
instead.
Example
----
{{Collapse
|name=Show My Cool Table And Shit
|id=page_show_my_cool_table|
Here is my cool table guice:
{{{!}} class{{=}}"wikitable"
! Header 1 !! Header 2
{{!}}-
{{!}} Cool stuff {{!}}{{!}} Awesome
{{!}}-
{{!}} Less rad stuff {{!}}{{!}} Still awesome
{{!}}-
{{!}} 🦟 {{!}}{{!}} 💩
{{!}}}
Wat you guys think?
}}
----
Result:
Show My Cool Table And Shit
Here is my cool table guice:
Header 1 | Header 2 |
---|---|
Cool stuff | Awesome |
Less rad stuff | Still awesome |
🦟 | 💩 |
Wat you guys think?