More actions
Created page with "<includeonly> <div class="mw-collapsible mw-collapsed" style="font-family: monospace;"> {{{1|}}} </div> </includeonly> <noinclude> A simple template to add a collapsible (and by default collapsed) bit of code to a wiki page {{CollapsibleCode|This is some test code text. It can have multiple lines and they should show up correctly.}} </noinclude>" |
No edit summary |
||
Line 7: | Line 7: | ||
A simple template to add a collapsible (and by default collapsed) bit of code to a wiki page | A simple template to add a collapsible (and by default collapsed) bit of code to a wiki page | ||
{{CollapsibleCode|This is some test code text. | {{CollapsibleCode|This is some test code text.<br> | ||
It can have multiple lines | It can have multiple lines<br> | ||
and they should show up correctly.}} | and they should show up correctly.}} | ||
</noinclude> | </noinclude> |
Revision as of 16:27, 24 December 2024
A simple template to add a collapsible (and by default collapsed) bit of code to a wiki page
This is some test code text.
It can have multiple lines
and they should show up correctly.