Please remember that WiKirby contains spoilers, which you read at your own risk! See our general disclaimer for details.

Help:Templates

From WiKirby, your independent source of Kirby knowledge.
Revision as of 02:00, 26 January 2013 by *>Aphelocoma Mario (→‎Navigation Templates: What the heck is a "gitch"?)
Jump to navigationJump to search
Eye.pngWiKirby'sEye.png
Help Guide
Mouth.png
Basic Editing:

Getting Started
Talk Pages
Protected Page
Images
Image Sourcing
Moving Pages
Redirects
Citing Sources
References
Templates
Userboxes

Guidelines and Policies:

User Accounts
Nintendo Article Guidelines
Quality Standards
Image Deletion Policy
Personal Images
Featured Content
Interwiki Policy

Advanced Editing:

Color usage
HTML Help
Custom Signatures
User Navigation Bars
Merging Pages
Archiving Talk Pages
Tables

Wiki Information

Administrators
Patrollers
Group Rights
Discord
About

Templates are just that: templates that can be used on any page to standardize some element. There are many kinds of templates, each serving a different goal.

Essentially, a template is a separate page, and by including the name of that page enclosed in {{two curly brackets}} in a page, the entire contents of that template page will be displayed on the page you've posted it on. Many templates have extra parameters that will form the actual content of the template.

Types of Templates

Navigation Templates

See all navigation templates

The simplest kind of template, navigation templates are simple templates that list several pages and facilitate page navigation. They are placed on pages of similar types, as can be seen with templates such as the {{Navbox-Games}} or {{glitches}} templates. These contain no extra parameters to modify.

Infobox Templates

See all infobox templates

Infobox templates have specific fields relating to particular topics depending on what the infobox's intended purpose is, such as {{game}} or {{system}}. These contain extra parameters to modify in order to display the necessary information.

Formatting Templates

See all formatting templates

Formatting templates exist to help with the standardization of formatting across the Wiki - they essentially mold what you've written to appear a certain way. An excellent example would be the {{cite}} template; it ensures that all in-game citations in references appear the same throughout the entire site. These contain extra parameters to modify.

Notice Templates

See all notice templates

Notice templates are typically placed in an article as a flag for improving the article or telling users details. They are also used in user pages to notify users (such as welcoming, warning, and others.) Some templates may contain other parameters to modify.

Making a Template

The easiest way is to add {{your template name}} to the Sandbox, and click on the red link that appears. From there you can create your template, which is most easily done by copying and pasting the code from a similar template; then you can just modify it.

Make sure that at the end of the last line of the ACTUAL TEMPLATE you add <noinclude> to begin any section detailing how to use the template, and also to add the necessary category for that template. Do not finish the template, create a new line, and then add the <noinclude> tag.

Use this to begin any new template. <noinclude> {{doc}} [[Category:Something|{{PAGENAME}}]] </noinclude>