Template:Collapsible: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly>{| class="mw-collapsible mw-collapsed" style="background:none; border:none;" ! style="border-top: 2px solid #ddd; border-bottom:2px solid #ddd; margin:1em; paddin...") |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{| class="mw-collapsible mw-collapsed" style="background:none; border:none;" | <includeonly>{| class="mw-collapsible mw-collapsed" style="background:none; border:none;" | ||
! style="border-top: 2px solid #ddd; border-bottom:2px solid #ddd; margin:1em; padding:0.2em;" | '''{{{ | ! style="border-top: 2px solid #ddd; border-bottom:2px solid #ddd; margin:1em; padding:0.2em;" | '''{{{header|}}}'' ''' | ||
|- | |- | ||
|{{{1}}} | |{{{1}}} | ||
Line 6: | Line 6: | ||
|style="border-top: 2px solid #ddd; border-bottom:2px solid #ddd; margin:1em; padding:0.2em;" | '''{{{footer|}}}'' ''' | |style="border-top: 2px solid #ddd; border-bottom:2px solid #ddd; margin:1em; padding:0.2em;" | '''{{{footer|}}}'' ''' | ||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
{{Collapsible|This collapses!}} | |||
{{Collapsible|Neat!|header="This is a header!"}} | |||
{{Collapsible|Cool!|footer="This is a footer!"}} | |||
{{Collapsible|Awesome!|header="This is a header with a footer!"|footer="The aforementioned footer!"}} | |||
Adaptation of [[Template:Spoilers]] using MediaWiki collapsible tables to keep the information concealed unless the reader specifically expands the section to read them. I basically just copy-pasted what they did and added additional parameters so you can put in whatever you want. | Adaptation of [[Template:Spoilers]] using MediaWiki collapsible tables to keep the information concealed unless the reader specifically expands the section to read them. I basically just copy-pasted what they did and added additional parameters so you can put in whatever you want. | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
Revision as of 21:35, 13 April 2022
This collapses! |
"This is a header!" |
---|
Neat! |
Cool! |
"This is a footer!" |
"This is a header with a footer!" |
---|
Awesome! |
"The aforementioned footer!" |
Adaptation of Template:Spoilers using MediaWiki collapsible tables to keep the information concealed unless the reader specifically expands the section to read them. I basically just copy-pasted what they did and added additional parameters so you can put in whatever you want.