Difference between revisions of "Talent table header/Documentation"

(Created page with "==Description== The intro template for a Passive talent table for [https://www.semantic-mediawiki.org/wiki/Help:Inline_queries#Parser_function_.23ask inline queries], usin...")
 
 
Line 4: Line 4:
 
==Usage==
 
==Usage==
 
<pre>{{#ask: [[Category:Passive talents]]
 
<pre>{{#ask: [[Category:Passive talents]]
| ?Has stat
+
|?Has icon
| ?Has stat value
+
|?Has branch
| format=template
+
|?Has tier
| template=Talent table body
+
|format=template
| introtemplate=Talent table header
+
|introtemplate=Talent table header
| outrotemplate=Table footer
+
|template=Talent table body
 +
|outrotemplate=Table footer
 +
|link=none
 
}}</pre>
 
}}</pre>

Latest revision as of 20:57, 1 June 2024

Description[edit]

The intro template for a Passive talent table for inline queries, using parameters provided in the original query. Used in conjunction with Talent table body and Table footer.

Usage[edit]

{{#ask: [[Category:Passive talents]]
|?Has icon
|?Has branch
|?Has tier
|format=template
|introtemplate=Talent table header
|template=Talent table body
|outrotemplate=Table footer
|link=none
}}