Template:Collapse top: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>TheFrz
m (Reworked)
>TheFrz
mNo edit summary
Line 1: Line 1:
<div class="mw-collapsible {{#if:{{{expand|}}}||mw-collapsed}}" style="border:{{{border|1px solid #332f24}}}; margin:{{{margin|1em 0}}}; width:{{{width|100%}}}; padding:0; box-sizing:content-box;"><div style="background:{{{bg-header|#332f24}}}; color:#dfcf99; text-align:{{#if:{{{left|}}}|left|center}}; font-weight:bold; margin:0; padding:{{{padding-header|2px 0}}}; box-sizing:content-box;">{{{1|{{{header|Extended content}}}}}}</div><div class="mw-collapsible-content" style="padding:{{{padding-content|0 1em}}}; background:{{{bg-content|transparent}}}; text-align:left; box-sizing:content-box;"></noinclude>
<div class="mw-collapsible {{#if:{{{expand|}}}||mw-collapsed}}" style="border:{{{border|1px solid #332f24}}}; margin:{{{margin|1em 0}}}; width:{{{width|100%}}}; padding:0; box-sizing:content-box;"><div style="background:{{{bg-header|#332f24}}}; color:#dfcf99; text-align:{{#if:{{{left|}}}|left|center}}; font-weight:bold; margin:0; padding:{{{padding-header|2px 0}}}; box-sizing:content-box;">{{{1|{{{header|Extended content}}}}}}</div><div class="mw-collapsible-content" style="padding:{{{padding-content|0 1em}}}; background:{{{bg-content|transparent}}}; text-align:left; box-sizing:content-box;"><noinclude>
Lorem ipsum
Lorem ipsum
{{collapse bottom}}
{{collapse bottom}}
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>

Revision as of 18:29, 21 November 2016

Extended content

Lorem ipsum

Template documentation[view] [edit] [history] [purge]


Shortcut

The {{collapse top}} template (or {{cot}}), and its paired template {{collapse bottom}} (or {{cob}}), are used for placing a collapse box around a talk page discussion, especially when the content contains complex wikimarkup such as tables. For very simple content, the one-piece template {{collapse}} can be used instead.

Usage

Place {{collapse top}} (or {{cot}}), and {{collapse bottom}} (or {{cob}}), around the text to be collapsed. For example:

{{collapse top|This is the title text|OptionalIDToMakeThatEachColapsibleCollapseAndExpandSeparately}}
Sample contents text
{{collapse bottom}}

produces:

This is the title text

Sample contents text