Anonymous
×
Create a new article
Write your page title here:
We currently have 205 articles on Shadowrun Seattle Shutdown. Type your article name above or click on one of the titles below and start writing!



Shadowrun Seattle Shutdown
Icon-documentation.svg

Template:PC eases creating references to player characters.

Usage

It has one mandatory parameter that controls which of two ways it is being used:

List Mode

If the first parameter is in or out, it creates a semi-colon delimited list of the player character names, intended to be parsed by Template:SplitLink as used in Template:Episode and Template:Scene.

In this mode, it accepts multiple optional parameters, one for each player character:

  • deep, fraulein, garbo, liam, and shirayuri for in.
  • rook, shiranui, tak, and zosimos for out.

If any of the parameters is supplied with a null string, the character is removed from the returned list.

Rename Mode

If the first parameter is one of the character identifiers listed above, it operates in rename mode. It then accepts a second optional parameter, which controls which name is returned:

  • real returns the character's given name.
  • full returns the character's full, legal name.
  • By default it returns the character's street name; this is primarily to avoid having to remember or type the accented characters in "Fräulein".

Return

List Mode

{{PC|out}} returns:
Rook; Shiranui; Tak; Zosimos
{{PC|in|fraulein=}} returns:
Garbo; Liam; Shirayuri
{{PC|in|garbo=|shirayuri=}} returns:
Fraulein Artzin; Liam

Rename Mode

{{PC|fraulein}} returns:
Fräulein
{{PC|shirayuri|real}} returns:
Yoi
{{PC|shirayuri|full}} returns:
MUSUME Yoi

The documentation above was transcluded from Template:PC/Documentation.