Template documentation (for the above template, sometimes hidden or invisible)
- Description
- This template will make a link to the warframe and displaying a tooltip of the warframe when hovered upon. It will only accept the exact name of the warframe.
- Syntax
- Type
{{WF|Warframe name}}
as a replacement for ability link. - Input examples
{{WF|Ash}}
=Ash
The names are case sensitive.
{{WF|Limbo Prime}}
=Limbo Prime
{{WF|Limbo prime}}
= {{WF}} "Limbo prime" not found
Incorrect warframe names give an error.
{{WF|Mesa Umbra}}
= {{WF}} "Mesa Umbra" not found
Technical stuff ▾▾
The template calls Module:Warframes and it sorts out whether the warframe's name is correct.
- If the ability exists, class="ability-tooltip" data-param="{{#var:Name}}" tells javascript that this text wants a tooltip, which is made by {{Tooltip/Ability}}.
- If the ability doesn't exist, the error is shown instead of a redlink along with Category:Ability Tooltip error added on that page.
Visit Template:WF/doc to edit this text! (How does this work?)
Community content is available under CC-BY-SA unless otherwise noted.