Template:Quality/doc

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

Description

This template colours "<text>" according to the specified "<quality>" from the standard LOTRO table.

Colour of an items' text and icon indicate quality.

Icon Text Quality
Common
Uncommon
Rare
Incomparable
Epic


It's also possible to add a pop-up on "mouse-over (hover)" displaying:

"<text> is a <quality> quality item."

by specifying any non-blank value for the "title" keyword.

Note that this generates a conflict with normal tool-tip pop-ups and is no longer recommended

Syntax

{{Quality|<quality> |<text> [|title=1] }}

Parameters:

  • quality : (Positional) (Required) Name of Quality as defined in the table above -- i.e. Common/Uncommon/Rare/Incomparable/Epic
  • Text  : (Positional) (Required) The text to be coloured
  • title  : (Keyword) (not recommended) A keyword flag; specifying any non-blaank value causes a pop-up to be generated on "mouse-over (hover)" -
    note that this generates a conflict with normal tool-tip pop-ups and is no longer recommended

Examples

Without title

{{Quality|quality|text}}
{{Quality|epic|Map to Ost Guruth}}

gives

Map to Ost Guruth

With title

It's also possible to add an quality title (no longer recommended usage!)

{{Quality|quality|text|title=}}
{{Quality|Incomparable|Map to Ost Guruth|title=1}}

gives

Map to Ost Guruth
In this case, a pop-up -- "Map to Ost Guruth is an epic quality item." -- is generated on mouse-hover.