Template:Talent: Difference between revisions
Add locally hosted talent icons with attributed file pages |
Expand Forever references, sourced media, homepage updates, and contributor research tools |
||
| Line 27: | Line 27: | ||
</div> | </div> | ||
<div class="fw-talent-note"><strong>Preview data · BlizzCon 2026 demo</strong><p>Recorded from {{#if:{{{source_url|}}}|[{{{source_url}}} the linked source]|the import source}}{{#if:{{{snapshot|}}}| on {{{snapshot}}}}}. [[Project:Data policy|Source checked]] means checked against that source; this talent has not been independently validated in-game. Preview details may change.</p></div> | <div class="fw-talent-note"><strong>Preview data · BlizzCon 2026 demo</strong><p>Recorded from {{#if:{{{source_url|}}}|[{{{source_url}}} the linked source]|the import source}}{{#if:{{{snapshot|}}}| on {{{snapshot}}}}}. [[Project:Data policy|Source checked]] means checked against that source; this talent has not been independently validated in-game. Preview details may change.</p></div> | ||
{{Research tasks|kind=Talent|needs={{{research_needs|Current Forever build tooltip; Rank effects and conditions in the named build}}}}} | |||
</includeonly><noinclude> | </includeonly><noinclude> | ||
Adds a compact talent reference, source note, and semantic data to a class talent page. It places the article in [[:Category:Talents]]. For the separate Legacy system, use [[Template:Legacy perk]]. | Adds a compact talent reference, source note, and semantic data to a class talent page. It places the article in [[:Category:Talents]]. For the separate Legacy system, use [[Template:Legacy perk]]. | ||
| Line 48: | Line 49: | ||
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
The optional <code>research_needs</code> parameter controls this article’s research requests. When omitted, it asks for the current Forever tooltip and rank-condition evidence. After adding evidence, set it to the remaining semicolon-separated requests. Set <code>research_needs=</code> explicitly empty when all requests are resolved; removing the parameter restores the default requests. Resolving a task does not automatically change the demo snapshot or its evidence status. | |||
The presentation is maintained at [[Template:Talent/styles.css]]. For rank tables, use <code>class="wikitable fw-talent-ranks"</code>; an optional <code>fw-talent-table-wrap</code> wrapper accommodates wide tables. | The presentation is maintained at [[Template:Talent/styles.css]]. For rank tables, use <code>class="wikitable fw-talent-ranks"</code>; an optional <code>fw-talent-table-wrap</code> wrapper accommodates wide tables. | ||
| Line 65: | Line 68: | ||
"requires": {"label": "Prerequisite talent", "description": "Wiki page title of a prerequisite talent, without brackets. Leave empty if none is listed.", "type": "wiki-page-name", "suggested": true}, | "requires": {"label": "Prerequisite talent", "description": "Wiki page title of a prerequisite talent, without brackets. Leave empty if none is listed.", "type": "wiki-page-name", "suggested": true}, | ||
"source_url": {"label": "Source URL", "description": "Full URL of the source used for this talent.", "type": "url", "required": true}, | "source_url": {"label": "Source URL", "description": "Full URL of the source used for this talent.", "type": "url", "required": true}, | ||
"snapshot": {"label": "Source snapshot date", "description": "Date on which the source data was captured, in YYYY-MM-DD format.", "type": "date", "required": true} | "snapshot": {"label": "Source snapshot date", "description": "Date on which the source data was captured, in YYYY-MM-DD format.", "type": "date", "required": true}, | ||
"research_needs": {"label": "Open research requests", "description": "Semicolon-separated evidence still needed. Omit to use the default tooltip and rank requests; supply an explicitly empty value to clear all requests after adding supporting evidence.", "type": "string"} | |||
}, | }, | ||
"paramOrder": ["icon", "class", "tree", "row", "column", "max_ranks", "type", "requires", "source_url", "snapshot"], | "paramOrder": ["icon", "class", "tree", "row", "column", "max_ranks", "type", "requires", "source_url", "snapshot", "research_needs"], | ||
"format": "block" | "format": "block" | ||
} | } | ||
Latest revision as of 01:23, 17 September 2026
Adds a compact talent reference, source note, and semantic data to a class talent page. It places the article in Category:Talents. For the separate Legacy system, use Template:Legacy perk.
This template describes the BlizzCon 2026 demo source snapshot. Its Source checked status records verification against the cited import source, not independent in-game testing. A maximum rank does not imply that every rank's effect has been confirmed. Record rank text and its limitations in the article body.
Use plain class and tree names, plain numbers, a full source URL, and an ISO date. Tree row and column numbers are one-based, counted from the top left. The optional prerequisite is a plain wiki page title without brackets. For an icon, supply the uploaded filename without the File: prefix; the icon links to its file page for source and attribution.
{{Talent
|icon=
|class=
|tree=
|row=
|column=
|max_ranks=
|type=
|requires=
|source_url=
|snapshot=2026-09-16
}}
The optional research_needs parameter controls this article’s research requests. When omitted, it asks for the current Forever tooltip and rank-condition evidence. After adding evidence, set it to the remaining semicolon-separated requests. Set research_needs= explicitly empty when all requests are resolved; removing the parameter restores the default requests. Resolving a task does not automatically change the demo snapshot or its evidence status.
The presentation is maintained at Template:Talent/styles.css. For rank tables, use class="wikitable fw-talent-ranks"; an optional fw-talent-table-wrap wrapper accommodates wide tables.
TemplateData
Reference box and source-snapshot metadata for a class talent from the BlizzCon 2026 demo. Source checked does not mean independently validated in-game.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Talent icon | icon | Uploaded icon filename without the File: prefix. The image links to its file page for source and attribution. | File | suggested |
| Class | class | Class name matching its class talents index. | String | required |
| Talent tree | tree | Talent tree name matching the heading in the class talents index. | String | required |
| Tree row | row | One-based row number, counted from the top of the tree. | Number | required |
| Tree column | column | One-based column number, counted from the left of the tree. | Number | required |
| Maximum rank | max_ranks | Maximum number of ranks listed by the source; this does not assert that every rank effect is known. | Number | required |
| Talent type | type | Active or Passive, as recorded by the source.
| String | required |
| Prerequisite talent | requires | Wiki page title of a prerequisite talent, without brackets. Leave empty if none is listed. | Page name | suggested |
| Source URL | source_url | Full URL of the source used for this talent. | URL | required |
| Source snapshot date | snapshot | Date on which the source data was captured, in YYYY-MM-DD format. | Date | required |
| Open research requests | research_needs | Semicolon-separated evidence still needed. Omit to use the default tooltip and rank requests; supply an explicitly empty value to clear all requests after adding supporting evidence. | String | optional |