Difference between revisions of "Template:TemplateTutorial"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(Created page with "<noinclude> Hello, and welcome to the wiki! Creating a template is simple. Step one: Type <nowiki><code>YourTemplateName</code></nowiki> on whatever page you want your te...")
 
Line 9: Line 9:
 
Step Four: Add content to the page that should not be included in the template. This can be done with the <nowiki><code><noinclude></code></nowiki> and <nowiki><code></noinclude></code></nowiki> commands.
 
Step Four: Add content to the page that should not be included in the template. This can be done with the <nowiki><code><noinclude></code></nowiki> and <nowiki><code></noinclude></code></nowiki> commands.
  
βˆ’
Step Five: Now that you've added the content of your template, it's time to use it! Use it in a page by typing <nowiki><code>{{YourTemplateName}} on whatever page you want to use it on. Make sure to not use it on comic pages or comic discussion pages.
+
Step Five: Now that you've added the content of your template, it's time to use it! Use it in a page by typing <nowiki><code>{{YourTemplateName}}</code></nowiki> on whatever page you want to use it on. Make sure to not use it on comic pages or comic discussion pages.
  
 
Alright! I hope this helped you get started. Thanks for asking, April Fools Update (if I may call you that)!</noinclude>
 
Alright! I hope this helped you get started. Thanks for asking, April Fools Update (if I may call you that)!</noinclude>

Revision as of 13:37, 7 August 2025

Hello, and welcome to the wiki! Creating a template is simple.

Step one: Type <code>[[YourTemplateName]]</code> on whatever page you want your template on.

Step Two: You should see a red line that says <code>Template:YourTemplateName</code>. Click it.

Step Three: Add the content of your template by typing it in wikitext. If you want to use a specific image, make sure to upload it first before linking to it in the template.

Step Four: Add content to the page that should not be included in the template. This can be done with the <code><noinclude></code> and <code></noinclude></code> commands.

Step Five: Now that you've added the content of your template, it's time to use it! Use it in a page by typing <code>{{YourTemplateName}}</code> on whatever page you want to use it on. Make sure to not use it on comic pages or comic discussion pages.

Alright! I hope this helped you get started. Thanks for asking, April Fools Update (if I may call you that)!


Template:AprilFoolsHelp