Templates Wiki
No edit summary
m (Changed protection settings for "Templates Wiki:Templates": High traffic page ([Edit=Allow only administrators] (expires 14:00, 21 September 2022 (UTC)) [Move=Allow only administrators] (indefinite)))
 
(14 intermediate revisions by 8 users not shown)
Line 1: Line 1:
  +
{{tocright}}
{{tocright}}There are many '''templates''' in use in {{SITENAME}}; these are only a subset, representing some of the most important and commonly used ones. If you feel that a template belongs on this page, do not hesitate to add it.
+
There are many '''templates''' in use in {{SITENAME}}; these are only a subset, representing some of the most important and commonly used ones. If you feel that a template belongs on this page, do not hesitate to add it.
 
* [[:Category:Templates]] should cover all templates in the wiki, categorized into the various subcategories.
 
* [[:Category:Templates]] should cover all templates in the wiki, categorized into the various subcategories.
 
* The Template namespace always has all templates in the wiki, sorted alphanumerically.
 
* The Template namespace always has all templates in the wiki, sorted alphanumerically.
Line 10: Line 11:
 
'''Detailed instructions on the usage of each template should exist on either the template page itself (inside "noinclude" tags) or the template's talk page.'''
 
'''Detailed instructions on the usage of each template should exist on either the template page itself (inside "noinclude" tags) or the template's talk page.'''
   
For more information on templates, see [[Help:Templates]].
+
For more information on templates, see [[w:Help:Templates]].
   
 
== [[:Category:Article management templates|Article management templates]] ==
 
== [[:Category:Article management templates|Article management templates]] ==
Line 18: Line 19:
 
{{t|speedydelete|reason}}
 
{{t|speedydelete|reason}}
 
* Add this to an article for pages that qualify for [[{{ns:project}}:Candidates for speedy deletion|speedy deletion]].
 
