×
Create a new article
Write your page title here:
We currently have 1,396 articles on World Trigger Wiki. Type your article name above or create one of the articles listed here!



    World Trigger Wiki

    World Trigger Wiki:Templates/sandbox: Difference between revisions

    Content added Content deleted
    (Created page with "{{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. * Category:Templates should cover all templates in the wiki, categorized into the various subcategories. * The Template namespace (found from Special:Allpages) always has all templates in the wiki, sorted alphanumerically. == What...")
    Tag: Disambiguation links
     
    mNo edit summary
    Line 32: Line 32:
    * For more information, see [[Help:Disambiguation]].
    * For more information, see [[Help:Disambiguation]].


    ==Incomplete Articles==
    === 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. Just add <code>{{t|stub}}</code> on the page where you want the notice to appear. You can also add a reason.
    :Example:
    * For more information, see [[Help:Stubs]].
    {{stub}}

    :Example with reason:
    ::<code><nowiki>{{stub|needs a long summary}}</nowiki></code>
    :Produces:
    {{stub|needs a long summary}}

    ===Article under construction===
    '''{{t|Under Construction|reason or explanation}}'''
    * When an article has a substantial amount of information, but still is not finished, it is considered '''under construction'''. Just add the <code>{{t|Under Construction}}</code> to the page where you want the notice to appear. You can also add a reason.
    :Example:
    {{Under Construction}}

    :Example with reason:
    ::<code><nowiki>{{Under Construction|needs a long summary}}</nowiki></code>
    :Produces:
    {{Under Construction|needs a long summary}}

    ==Missing References/Citations==
    ===Missing many references===

    '''{{t|unreferenced}}'''

    *a notice that can be added to any page that needs many citations. Just place <code>{{t|unreferenced}}</code> wherever you want the notice to appear.
    :Example:

    {{unreferenced}}

    ===Missing a single citation===

    '''{{t|cite}}'''

    *If you want to add that a particular sentence or paragraph needs a citation, you can add <code>{{t|cite}}</code> after the end of the sentence.
    :Example:
    ::<code><nowiki>This sentence presents facts but it still needs a citation.{{cite}}</nowiki></code>
    :Produces:
    ::This sentence presents facts but it still needs a citation.{{cite}}


    == [[:Category:Category templates|Category templates]] ==
    == [[:Category:Category templates|Category templates]] ==
    Line 51: Line 89:
    * 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, pictures and tables, so the following stuff doesn't begin until the bottom of the image, picture or table box.
    * You can also use {{t|clrl}} or {{t|clrr}} to clear only left or right floats (such as left-aligned thumbnail images or infoboxes)
    * You can also use {{t|clrl}} or {{t|clrr}} to clear only left or right floats.
    Examples uses:
    ====Escaping in-text images====
    * To force the next content to appear ''under'' a left-aligned or right-aligned image (instead of beside it), use {{t|clrl}} for left or {{t|clrr}} for right. To escape images on both sides, {{t|clr}} does both. Place the text on its own line just above the content you want below.

    ====Escaping the side of the infobox====
    * To force the next content to appear ''under'' the infobox (instead of beside it), place <code>{{t|clrr}}</code> on its own line just above the content you want below.


    === For ===
    === For ===
    {{t|for|name|link}}
    {{t|for|name|link}}
    * Use at the top of articles as a simple "for x see y" template.
    * Use at the top of articles as a simple "for x see y" template.
    :Example:
    ::<code><nowiki>{{for|More Oji pictures|Kazuaki Ōji/Image Gallery}}</nowiki></code>
    :Produces:
    ::{{for|More Oji pictures|Kazuaki Ōji/Image Gallery}}


    === Main article ===
    === Main article ===
    Line 64: Line 112:
    {{t|tocright}}
    {{t|tocright}}
    * This template floats the table of contents (toc) on the right. It should only be used when absolutely necessary, to keep consistent design.
    * This template floats the table of contents (toc) on the right. It should only be used when absolutely necessary, to keep consistent design.

    ===No Table of Contents===
    Technically, this is not a template. It's a 'magic word'. You can put this magic word anywhere on the page to make sure there's no table of contents:

    <code><nowiki>__NOTOC__</nowiki></code>


    === Sandbox ===
    === Sandbox ===
    Line 72: Line 125:
    {{t|t|template}}
    {{t|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.
    * 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 ===
    {{t|welcIP}} ''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 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".


    === Wikipedia ===
    === Wikipedia ===
    If you would like to link to an article on Wikipedia, you can use <code>{{t|w}}</code>
    If you would like to link to an article on Wikipedia, you can use <code><nowiki>{{|w|article name}}</nowiki></code>
    * Wikipedia-related templates. Use {{t|wikipedia}} for articles taken directly from Wikipedia, and {{t|wikipedia-deleted}} for articles deleted from Wikipedia.
    * Wikipedia-related templates. Use {{t|wikipedia}} for articles taken directly from Wikipedia, and {{t|wikipedia-deleted}} for articles deleted from Wikipedia.



    Revision as of 15:28, November 9, 2022

    There are many templates in use in World Trigger 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 (found from Special:Allpages) 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:

    1. a subpage using {{documentation}}; or
    2. the template page itself (inside "noinclude" tags); or
    3. the template's talk page.

    For more information on templates, see Help:Templates.

    Article management templates

    Nominate an article for deletion

    {{delete}}

    {{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)

    Incomplete Articles

    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. Just add {{stub}} on the page where you want the notice to appear. You can also add a reason.
    Example:
    This article or section is a stub!
    This article is a Stub. You can help World Trigger Wiki by expanding it.
    The reason given is missing.

    For editing guidance, see Policies and Citation Guide.

    Example with reason:
    {{stub|needs a long summary}}
    Produces:
    This article or section is a stub!
    This article is a Stub. You can help World Trigger Wiki by expanding it.
    The reason given is needs a long summary.

    For editing guidance, see Policies and Citation Guide.

    Article under construction

    {{Under Construction|<reason or explanation>}}

    • When an article has a substantial amount of information, but still is not finished, it is considered under construction. Just add the {{Under Construction}} to the page where you want the notice to appear. You can also add a reason.
    Example:
    This article is under construction!
    This article is under construction. You can help World Trigger Wiki by expanding it.
    The reason given is missing.

    For editing guidance, see Policies and Citation Guide.

    Example with reason:
    {{Under Construction|needs a long summary}}
    Produces:
    This article is under construction!
    This article is under construction. You can help World Trigger Wiki by expanding it.
    The reason given is needs a long summary.

    For editing guidance, see Policies and Citation Guide.

    Missing References/Citations

    Missing many references

    {{unreferenced}}

    • a notice that can be added to any page that needs many citations. Just place {{unreferenced}} wherever you want the notice to appear.
    Example:
    "This is common knowledge for the people who know of the 'hidden face' of Border."
    This article is missing references, which makes it unreliable. You can help World Trigger Wiki by adding references where needed. See Citation Guide for help.

    Missing a single citation

    {{cite}}

    • If you want to add that a particular sentence or paragraph needs a citation, you can add {{cite}} after the end of the sentence.
    Example:
    This sentence presents facts but it still needs a citation.{{cite}}
    Produces:
    This sentence presents facts but it still needs a citation.[citation needed]

    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, pictures and tables, so the following stuff doesn't begin until the bottom of the image, picture or table box.
    • You can also use {{clrl}} or {{clrr}} to clear only left or right floats.

    Examples uses:

    Escaping in-text images

    • To force the next content to appear under a left-aligned or right-aligned image (instead of beside it), use {{clrl}} for left or {{clrr}} for right. To escape images on both sides, {{clr}} does both. Place the text on its own line just above the content you want below.

    Escaping the side of the infobox

    • To force the next content to appear under the infobox (instead of beside it), place {{clrr}} on its own line just above the content you want below.

    For

    {{for|<name>|<link>}}

    • Use at the top of articles as a simple "for x see y" template.
    Example:
    {{for|More Oji pictures|Kazuaki Ōji/Image Gallery}}
    Produces:
    For More Oji pictures, see Kazuaki Ōji/Image Gallery.

    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.

    No Table of Contents

    Technically, this is not a template. It's a 'magic word'. You can put this magic word anywhere on the page to make sure there's no table of contents:

    __NOTOC__

    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.

    Wikipedia

    If you would like to link to an article on Wikipedia, you can use {{|w|article name}}

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

    Where you may find more templates

    • Wikia Templates
    • Wikipedia; may be copied with the proper acknowledgment, but some need tweaking to work properly on Wikia, so use a Wikia one if possible.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.

    Recent changes

  • Desk gun • 11 hours ago
  • Desk gun • 11 hours ago
  • Desk gun • 12 hours ago
  • Tragedys End Editor • 21 hours ago
  • Welcome to WorldTriggerWiki.com!

    We have completed moving the wiki here from FANDOM. This is the wiki that will be maintained and updated in the future (more information). Enjoy your stay!


    If you would like to get involved, or if you have questions or feedback, check out the Community Portal.

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.