Wikipedia:Template sandbox and test cases: Difference between revisions

Content deleted Content added
How to create /sandbox and /testcases subpages: add a tip for automagically create subpages
Line 27:
 
== How to create /sandbox and /testcases subpages ==
{{tip|Use "create" and "mirror" links at the bottom of documentation box to create /sandbox and /testcases subpages automatically.}}
# Suppose your template is named <code>Template:X</code>. Create a subpage with the name <code>Template:X/sandbox</code>. If the main template is using the {{tl|documentation}} template, you can do this from a link at the bottom of the blue documentation box on the template main page. Or you can type it into the search box, or directly into the URL bar of your browser. Note that "/sandbox" is all lowercase.
# Copy the entire contents of the main template, including <code><nowiki><noinclude></nowiki></code> tags and the {{tl|documentation}} template if present, paste it into the edit window of the /sandbox subpage, and save the page. Your edit summary should be something like <code><nowiki>create sandbox version of [[Template:X]]</nowiki></code>.