Difference between revisions of "Template:CollapsibleLevel2"

From The Star Wars Minute Wiki
Jump to navigation Jump to search
(Created page with "<noinclude> Usage docs to follow </noinclude> ====<span class="mw-customtoggle-{{{1}}}" style="cursor: pointer; color: blue; text-decoration: underline;">{{{1}}}</span>==== <d...")
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
Usage docs to follow
To use this, do something like this:
</noinclude>
{|
====<span class="mw-customtoggle-{{{1}}}" style="cursor: pointer; color: blue; text-decoration: underline;">{{{1}}}</span>====
|<pre>{{CollapsibleLevel2|My Fancy Heading}}
<div id="mw-customcollapsible-{{{1}}}" class="mw-collapsible mw-collapsed">
* Pete
* Alex
* ToCo
* The Thax
{{EndCollapsibleLevel2}}</pre>
|{{CollapsibleLevel2|My Fancy Heading}}
* Pete
* Alex
* ToCo
* The Thax
{{EndCollapsibleLevel2}}
|}
 
Next TODO: to work out why the "Edit" link doesn't work.
 
</noinclude><includeonly>
<h3><span class="mw-customtoggle-{{anchorencode:{{{2|{{{1}}}}}}}}" style="cursor: pointer; color: blue; text-decoration: underline;">{{{1}}}</span></h3>
<div id="mw-customcollapsible-{{anchorencode:{{{2|{{{1}}}}}}}}" class="mw-collapsible mw-collapsed"></includeonly>

Revision as of 07:25, 13 September 2019

To use this, do something like this:

{{CollapsibleLevel2|My Fancy Heading}}
* Pete
* Alex
* ToCo
* The Thax
{{EndCollapsibleLevel2}}

My Fancy Heading

  • Pete
  • Alex
  • ToCo
  • The Thax

Next TODO: to work out why the "Edit" link doesn't work.