Difference between revisions of "Template:Test"

Template page
(Created page with "{| class="mw-collapsible mw-collapsed wikitable" ! colspan="2" | For previously developed content by prior commands, see here |- | {{{1}}} |} <noinclude>This is a test templat...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
! colspan="2" | For previously developed content by prior commands, see here
! colspan="2" | For previously developed content by prior commands, see here&nbsp;
|-
|-
|
|
{{{1}}}
{{{1}}}
|}
|}
<noinclude>This is a test template. Do not use. Do not treat seriously.
<noinclude>
==Usage==
This template is designed to allow for hiding content on pages under collapsible section quickly and efficiently.


<pre>
{{test|
[your collected text here]
}}
</pre>
==Demo==
{{test|
Starbase Kickass is watching.
Grandma is watching
The Eternal Rave calls...
}}
The above is driving by the following
<pre>{{test|
Starbase Kickass is watching.
Starbase Kickass is watching.


Grandma is watching.
Grandma is watching


The Eternal Rave awaits...
The Eternal Rave calls...
}}
</pre>
</noinclude>
</noinclude>

Latest revision as of 08:54, 20 March 2023

For previously developed content by prior commands, see here 

{{{1}}}

Usage

This template is designed to allow for hiding content on pages under collapsible section quickly and efficiently.

{{test|
[your collected text here]
}}

Demo

For previously developed content by prior commands, see here 

Starbase Kickass is watching.

Grandma is watching

The Eternal Rave calls...


The above is driving by the following

{{test|
Starbase Kickass is watching.

Grandma is watching

The Eternal Rave calls...
}}