Template:Infobox Character/requires

From Twinsuniverse
< Template:Infobox Character
Revision as of 22:33, 10 June 2014 by J McKalling (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Infobox Character/requires
Purpose

Infobox [list all]

Single tag

No [list all]

Multi-line

No [list all]

Protected

No [list all]

Game related

Yes [list all]

Categorization
Suppressible

Recursively [list all]

Choice

No choice [list all]

Categories

One: [list all]

Variables
Names

none [list all]

Subpages

This template displays an Items requirement with an amount. It is used to specify what a character requires to talk to them or to use their service(s). This also automatically categorizes the article under Category:Characters with a missing requirement when the specified article doesn't exist yet.

Parameters

  1. The pagename of an article from Category:Items or a subcategory (no parameter name but value is case sensitive, defaults to nothing displayed)
  • amount: A number (expression) representing the amount of said requirement (positive numeric, defaults to string "none of:")
  • nocat: Whether or not to suppress categorization in case the specified article doesn't exist (defaults to false, which means auto categorization).


Note: Eventhough the numbered (pagename) parameter is optional, it is required for anything to be displayed at all.

Syntax

{{Infobox Character/requires|articlename|amount=number}}

Examples

Common use includes both the filename and amount parameters, with the latter accepting a mathematical expression as well, so these all have the same result:

{{Infobox Character/requires|Kashes|amount=10}}
{{Infobox Character/requires|Kashes|amount=00010}}
{{Infobox Character/requires|Kashes|amount=2 + 8}}
{{Infobox Character/requires|Kashes|amount=3 * 4 - 2}}
{{Infobox Character/requires|Kashes|amount=2 * 5}}
{{Infobox Character/requires|Kashes|amount=40 / 4}}
{{Infobox Character/requires|Kashes|amount=43 % 11}}
(10x) Kashes


The order in which the parameters are specified is not important, so these all have the same result:

{{Infobox Character/requires|Zlitos|amount=30}}
{{Infobox Character/requires|1=Zlitos|amount=30}}
{{Infobox Character/requires|amount=30|Zlitos}}
{{Infobox Character/requires|amount=30|1=Zlitos}}
(30x) Zlitos


In some cases, it may be desired to specify an alternate text for the link, which you can by using the {{!}} template like this:

{{Infobox Character/requires|Zlitos{{!}}Money money money!|amount=500}}
(500x) Money money money!


You may leave amount undefined (which would not raise any maintenance task, discuss) by not specifying any valid number expression, so these all have the same result (defaulting to "none of:"):

{{Infobox Character/requires|Kashes}}
{{Infobox Character/requires|Kashes|}}
{{Infobox Character/requires|Kashes|amount=}}
{{Infobox Character/requires|Kashes|amount=three}}
{{Infobox Character/requires|Kashes|amount=many}}
{{Infobox Character/requires|Kashes|amount=3 + one}}
{{Infobox Character/requires|Kashes|amount=3 +}}
{{Infobox Character/requires|Kashes|amount=@}}
{{Infobox Character/requires|Kashes|amount=none of:}}
{{Infobox Character/requires|Kashes|amount=noooone of:}}
none of: Kashes


You may leave "requires" undefined (which would not raise any maintenance task) by not specifying any articlename, so these all have the same result (nothing displayed):

{{Infobox Character/requires}}
{{Infobox Character/requires|}}
{{Infobox Character/requires|1=}}
{{Infobox Character/requires|amount=3}}
{{Infobox Character/requires||amount=3}}
{{Infobox Character/requires|1=|amount=3}}
{{Infobox Character/requires|5=Possibly existing article name|amount=3}}
{{Infobox Character/requires|      |amount=3}}


When a nonexisting articlename is specified (which would raise the Characters with a missing requirement maintenanance task), the link will just become red as usual:

{{Infobox Character/requires|Nonexisting Item|amount=10}}
(10x) Nonexisting Item


The nocat parameter may be used to suppress automatic categorization like this (any value will do):

{{Infobox Character/requires|Nonexisting Item|amount=10|nocat=true}}

This would render the same result as the last example above, but would not categorize under Category:Characters with a missing requirement. This feature works on any nonempty nonexisting articlename.