* Add this to an article for pages that qualify for [[{{ns:project}}:Candidates for speedy deletion|speedy deletion]].
[http://www.example.com link title]
 
   
 
=== Disambiguation articles ===
 
=== Disambiguation articles ===
Line 26: Line 26:
 
:: The Prince (frog)
 
:: The Prince (frog)
 
:: The Prince (human)
 
:: The Prince (human)
* Using {{t|disambig}} marks an article as a disambiguation page by adding a banner to the article and categorizing it under [[:Category:Disambiguations]]. Add links to the various articles under the banner.
+
* Using {{t|disambig}} marks an article as a disambiguation page by adding a banner to the article, adding the <nowiki>__DISAMBIG__</nowiki> magic word, and categorizing it under [[:Category:Disambiguations]]. Add links to the various articles under the banner.
* For more information, see [[Help:Disambiguation]].
+
* For more information, see [[w:Help:Glossary#Disambiguation]].
   
 
=== Stubs ===
 
=== Stubs ===
 
{{t|stub}}
 
{{t|stub}}
 
* When a page has little or no useful information, then it is likely a stub. This template will include them in [[:Category:Article stubs]], and is used to list which articles need expanding.
 
* When a page has little or no useful information, then it is likely a stub. This template will include them in [[:Category:Article stubs]], and is used to list which articles need expanding.
* For more information, see [[Help:Stubs]].
+
* For more information, see [[w:Help:Glossary#Stubs]].
   
 
== [[:Category:Category templates|Category templates]] ==
 
== [[:Category:Category templates|Category templates]] ==
Line 47: Line 47:
 
{{t|clr}}, plus {{t|clrl}} and {{t|clrr}}
 
{{t|clr}}, plus {{t|clrl}} and {{t|clrr}}
 
* This template is used to reduce the amount of non-wikicode used on pages, replacing the code <code>&lt;br style="clear:both;" /&gt;</code>. Its use should generally be avoided.
 
* This template is used to reduce the amount of non-wikicode used on pages, replacing the code <code>&lt;br style="clear:both;" /&gt;</code>. Its use should generally be avoided.
* You can use {{t|clr}} instead of the HTML tag that clears space below things like images, pictures and tables, so the following stuff doesn't begin until the bottom of the image, picture or table box.
+
* You can use {{t|clr}} instead of the HTML tag that clears space below things like images and tables, so the following stuff doesn't begin until the bottom of the image or table box.
 
* You can also use {{t|clrl}} or {{t|clrr}} to clear only left or right floats.
 
* You can also use {{t|clrl}} or {{t|clrr}} to clear only left or right floats.
   
Line 72: Line 72:
 
=== Welcome ===
 
=== Welcome ===
 
{{t|welcomeIP}} ''and'' {{t|welcome}}
 
{{t|welcomeIP}} ''and'' {{t|welcome}}
*The first (with longer version "welcomeIP" for those of you who like typing more) is to welcome new non-vandalistic contributors who are "anonymous", identified only by their IP number; it encourages them to register.
+
* The first (with longer version "welcomeIP" for those of you who like typing more) is to welcome new non-vandalistic contributors who are "anonymous", identified only by their IP number; it encourages them to register.
 
* The second template is for welcoming new registered users. Should be customized for the wiki, indicating the pages we most want newcomers to visit.
 
* The second template is for welcoming new registered users. Should be customized for the wiki, indicating the pages we most want newcomers to visit.
*The above two templates are very suitable for having "subst:" prefixed, because they can be edited with additions or deletions appropriate to the apparent strengths of the person being welcomed; e.g. if the contributor has already demonstrated good wiki editing skills you could delete references to pages about "how to edit".
+
* The above two templates are very suitable for having "subst:" prefixed, because they can be edited with additions or deletions appropriate to the apparent strengths of the person being welcomed; e.g. if the contributor has already demonstrated good wiki editing skills you couldl delete references to pages about "how to edit".
   
 
=== Wikipedia ===
 
=== Wikipedia ===
Line 81: Line 81:
   
 
[[Category:Templates| ]]
 
[[Category:Templates| ]]
[[ja:project:テンプレート]]
+
[[ja:Project:テンプレート]]
  +
[[tr:Project:Şablonlar]]
 
[[We're No Angels (December 15, 1989)]]
 

Latest revision as of 23:08, 19 September 2022

There are many templates in use in Templates Wiki; these are only a subset, representing some of the most important and commonly used ones. If you feel that a template belongs on this page, do not hesitate to add it.

  • Category:Templates should cover all templates in the wiki, categorized into the various subcategories.
  • The Template namespace always has all templates in the wiki, sorted alphanumerically.

What are templates? Wiki templates provide a means to insert the same content over and over in different (or the same) pages. This saves editors the hassle of duplicating the same text again and again, and also helps ensure consistency.

Templates are generally shown with the format required to use the template (e.g. {{stub}}). Clicking the template name takes you to the template's page, where you can see what it looks like and how it is used.

Detailed instructions on the usage of each template should exist on either the template page itself (inside "noinclude" tags) or the template's talk page.

For more information on templates, see w:Help:Templates.

Article management templates[]

Nominate an article for deletion[]

{{delete|reason}}

{{speedydelete|reason}}

Disambiguation articles[]

{{disambig}}

  • If you have several articles that have similar or identical names, you may wish to create a "disambiguation" page at the main article name, with the articles taking an extra phrase in brackets afterwards. For example:
The Prince <-- disambiguation page, with links to:
The Prince (frog)
The Prince (human)

Stubs[]

{{stub}}

  • When a page has little or no useful information, then it is likely a stub. This template will include them in Category:Article stubs, and is used to list which articles need expanding.
  • For more information, see w:Help:Glossary#Stubs.

Category templates[]

General category template[]

{{category}}

  • This can be added to categories to add general categorising details. Use in cases where it may be useful to point out to users how to categorise, such as popular categories.

Template category template[]

{{templatecategory}}

  • This should be added to any template-related categories, to list template-specific categorising details, which differ from those of normal pages.

General wiki templates[]

Clear[]

{{clr}}, plus {{clrl}} and {{clrr}}

  • This template is used to reduce the amount of non-wikicode used on pages, replacing the code <br style="clear:both;" />. Its use should generally be avoided.
  • You can use {{clr}} instead of the HTML tag that clears space below things like images and tables, so the following stuff doesn't begin until the bottom of the image or table box.
  • You can also use {{clrl}} or {{clrr}} to clear only left or right floats.

For[]

{{for|name|link}}

  • Use at the top of articles as a simple "for x see y" template.

Main article[]

{{main|main article}}

  • Use at the start of a section to link to the main article on it.

Right-aligned Table of Contents[]

{{tocright}}

  • This template floats the table of contents (toc) on the right. It should only be used when absolutely necessary, to keep consistent design.

Sandbox[]

{{sandbox}}

T is for template[]

{{t|template}}

  • This template allows you to show example template code (with a link to the templates) without using the template itself. It is used extensively on this page.

Welcome[]

{{welcomeIP}} and {{welcome}}

  • The first (with longer version "welcomeIP" for those of you who like typing more) is to welcome new non-vandalistic contributors who are "anonymous", identified only by their IP number; it encourages them to register.
  • The second template is for welcoming new registered users. Should be customized for the wiki, indicating the pages we most want newcomers to visit.
  • The above two templates are very suitable for having "subst:" prefixed, because they can be edited with additions or deletions appropriate to the apparent strengths of the person being welcomed; e.g. if the contributor has already demonstrated good wiki editing skills you couldl delete references to pages about "how to edit".

Wikipedia[]

{{wikipedia}}, {{wikipedia-deleted}}

  • Wikipedia-related templates. Use {{wikipedia}} for articles taken directly from Wikipedia, and {{wikipedia-deleted}} for articles deleted from Wikipedia.