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...") |
|||
Line 5: | Line 5: | ||
{{{1}}} | {{{1}}} | ||
|} | |} | ||
<noinclude>This is | <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 | The Eternal Rave calls... | ||
}} | |||
</pre> | |||
</noinclude> | </noinclude> |
Revision as of 08:52, 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... }}