Dota 2 Wiki
Advertisement

Documentation for Template:SkillListLite [ Usage | View | Edit | Purge | Subpages ]

Lua logo
▶️ Swapsies!
This template uses Lua.
Its code can be found under Module:SkillListLite.


SkillListLite is used to display small information boxes on abilities, containing links to the page containing a full explanation of the ability and the unit or item that uses the ability. It is usually used in lists of abilities that are affected by a certain effect, such as Magic Immunity. A series of SkillListLites must be placed in between a {{SkillListHead}} and a {{SkillListTail}}.

For more detailed information boxes, use {{SkillListRich}}.

SkillListLite accepts the following parameters:

  • source - Sets the source page, the main page for the ability's user
  • sourcetext - (Optional) Sets the text displayed as the source (defaults to the value of |source)
  • name - Sets the name of the ability, and the linked page anchor point
  • nametext - (Optional) Sets the text displayed as the ability name (defaults to the value of |name)

Note: This template formerly contained individual parameters for image and type. These are now determined automatically.

Examples[]

For custom SkillListLite entries, leave | name = <blank> and use | nametext = string. Be sure to include a | type = as well. Use this for certain items' bonuses that are not ability related, but a link is needed as a source (e.g. Heart of Tarrasque icon Heart of Tarrasque's max health as health regeneration bonus.

{{SkillListLite
| source = Heart of Tarrasque
| name = 
| nametext = Max Health as Health Regen
| type = item
}}


For other usages:

1 Bad dream annotation space.

Custom wrapping example.

TemplateData[]

SkillListLite is used to display small information boxes on abilities, containing links to the page containing a full explanation of the ability and the unit or item that uses the ability.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Sourcesource

Sets the source page, the main page for the ability's user.

Example
Bane
Stringrequired
Source Textsourcetext

Sets the text displayed as the source (defaults to the value of |source).

Stringoptional
Namename

Sets the name of the ability, and the linked page anchor point.

Example
Nightmare
Stringrequired
Name Textnametext

Sets the text displayed as the ability name (defaults to the value of |name).

Stringoptional
Advertisement