Help/HowToMakeTemplates

From Plastic Tub

(Difference between revisions)
Revision as of 05:05, 2 Nov 2005
Payne (Talk | contribs)

← Go to previous diff
Revision as of 05:12, 2 Nov 2005
Payne (Talk | contribs)

Go to next diff →
Line 4: Line 4:
---- ----
-# Go to the page where your template will be saved (i.e., <nowiki>http://plastictub.vaporslave.com/index.php/Template:NameOfTemplate</nowiki>).+<nowiki>
-# Paste in some code from one of the examples below. Alter your Header, text, bullet points, etc. +1. Go to the page where your template will be saved (i.e., http://plastictub.vaporslave.com/index.php/Template:NameOfTemplate).
-# Once you've created your template, you can stick in other pages (i.e., add the code {{NameOfTemplate}} or {{Template:NameOfTemplate}}). +</nowiki>
 + 
 +2. Paste in some code from one of the examples below. Alter your Header, text, bullet points, etc.
 + 
 +<nowiki>
 +3. Once you've created your template, you can stick in other pages (i.e., add the code{{NameOfTemplate}} or {{Template:NameOfTemplate}}).
 +</nowiki>
Here are some examples: Here are some examples:

Revision as of 05:12, 2 Nov 2005

This page contains directions for creating a standardized template for the Tub. If you're looking for general information on creating templates, go to Wikipedia's Quick Guide to Templates (http://en.wikipedia.org/wiki/Help:A_quick_guide_to_templates).

How To


1. Go to the page where your template will be saved (i.e., http://plastictub.vaporslave.com/index.php/Template:NameOfTemplate).

2. Paste in some code from one of the examples below. Alter your Header, text, bullet points, etc.

3. Once you've created your template, you can stick in other pages (i.e., add the code{{NameOfTemplate}} or {{Template:NameOfTemplate}}).

Here are some examples:

Example # 1


Template Page: http://plastictub.vaporslave.com/index.php/Template:Comics

Code on Template Page How To Display the Template Appearance

{{Sidebar | Associational Strips and Related Sequentialism |
* [[Balloonjaw]]
* [[Choco]]
* [[Lil' AA]]
* [[The Sunday Painters]]
}} }}

{{Template:Comics}}

Or

{{Comics}}

Associational Strips and Related Sequentialism

Example # 2


Template Page: http://plastictub.vaporslave.com/index.php/Template:Augury

Code on Template Page How To Display the Template Appearance

{{Sidebar | '''[[Augury]]'''<br>''Removing the Accident'' |
* [[Ear Divining]]
* [[Geloscopy]]
* [[Geomachy]]
* [[Sacrifice]]
* [[Titor'd]]
* [[Zodiac]]
}}

{{Template:Augury}}

Or

{{Augury}}

Augury
Removing the Accident

Notes


For those who care, these directions utilize a "generic" template is saved under Template:Sidebar. This template establishes a format and accepts two variables, one for the header and one for the text. You can use this generic template to create new templates that will all have a similar appearance.