Template:Hidden: Difference between revisions

From TalossaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
Still working here!
<div class="toccolours mw-collapsible mw-collapsed" style="width:500px">
{{{1|<noinclude>==Example Header==</noinclude>}}}
<div class="mw-collapsible-content">{{{2|<noinclude>Example Content</noinclude>}}}</div>
</div>


{| class="toccolours mw-collapsible mw-collapsed"
<noinclude>
! The header remains visible
===Usage===
|-
This template was made to use with other templates, but feel free to use it wherever you need it. It is simply a collapsible header/content thing.<br><br>
| This  content is hidden at first load time
{{Hidden
|}
  |1=Put your example header here--remember to format. (Header is not formatted automatically.)
 
  |2=Content goes here. Simple enough.
 
}<nowiki>}</nowiki>
<div class="NavFrame" style="border-style: none; padding: 0px;"><div class="NavHead mw-collapsible mw-collapsed" style="background: transparent; text-align: {{{headalign|left}}}; padding: 0px;">'''{{{1|<noinclude>Header</noinclude>}}}'''</div><div class="NavContent" style="text-align: {{{textalign|left}}}; padding: 0px;">{{{2|<noinclude>Content</noinclude>}}}</div></div>
[[Category:Templates]]
</noinclude>

Latest revision as of 09:05, 10 July 2012

Example Header

Example Content


Usage

This template was made to use with other templates, but feel free to use it wherever you need it. It is simply a collapsible header/content thing.

{{Hidden
 |1=Put your example header here--remember to format. (Header is not formatted automatically.)
 |2=Content goes here. Simple enough.
}}