This wiki is a XML full dump clone of "Heroes Wiki", the main wiki about the Heroes saga that has been shut down permanently since June 1, 2020. The purpose of this wiki is to keep online an exhaustive and accurate database about the franchise.

Template:Collapsible box: Difference between revisions

From Heroes Wiki
Jump to navigation Jump to search
Content deleted Content added
imported>Radicell
fix noinclude position
imported>Radicell
width parameter
Line 1: Line 1:
{| class="wikitable collapsible collapsed" width="100%"
{| class="wikitable collapsible collapsed" width="{{#if:{{{width}}}|{{{width}}}|100%}}"
!{{#if: {{{span}}}|<span id="{{{span}}}">|}}{{{header|}}}{{#if:{{{span}}}|</span>|}}
!{{#if: {{{span}}}|<span id="{{{span}}}">|}}{{{header|}}}{{#if:{{{span}}}|</span>|}}
|- valign="top"
|- valign="top"
Line 9: Line 9:


<pre>{{Collapsible box
<pre>{{Collapsible box
|header=<!--the title of the collapsible box-->
| header = <!--the title of the collapsible box-->
|text=<!--the text inside the box-->
| text = <!--the text inside the box-->
|span=<!--whatever you want the span ID to be (OPTIONAL)-->
| width = <!--width of the box; this is at 100% by default-->
| span = <!--whatever you want the span ID to be (OPTIONAL)-->
}}</pre>
}}</pre>
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 12:42, 10 October 2009

Usage

This template creates a collapsible box (which is collapsed by default). Used to make "all-options" pages such as The Civilian chapter summaries/chapter 501 alternatives.

{{Collapsible box
| header = <!--the title of the collapsible box-->
| text = <!--the text inside the box-->
| width = <!--width of the box; this is at 100% by default-->
| span = <!--whatever you want the span ID to be (OPTIONAL)-->
}}