Template:XNode Ability/doc: Difference between revisions
Appearance
m example added |
m Add note about Category:XNode abilities |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<noinclude>{{documentation subpage}}</noinclude> | |||
Pages that use this template are added to [[:Category:XNode abilities|XNode abilities]]. | |||
== Usage == | == Usage == | ||
{| style="background: transparent;" | {| style="background: transparent;" | ||
| Line 32: | Line 34: | ||
</pre> | </pre> | ||
|} | |} | ||
<includeonly> | |||
[[Category:Templates]] | |||
</includeonly> | |||
Latest revision as of 07:21, 8 August 2024
Pages that use this template are added to XNode abilities.
Usage
{{XNode Ability
| name =
| public_name =
| deprecated_prefer =
| introduced_version_number =
| deprecated_version_number =
| is_not_ability =
| provides ui =
| os handled =
}}
|
Example
{{XNode Ability
| name = Ability5
| public_name = TheAbility5
| deprecated_prefer = Ability6
| introduced_version_number = 8.20
| deprecated_version_number = 8.21
| is_not_ability =
| provides ui = No
| os handled = Yes
}}
|