Documentation du modèle (pour le modèle ci-dessus, parfois caché ou invisible)

Template to automatically convert abbreviations into links to game-specific overview pages.

Auxiliary template for Template:Infobox.

Usage

{{abblink|link=link target|name=link name|abbreviations}}

By default, the template takes the parameters link, name and <unnamed 1> (which may contain up to 10 game abbreviations separated by ",") and creates a line with links to the respective page for each abbrevation, separated by "/". The last entry has name (or nothing if name has not been given) appended.

Parameters

Please note that if you do not specify any of the parameters, the template will return an empty string.

<unnamed 1>

Game abbreviations; see {{abb}} for valid inputs. The abbreviations are "translated" into full game names. Multiple abbrevations should be separated by the delimiter specified with split by.

See below for detailed behaviour in combination with the other parameters.

abbmode

This is passed down directly to {{abb}}. Only valid input for that template's mode parameter will have any effect. The mode is only applied to the displayed string, and not to the link target.

link

This is the second part of the link target (the first being the game name if given). For example, if you want the template to return links which point to the pages "Fallout weapons", "Fallout 2 weapons", "Fallout 3 weapons" and so forth, this would need to be "weapons".

See below for detailed behaviour in combination with the other parameters.

(default: "default")
mode

This parameter specifies a display mode for the template output.

Available options:

  • default: name is only appended to the last displayed link.
  • fullnames: name is appended to every displayed link.
name

This is the second part of the link name (the first being the game name if given), i.e. the string that is shown when looking at a page. For example, if you would like the displayed string to be "Fallout weapon", "Fallout 2 weapon", "Fallout 3 weapon" and so forth, this would need to be "weapon".

See below for detailed behaviour in combination with the other parameters.

prefix, suffix

Characters/strings which should be added to the beginning (prefix) or end (suffix) of each "section". These are not part of the link itself and can be used e.g. to produce a list instead of the usual single line.

Note that spaces at the beginning or end of these strings need to be HTML encoded (& #032; without the space in between), and that you need to use {{!}} if you want to produce a |.

(default: "/")
sep

This is the character/string with which the "sections" are separated if you specify more than one abbreviation in <unnamed 1>.

Note that spaces at the beginning or end of the string need to be HTML encoded (& #032; without the space in between), and that you need to use {{!}} if you want to produce a |.

(default: ",")
split by

This is the character/string which is used as a delimiter for multiple abbrevations in <unnamed 1>, i.e. the character/string which separates the individual abbrevations.

Note that spaces at the beginning or end of the string need to be HTML encoded (& #032; without the space in between), and that using | is not recommended.

Behaviour in detail

  • First letter of the result's displayed part will always be uppercase.
  • Setting the first unnamed parameter to "none" results in only the translated version of "none" + "name" (if given) being shown without link.
  • For readability, the table below assumes that sep has not been specified and the default character / is being used.
Parameters given Result
link name unnamed (games) single game multiple games
[[game link|''game'' name]] [[game link|''game'']]/[[game link|''game'']]/[[game link|''game'' name]]
[[link|name]] [[link|name]]
[[game link|''game'' link]] [[game link|''game'']]/[[game link|''game'']]/[[game link|''game'']]
[[link|link]] [[link|link]]
[[game|''game'' name]] ''[[game]]''/''[[game]]''/[[game|''game'' name]]
name name/name/name
''[[game]]'' ''[[game]]''/''[[game]]''/''[[game]]''
(nothing/empty) (nothing/empty)

Examples

{{abblink|link=weapons|name=weapon|FO3}}

results in: weapon de Fallout 3

{{abblink|link=weapons|FO3}}

results in: Fallout 3

{{abblink|name=weapon|FO3}}

results in: weapon de Fallout 3

{{abblink|link=weapons|name=weapon|none}}

results in: weapon de '

{{abblink|link=weapons|name=weapon|abbmode=short|FOBOS}}

results in: weapon de Fallout: BoS

{{abblink|link=weapons|name=weapon|sep=, |FO1,FO3}}

results in: weapon de Fallout, Fallout 3

Technical

Source

  • Le modèle et sa page de documentation sont issus du Wikipédia The Vault. Vous pouvez les retrouver en suivant ce lien.
Documentation transclues de Modèle:Abblink/doc.