Difference between revisions of "Template:Hidden"

From Sourcebook Wiki
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>To use this, use this code:
 
<noinclude>To use this, use this code:
  
<code><nowiki>
+
<pre><nowiki>
 
{{Hidden|
 
{{Hidden|
  
Line 8: Line 8:
 
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>
 
{| class="collapsible collapsed wikitable"
 
{| class="collapsible collapsed wikitable"

Revision as of 11:20, 2 November 2010

To use this, use this code:

{{Hidden|

Header here (recommended to use~~~~ (sig with timestamp) or ~~~~~ (timestamp, no sig)|

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
|}