Template:Reputation Item

From Lotro-Wiki.com
Jump to navigation Jump to search
This is the template documentation for {{Reputation Item}}. It is transcluded from Template:Reputation Item/doc and may be directly edited there.

This template can be used for all reputation (faction) items.

Certain Factions have specific text generated automatically based upon the value of the parameter Faction. Currently: "Iron Garrison Guards" and "Iron Garrison Minors".

Meaning Behind the Parameters

Note: Regarding "blank or 'Yes'" for many parameters -- blank will not enable the feature of that parameter, but "Yes" or any other text will enable it, as will a single character, digit, or anything other than a space. Hence, blank means "off" (which is default), while any text means "on".

| mode = {{{mode|}}}
Leave as is
| rename = {{{rename|}}}
Leave as is
| arg = {{{arg|}}}
Leave as is
| amount = {{{amount|}}}
Leave as is

Name:

name
item name, as it appears in game. Exact page name is required here to avoid issues with names containing diacritics and apostrophes (do not use {{PAGENAME}}).
icon
icon to display - omit prefix (File:) and file-type extension (.png), however, must include "-icon" - passed to {{icon}}.
Preferably this is a generic icon, see Category:Icons for further details. Should an icon not exist, use the exact page name to avoid issues with names containing diacritics and apostrophes (do not use {{PAGENAME}}). Example: "Cloak 1 (incomparable)-icon"
disambigpage
name of Lotro-Wiki page for this item. Leave this field as it is...
quality
item quality, passed to {{quality}} to generate formatted item name. Examples: Common, Uncommon, Rare, Incomparable, Epic

Basic Info:

item_level
Turbine Index Level
bind
binding type: BoE, BoA, or BtA (rarely used is BtAoA).
indestructible
used for indestructible items; blank, or "Yes" to show "Cannot Be Destroyed" in the tooltip.
barter
used for items that can also be bartered; blank, or "Yes" to add "or turn in for items" at the end of the flavor text.
level
minimum usable level
questreq
quest that must have been completed; blank, or quest name.
flavor
item's description text (quotes are added by the template); blank, or text. This text appears above the Green "Faction:" line.
faction
faction name required to use this item (used together with standing); blank, or faction name.
  • Iron Garrison Guards - add text: "This item can be exchanged for an Iron Garrison Miners reputation item."
  • Iron Garrison Miners - add text: "This item can be exchanged for an Iron Garrison Guards reputation item."
faction-link
Article of the related faction. Only needed when the parameter faction doesn't point to the appropriate article.
rep-points
number of Reputation points granted on use of this item towards guild reputation
guild-size
Small or Medium -- Refers to the Patterns produced from Guild recipes - matches text on pattern
sell
price an NPC will pay for the item (use {{worth}}), displayed only if values are added. Example: {{worth|g=|s=12|c=99|dp=}}
stack
max number of items that can be stacked in one inventory slot, if known; blank, or integer.

Usage

Small and Medium Patterns can be exchanged for Medium and Large Patterns; these are referred to as 3-day and 7-day "reputation item" respectively.
<onlyinclude>{{Reputation Item
| mode         = {{{mode|}}}
| rename       = {{{rename|}}}
| amount       = {{{amount|}}}
| name         = {{subst:PAGENAME}}
| disambigpage = {{subst:FULLPAGENAME}}
| icon         = <!-- only if different from name -->
| quality      = 
| item_level   = 
| bind         = 
| barter       = 
| level        = 
| flavor       = 
| faction      = 
| rep-points   = 
| guild-size   = 
| sell         = 
| stack        = 
}}</onlyinclude>

Example

<onlyinclude>{{Reputation Item
| mode         = {{{mode|}}}
| rename       = {{{rename|}}}
| amount       = {{{amount|}}}
| name         = Green Crystal Lamp Fragment
| disambigpage = Item:Green Crystal Lamp Fragment
| icon         = Crystal Lamp Fragment-icon
| quality      = rare
| item_level   = 1
| bind         = 
| barter       = 
| level        = 45
| flavor       = This small fragment of crystal glows slightly in even light most dim.
| faction      = Iron Garrison Miners
| rep-points   = 700
| guild-size   = 
| sell         = {{worth|g=|s=|c=20|dp=}}
| stack        = 100
}}</onlyinclude>