Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Template:Infobox Tip/doc"

From Paragon Wiki Archive
Jump to: navigation, search
(Usage)
m (rm. demo=1 from code display because it should never be used in an actual tip mission, it's only for documentation display purposes)
 
Line 72: Line 72:
 
}}
 
}}
 
<pre>{{Infobox Tip
 
<pre>{{Infobox Tip
|demo=1
 
 
|type=
 
|type=
 
|place=
 
|place=
Line 92: Line 91:
 
}}
 
}}
 
<pre>{{Infobox Tip
 
<pre>{{Infobox Tip
|demo=1
 
 
|type=alignment
 
|type=alignment
 
|place=Paragon City
 
|place=Paragon City
Line 112: Line 110:
 
}}
 
}}
 
<pre>{{Infobox Tip
 
<pre>{{Infobox Tip
|demo=1
 
 
|type=morality
 
|type=morality
 
|place=Rogue Isles
 
|place=Rogue Isles
Line 132: Line 129:
 
}}
 
}}
 
<pre>{{Infobox Tip
 
<pre>{{Infobox Tip
|demo=1
 
 
|type=event
 
|type=event
 
|place=Anywhere
 
|place=Anywhere

Latest revision as of 18:48, 21 March 2016

This is a documentation subpage for Template:Infobox Tip (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

Overview

This template is used to show an infobox at the top of a Tip mission article. In addition to showing the infobox, it also supplies the appropriate categories using a default sort key that strips off the first six characters (which should always be "Tip - "); thus, "Mission:Tip - Example" would sort under "E".

This template has special magic that ensures that it will only activate in the Mission: namespace. If an article in another namespace transcludes the article, the infobox and categories will automatically suppress. (Conversely, this means it can only be used in the Mission: namespace.)

Usage

Copy and paste to use:

{{Infobox Tip
|type=
|place=
|available=
|levelfrom=
|levelto=
|choice=
}}

Explanation of parameters:

type=
The type of tip mission. This must be one of the following:
  • alignment, for an alignment mission
  • morality, for a morality mission
  • event, for an event mission
place=
The place where the tip drops. Possible options:
  • Paragon City, required for alignment and morality missions in Paragon City
  • Rogue Isles, required for alignment and morality missions in the Rogue Isles
  • Anywhere, recommended for tips that can drop anywhere (such as event tips)
available=
Specifies who the tip is available to. That is, who the tip will drop for. This must be one of the following:
  • hero, for Heroes
  • vill, for Villains
  • rog, for Rogues
  • vig, for Vigilantes
  • herovig, for Heroes and Vigilantes
  • villrog, for Villains and Rogues
  • herovigrog, for Heroes, Vigilantes, and Rogues
  • villrogvig, for Villains, Rogues, and Vigilantes
  • all4, for Heroes, Vigilantes, Villains, and Rogues
  • everyone, for Everyone
levelfrom=
levelto=
Together, these two parameters specify the level range, with levelfrom= being the lower bound and levelto= being the upper bound. If the levels aren't known, then leave these parameters blank and a question mark will automatically be supplied.
choice=
Specifies what alignment/morality choice is available in the mission. This must be one of the following:
  • hero, for Heroes
  • vill, for Villains
  • rog, for Rogues
  • vig, for Vigilantes
  • herovig, for Heroes and Vigilantes
  • villrog, for Villains and Rogues
demo=
(Not shown in the copy-and-paste above.) This enables demo mode. The Infobox will be forcibly shown. The categories will be forcibly suppressed.

Examples

Tip Mission
Level range ?–?
v  d  e
{{Infobox Tip
|type=
|place=
|available=
|levelfrom=
|levelto=
|choice=
}}


Tip Mission
Type Alignment
Place Paragon City
Available to Heroes and Vigilantes
Level range 20–29
Choice Hero or Vigilante
v  d  e
{{Infobox Tip
|type=alignment
|place=Paragon City
|available=herovig
|levelfrom=20
|levelto=29
|choice=herovig
}}


Tip Mission
Type Morality
Place Rogue Isles
Available to Heroes, Vigilantes, and Rogues
Level range 40–50
Choice Hero
v  d  e
{{Infobox Tip
|type=morality
|place=Rogue Isles
|available=herovigrog
|levelfrom=40
|levelto=50
|choice=hero
}}


Tip Mission
Type Event
Place Anywhere
Available to Heroes, Vigilantes, Villains, and Rogues
Level range 20–50
v  d  e
{{Infobox Tip
|type=event
|place=Anywhere
|available=all4
|levelfrom=20
|levelto=50
|choice=
}}