Help:Templates

Help page
Revision as of 18:26, 24 June 2018 by Chao (talk | contribs) (create page (WIP))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is not a comprehensive description of all templates on the wiki, and often the individual pages for a template will include more detailed information about how to use the template than will be provided here. To see all the templates on this wiki, please see Category:Templates.

Notable categories of templates on the wiki include:

  • File message boxes - message boxes ("banners") for conveying important messages to the user (see below)
  • Infoboxes - infoboxes to display information at a glance on a topic (characters, games, etc)
  • Navigation Templates - navigation boxes for everything you can imagine

Further Reading

For further reading on templates in general, as well as how to use and make them, please see:

These will be much more comprehensive and include better examples than anything this writer can come up with.

Notification Templates

These are typically banners meant to convey information to the reader. The most versatile of these is {{Incomplete}}, which marks a page or a section as incomplete.

For all of the different types of messages that this wiki supports, please see Category:File_message_boxes.

General Purpose Templates

These templates can be found on many pages and are useful to know how to use.

Template Code Shows On The Page As
Template:H {{h|highlight me}} highlight me
Template:Squiggly
{{squiggly|Lots of         text f   Arakune}}
Lots of         text f   Arakune
Template:Quote {{quote|This is a quote from a character.}}
Character quote here!
Template:Gallery Section {{Gallery Section|Category One|Category Two|Category Three}}

For birthday art with Ragna in it, drawn by Toshimichi Mori:
{{Gallery Section|Ragna the Bloodedge|Birthday Art|Mori, Toshimichi}}

Template:H is used sparingly. Within quotes and translated text, it is used to highlight words from the original text that appear in brackets. On other pages, it is used to highlight for example aliases or important items on a page that should stand out (i.e. the name of a character's Drive).

If you are unsure, simply leave the word in '''bold''' instead.

Template:Squiggly is used to display Arakune's text with all of its spaces intact. If you try to write multiple spaces without this template, it won't appear correctly on the page (extra spaces will be lost).

Gameplay Templates

Templates categorized as Gameplay Templates are templates that are used on the gameplay subpages of a character (i.e. Ragna the Bloodedge/Gameplay)

Gameplay Disambiguation

Template:Icon_Grid_(Gameplay) links to gameplay subpages (Ragna the Bloodedge/Gameplay/BBCT) on pages like Ragna the Bloodedge/Gameplay and looks something like this:

{{Icon Grid (Gameplay)|Jin Kisaragi
  |BBCT=yes
  |BBCS=yes
  |BBCP=yes
  |BBCF=yes
  |BBTAG=yes
  |BBDW=yes
}}

You can remove icons for each game by changing the yes to a no, or by removing the row entirely.

Command Lists

Command lists appear on pages like Ragna the Bloodedge/Gameplay/BBCT (or for collaboration characters like those appearing in BlazBlue: Cross Tag Battle, on their main page e.g. Yu Narukami)

The template for a command list looks something like this: <tabs> <tab name="C Series">

{{Command List
| drive    = 
  {{Command List Row
    | EN     = 
    | JP     = 
    | romaji = 
    | input  = 
    | input2 = 
    | desc   = 
  }}
| od       =
| specials =
| dd       =
| astral   =
}}

</tab> <tab name="BBTAG">

{{Command List (BBTAG)|type=
| smart_combo = 
  {{Command List Row
    | EN     = 
    | JP     = 
    | romaji = 
    | input  = 
    | desc   = 
  }}
| cmd_normal  =
| specials    =
| reversal    =
| skills      =
| extra_skill =
| distortions =
| dist_duo    =
}}

</tab> </tabs> Each {{Command List Row|...}} represents one command in the command list. For further details and examples of how to use the command list templates, please see Template:Command List Row.

Quotes Templates

Quotes templates are on pages like Jubei/Quotes. For displaying quotes on these pages, the templates to take note of are Template:Quotes_(Table) and Template:Quotes_(Table_Row). Template:Quotes (Table Row)

Simply add {{Quotes (Table Row)|...}} to add information about extra quotes.

Don't mix up these templates with Template:Quote, which is used for formatting a single quote at the top of a character's page!

Blue Radio and ARC Live!

Blue Radio and ARC Live! both include lists of episodes that make use of the Blue Radio Episode template. Additionally, Blue Radio also uses Template:Blue Radio Corner and Template:Blue Radio Seasons to display information about its corners across its many seasons.

Code Example
{{Blue Radio Episode
 | date = Date
 | JP = JP name
 | EN = EN name
 | link = #
 | thumbnail = 
 | text = Guest: None
}}
JP name
EN name
Date
Guest: None
{{Blue Radio Corner
 | image =
 | title =
  {{Blue Radio Seasons
   (...)
  }}
 | desc = 
 | appearances =
  {{Blue Radio Seasons
   (...)
  }}
}}
Sudden Topics
ぶるぎりのお題 (Burugiri No Odai)
Accepting applications for the hugely popular corner "Sudden Topics" (ぶるぎり Burugiri)!

There may be some interesting responses to these topics, so please think your response through.

Merchandise

Template:Merchandise_Item is used for displaying merchandise. An example of the template is as follows:

{{Merchandise Item
| title  = title (English name of the item)
| JPname = 
| JPromaji = 
| avail =
  <ul>
  <li> Event Name (Aug 2008), Arc System Works booth, sold as part of the '''XXX Set''' (¥5,000)</li>
  <li> Additional availabilities get their own bullet points. </li>
  </ul>
| details =
  <ul>
  <li>additional details in bullet points</li>
  </ul>
| images = [[File:Merchandise Comiket 76 BlazBlue Shinyoko Set 01.jpg|thumb]]
}}

For more details, please see Template:Merchandise_Item.