70,991
edits
m
no edit summary
(WIP template) |
HiddenDragon (talk | contribs) mNo edit summary |
||
(14 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#lvardef:name|{{#replace:{{{display name|{{{name}}}}}}| |_}}}} | |||
{{PageSeo | {{PageSeo | ||
| title = {{ | | title = {{#lvar:name}} | ||
| description = {{{description|}}} | | description = {{{description|}}} | ||
}}<!--Actual display starts here--> | }}<!--Actual display starts here--> | ||
{{#lvar:name}} is a [[status group]]. {{{description|}}} | {{Icon|Condition Type Icon.png|30}}'''{{#lvar:name}}''' is a [[status group]]. {{{description|}}} | ||
{{#if:{{{removed by items|}}}{{{removed by spells|}}}{{{removed by conditions|}}}| | |||
== Removal == | |||
}} | |||
{{#if: {{{removed by items|}}} | {{blank}} | |||
The following items remove all conditions in this status group: | |||
{{#invoke: ParseList | main | {{{removed by items}}} | type = htmlList | useTemplate = MdRarityItem }} | |||
}}{{#if: {{{removed by spells|}}} | {{blank}} | |||
The following spells/actions remove all conditions in this status group: | |||
{{#invoke: ParseList | main | {{{removed by spells}}} | type = htmlList | useTemplate = MdSAI }} | |||
}}{{#if: {{{removed by conditions|}}} | {{blank}} | |||
The following conditions remove all conditions in this status group: | |||
{{#invoke: ParseList | main | {{{removed by conditions}}} | type = htmlList | useTemplate = Cond }} | |||
}} | |||
{{#if:{{{immunity from items|}}}{{{immunity from features|}}}{{{immunity from creatures|}}}{{{immunity from spells|}}}{{{immunity from conditions|}}}| | |||
== Immunity == | |||
}} | |||
{{#if: {{{immunity from items|}}} | {{blank}} | |||
The following items grant immunity to all conditions in this status group: | |||
{{#invoke: ParseList | main | {{{immunity from items}}} | type = htmlList | useTemplate = MdRarityItem }} | |||
}}{{#if: {{{immunity from spells|}}} | {{blank}} | |||
The following spells/actions grant immunity to all conditions in this status group: | |||
{{#invoke: ParseList | main | {{{immunity from spells}}} | type = htmlList | useTemplate = MdSAI }} | |||
}}{{#if: {{{immunity from features|}}} | {{blank}} | |||
The following passive features grant immunity to all conditions in this status group: | |||
{{#invoke: ParseList | main | {{{immunity from features}}} | type = htmlList | useTemplate = Pass }} | |||
}}{{#if: {{{immunity from creatures|}}} | {{blank}} | |||
The following creatures possess immunity to all conditions in this status group: | |||
{{#invoke: ParseList | main | {{{immunity from creatures}}} | type = htmlList | useTemplate = MdCharLink }} | |||
}}{{#if: {{{immunity from conditions|}}} | {{blank}} | |||
The following conditions grant immunity to all conditions in this status group: | |||
{{#invoke: ParseList | main | {{{immunity from conditions}}} | type = htmlList | useTemplate = Cond }} | |||
}} | |||
{{#if:{{{other|}}} | {{blank}} | |||
== Other == | |||
{{{other}}} | |||
}} | |||
== List of conditions in {{#lvar:name}} == | == List of conditions in {{#lvar:name}} == | ||
{{ConditionsTableHeader}} | |||
{{#cargo_query: tables = conditions | |||
| fields = _pageName = page, name, icon, effects | |||
| where = status_groups HOLDS '{{{name}}}' | |||
| order by = name | |||
| default = {{ConditionsTableEmpty}} | |||
| format = template | |||
| template = ConditionsTableRow | |||
| named args = yes | |||
}} | |||
{{ConditionsTableFooter}} | |||
{{Main namespace only|[[Category:Status groups]]{{#cargo_store: _table = status_groups | |||
{{Status | | name = {{{name|}}} | ||
| name = | | display_name = {{{display name|}}} | ||
| description = | | description = {{{description|}}} | ||
}} | }} | ||
</ | }}</includeonly><noinclude>{{documentation}}{{#cargo_declare: _table = status_groups | ||
| name = String (unique, mandatory) | |||
{{ | | display_name = String | ||
| name = | | description = Wikitext | ||
| description = | |||
}}</noinclude> | }}</noinclude> |