Difference between revisions of "Talent table body/Documentation"
Stratonian (talk | contribs) (Created page with "==Description== Creates a body for a Passive talent table for [https://www.semantic-mediawiki.org/wiki/Help:Inline_queries#Parser_function_.23ask inline queries], using pa...") |
Stratonian (talk | contribs) m (→Usage) |
||
Line 4: | Line 4: | ||
==Usage== | ==Usage== | ||
<pre>{{#ask: [[Category:Passive talents]] | <pre>{{#ask: [[Category:Passive talents]] | ||
− | | ?Has | + | |?Has icon |
− | | ?Has | + | |?Has branch |
− | | ?Has | + | |?Has tier |
− | | format=template | + | |format=template |
− | | introtemplate=Talent table header | + | |introtemplate=Talent table header |
− | | template=Talent table body | + | |template=Talent table body |
− | | outrotemplate=Table footer | + | |outrotemplate=Table footer |
+ | |link=none | ||
}}</pre> | }}</pre> | ||
Revision as of 20:59, 1 June 2024
Description
Creates a body for a Passive talent table for inline queries, using parameters provided in the original query. Used in conjunction with Talent table header and Table footer.
Usage
{{#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 }}