Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Collapse top/doc: Difference between revisions

Template page
m linkfix
m syntaxhighlight lang="wikitext"
Line 93: Line 93:
== Examples ==
== Examples ==
=== Simple ===
=== Simple ===
<pre>{{Collapse top|This is the title text}}
<syntaxhighlight lang="wikitext">{{Collapse top|This is the title text}}
{{lorem ipsum}}
{{lorem ipsum}}
{{Collapse bottom}}</pre>
{{Collapse bottom}}</syntaxhighlight>
{{Collapse top|This is the title text}}
{{Collapse top|This is the title text}}
{{lorem ipsum}}
{{lorem ipsum}}
{{Collapse bottom}}
{{Collapse bottom}}
=== Changing background color ===
=== Changing background color ===
<pre>{{Collapse top|bg=#F0F2F5}} or {{cot|bg=#F0F2F5}}</pre>
<syntaxhighlight lang="wikitext">{{Collapse top|bg=#F0F2F5}} or {{cot|bg=#F0F2F5}}</syntaxhighlight>
{{cot|bg=#F0F2F5}}
{{cot|bg=#F0F2F5}}
{{lorem ipsum}}
{{lorem ipsum}}
{{cob}}
{{cob}}
=== Changing border color ===
=== Changing border color ===
<pre>{{cot|b-color=#ff0000}}</pre>
<syntaxhighlight lang="wikitext">{{cot|b-color=#ff0000}}</syntaxhighlight>
{{cot|b-color=#ff0000}}
{{cot|b-color=#ff0000}}
{{lorem ipsum}}
{{lorem ipsum}}
{{cob}}
{{cob}}
=== Adding extra padding ===
=== Adding extra padding ===
<pre>{{cot|padding=40px}}</pre>
<syntaxhighlight lang="wikitext">{{cot|padding=40px}}</syntaxhighlight>
{{cot|padding=40px}}
{{cot|padding=40px}}
{{lorem ipsum}}
{{lorem ipsum}}
{{cob}}
{{cob}}
=== Adding a warning line ===
=== Adding a warning line ===
<pre>{{cot|default warning|warning=1}}</pre>
<syntaxhighlight lang="wikitext">{{cot|default warning|warning=1}}</syntaxhighlight>
{{cot|default warning|warning=1}}
{{cot|default warning|warning=1}}
{{lorem ipsum}}
{{lorem ipsum}}
{{cob}}
{{cob}}
<pre>{{cot|custom warning|this is a custom warning line}}</pre>
<syntaxhighlight lang="wikitext">{{cot|custom warning|this is a custom warning line}}</syntaxhighlight>
{{cot|custom warning|this is a custom warning line}}
{{cot|custom warning|this is a custom warning line}}
{{lorem ipsum}}
{{lorem ipsum}}
{{cob}}
{{cob}}
=== Archiving a section ===
=== Archiving a section ===
<pre>{{cot}}
<syntaxhighlight lang="wikitext">{{cot}}
==section header==
==section header==
text
text
{{cob}}</pre>
{{cob}}</syntaxhighlight>
rewritten as
rewritten as
<pre>{{cot|section header}}
<syntaxhighlight lang="wikitext">{{cot|section header}}
text
text
{{cob}}</pre>
{{cob}}</syntaxhighlight>
{{cot|section header}}
{{cot|section header}}
text
text
Cookies help us deliver our services. By using our services, you agree to our use of cookies.