Help:Templates
Revision as of 06:47, 27 March 2015 by MyraMidnight (talk | contribs) (→How do I edit the Templates?)
Our Wiki Help Pages | ||||
---|---|---|---|---|
General Mediawiki Helpguides |
What are Templates?
- Templates are how we format the wiki
- They can contain table codes, layouts and plain information which is easy to insert wherever needed
- They add whatever is in the template onto the pages which you place the
{{Template}}
tag - They can also be used like fill-in forms, placing the details into complex tables without the mess
- Templates are important, in order to have control over layouts and information that are being repeated alot, by simply editing the template and it updates every page which uses that very template.
- they clear away alot of the clutter which table codes can become
How do I find the Templates?
<tag>...</tag>
To easily find and edit the active templates within a page:
- Press the "edit" button at the top of the page
- Scroll down to the bottom, below the text-editing area, there you will see a list of templates currently in use on the page, and a easy "edit" button next to each link.
- To see directions/tutorials on how to use specific template, press the Template name.
- To edit a template used on the page, click the "edit" link next to the template name.
- When editing:
- You will often see
<onlyinclude>
,<includeonly>
and<noinclude>
tags at the top of those template pages, DO NOT MESS WITH THOSE TAGS - Remember: always use "Show preview" before you save ANY page, to see if it looks correct.
- You can always press the "History" and undo recent changes in case of accidents.
- You will often see
<onlyinclude>
<includeonly>
<noinclude>
- What are those tags anyway?
- They control if content which is placed between them is displayed when the templates are used on pages.
Using Templates
Documentation
|