Template:Template: Difference between revisions

Content deleted Content added
Created page with "<noinclude>This template is for easily starting new templates. You can add <code>?preload=template:Template</code> to your url to copy the source. <nowiki><noinclude> Text h..."
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>This template is for easily starting new templates.
<noinclude>This template is for easily starting new templates.
You can add <code>?preload=template:Template</code> to your url to copy the source.
You can add <syntaxhighlight lang=html inline>?preload=template:Template</syntaxhighlight> to your url to copy the source.

<nowiki><noinclude>
</noinclude><nowiki><noinclude>
Text here will be only shown at template page
Text here will be only shown at template page
<noinclude></nowiki>
</noinclude>
<nowiki></includeonly>
<includeonly>
Text here will be included but not shown at template page
Text here will be included but not shown at template page
</includeonly></nowiki>
</includeonly></nowiki>

Latest revision as of 13:53, 12 August 2022

This template is for easily starting new templates. You can add ?preload=template:Template to your url to copy the source.

<noinclude> Text here will be only shown at template page </noinclude> <includeonly> Text here will be included but not shown at template page </includeonly>