Template:Hidden: Difference between revisions

From Sourcebook Wiki
Jump to navigation Jump to search
No edit summary
(dammit)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>To use this, use this code:
<noinclude>To use this, use this code:


<code><nowiki>
<pre><nowiki>
{{Hidden|
{{Hidden|
 
Header here (recommended to use ~~~~ (sig with timestamp) or ~~~~~ (timestamp, no sig), defaults to "Hidden ~~~~~"|
Header here (recommended to use~~~~ (sig with timestamp) or ~~~~~ (timestamp, no sig)|
 
Text here}}
Text here}}
</nowiki>
</nowiki>
</code>
</pre>
 
Like other templates, there's a limit to the markup that can go in it. If this template shows incorrectly (you ARE using the preview button, right?), use the markup directly:


Like other templates, there's a limit to the markup that can go in it. If this template shows incorrectly (you ARE using the preview button, right?), use the markup directly.
<pre><nowiki>
{| class="collapsible collapsed wikitable"
|-
! Header
|-
| Content
|}
</nowiki></pre>
----
</noinclude>
</noinclude>
<onlyinclude>
{| class="collapsible collapsed wikitable"
{| class="collapsible collapsed wikitable"
|-
|-
Line 18: Line 27:
| {{{2}}}
| {{{2}}}
|}
|}
</onlyinclude>

Latest revision as of 15:30, 2 November 2010

To use this, use this code:

{{Hidden|
Header here (recommended to use ~~~~ (sig with timestamp) or ~~~~~ (timestamp, no sig), defaults to "Hidden ~~~~~"|
Text here}}

Like other templates, there's a limit to the markup that can go in it. If this template shows incorrectly (you ARE using the preview button, right?), use the markup directly:

{| class="collapsible collapsed wikitable"
|-
! Header
|-
| Content
|}