Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 18:15, 21 April 2026 by Khalid (talk | contribs) (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page --> == Usage == This template displays a Lore value with a decorative icon. It is used on card pages, mechanic pages, and anywhere a Lore value needs to be shown. === Syntax === <code><nowiki>{{Lore|value}}</nowiki></code> === Parameters === * '''1''' (unnamed) – The Lore value (e.g., 1, 2, 3, etc.). Required. === Examples === {| class="wikitable" ! Wikitext !! Result...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is a template documentation subpage for Template:Lore.
It contains usage information, categories, interlanguage links and other content that is not part of the original template page.

Usage

This template displays a Lore value with a decorative icon. It is used on card pages, mechanic pages, and anywhere a Lore value needs to be shown.

Syntax

{{Lore|value}}

Parameters

  • 1 (unnamed) – The Lore value (e.g., 1, 2, 3, etc.). Required.

Examples

Wikitext Result
{{Lore|2}} 2
This character has {{Lore|3}}. This character has 3.

Styling

The template currently uses a ✨ emoji as a placeholder icon. To replace it with an official image, edit the template and change:

<span class="lore-icon">✨</span> {{{1}}}

to:

[[File:Lore icon.png|16px|link=]] {{{1}}}

See also