Use this to set up your template so that everyone can understand what it does, and how to use it. Simply Copy and Paste it into your template page and follow the instruction on the boilerplate and in the Boilerplate code.
To add in an example of what your template will look like when called, create a sub-page from the template. See Template:Questbox/code as reference. Add in an example of your code by creating a sub-page from the template. Then include it, like below.
Use this space to describe what your template does, and an example of where it could be used.
{{questbox
| name = C'Thun's Legacy
| faction = Alliance
| level = 60
| levelreq = 59
| type = Elite
| category = Hellfire Peninsula
| start = [[Eye of C'Thun]]
| end = [[Caelestrasz]]
| reputation = [[Wildhammer]] +100-500
| experience = 40-500
| rewards = {{loot|common|Stoneskin Totem}} or {{loot|common|Earth Totem}}
| money = {{Cost|123|45|67}}
| repeatable = Yes
| previous = {{quest|Your Place In The World}}
| next = {{quest|Scarab Shells}}
| id = 788
}}
Now add in what each argument of the template does, and make sure you head it as appropriate.
The amount of experience gained from completing the quest.
previous
The quest required to be completed before starting the current quest. Written using {{quest|<quest_name>}} or similar.
next
The quest that follows the current quest in a series. Written using {{quest|<quest_name>}} or similar.
id
The internal id of the quest for Thottbot and Allakhazam (if they are the same). Helps link the quest to external databases. Don't use if you are using the optional separate IDs below: idt or ida.
"Group", "Dungeon", "Raid", "PvP". Defaults to hidden.
category
The category under which the quest appears in the quest log (usually a class or a zone). No default value, braces not required.
reputation
The amount of reputation affected by the quest, written in the style +100 Wildhammer or -100 Undercity. Braces necessary.
experience
The amount of experience gained from completing the quest.
money
The amount of money awarded by completing the quest. Use the cost template {{cost|<256>|<128>|<64>}}
repeatable
Accepts "Yes". Indicates if the quest is repeatable. Defaults to hidden.
idt
The internal id of the quest for Thottbot-only. Helps link the quest to Thottbot external database. Don't use if you are using the recommend, but optional "id" above.
ida
The internal id of the quest for Allakhazam and Wowhead. Helps link the quest to Thottbot external database. Don't use if you are using the recommend, but optional "id" above.
Untitled
Start
Unknown
End
Unknown
Level
1 (1)
EDIT TO VIEW SOURCE FOR COMMENTS AND NOTES
Use {{subst: :Boilerplate:Template}} to import this boilerplate into a page
A template is a special type of page that has been designed so its content can be included in other pages. Since a given template can be included in many pages, it can help reduce duplication and promote a uniform style between pages.
Templates are usually located in the Template namespace. This includes any page with a name beginning with Template:, such as Template:Name.
Video overview
If you're new to templates, this video will help you get started.
Creating content that should appear on many pages.
Formatting content (such as infoboxes) in a way that should be consistent across many pages.
Creating a shortcut for writing things that you repeat often when communicating with others.
Replacing long, complicated code so that a page is easier for other users to edit.
Protecting parts of a page from editing while leaving other sections open for edits.
How to create a basic template
Templates can be very powerful, but also sometimes very complicated. It often helps to start by creating the simplest possible kind of template, and then experimenting from there.
Click "Publish." You have just created a template with some sample content.
On your wiki, create a new article called "Testing templates".
In the editor, go to Source mode and enter the following code:
{{Example}}
Click Publish. Your "Testing Templates" page should display the text you added to your template.
You've successfully created and used a template! Now you can change the content of your template and add it to more pages to make it more useful for your wiki.
Adding and editing pre-existing templates
Wikis come with pre-loaded default templates. You can view a complete list of templates available on your wiki by going to Special:AllPages and selecting "Template" from the namespace dropdown menu. Click "Go" and all available templates will appear in a list.
In the Visual editing mode, you can select from the list of all templates available on your wiki by clicking "Add other templates".
In source mode, you can use the code {{Template name}} to add any template to your wiki.
Advanced users can edit the page MediaWiki:Editor-template-list to change the list of templates available by default in the "Templates" section of the editor. Up to 4 templates can be in this list.
Substituting templates
A different way to use a template is to substitute its content into a page. This is done by inserting subst: immediately after the opening braces: {{subst:templatename}}. Once the page is saved, the link to the template is removed and the template output is substituted in its place and can be further edited. Any updates to the template will not affect the content that was substituted into the page.
Wikia's official Starter Pages and semi-official Templates wikis occasionally improve some of their documentation as well as adding new templates specifically designed for Wikia sites, and are therefore worth checking from time to time.
For sites created before about December 2008, the Starter Pages wiki should be compared and ideally used for upgrading to its standard documentation system similar to that introduced in Wikipedia.
Template Webinar
Looking for further video instruction? This webinar recording overviews the basics of adding and customizing templates for your wiki.