Help:Template - Diablo Wiki
Open main menu

Diablo Wiki β

Help:Template

A wiki template is not really what you would call a "template" in real world. In a wiki, we usually call that a "boilerplate".


What is a Template?Edit

A Template is an article, just like any other, but it can be automatically pulled into other pages. This is usually for a piece of text or set of links that will appear in multiple places but could be subject to changes. It'll save you creating the text each time you need to use it and updating it on every page it's used on when it does change.

For example, using {{Template:Level_navbox}} will insert the following on to page:



If you ever want to add or change links in that navigation box you simply edit the template, then every page it is used on will display the updated navigation box. Without using a Template you would have had to change every single page, one at a time.


How do I edit a Template?Edit

There are two ways:

  • In the case of navigation boxes the little e next to the title of the box will take you straight to edit.
  • Find the name of the template by hitting edit on the page and you'll find, as in the case above, {{Template:Level_navbox}} then you can locate that template in the Template Category and click to go to it and edit it from there.


How does it work?Edit

In order to create a template, you start a new article, and name it like this: Template:New Template. All the content in that article will then be easily included in any other page through using the code to call it in:

{{New Template}}.


That template article content will then replace the "{{New Template}}" snippet. Check our title naming policies for further help.


Template featuresEdit

Templates work like any other wiki page, and you can use any formatting that you can use elsewhere. In addition, there are two tags you can use for your template:

  • <includeonly></includeonly>
  • <noinclude></noinclude>

Everything you mark to "includeonly" will only be shown on the page where you call it from. Anything outside of this tag will not show on the including page. The "noinclude" works opposite, and anything written in that tag will be shown only on the actual template page (Template:New Template, for example).

The "noinclude" tag is great for sorting the template into categories, as well as making some instructions for other users of your template on how it works. This is especially important if the template is more advanced or complex. The "includeonly" tag is also usually used when making help pages, and helping the way to explain template functionality by removing complex code from sight.


You can ask one of the DiabloWiki sysops for more information.


All TemplatesEdit