70,990
editsAd placeholder
Template:Status group page: Difference between revisions
Jump to navigation
Jump to search
no edit summary
(Added fields for removal and prevention similar to the older Condition Type pages) |
HiddenDragon (talk | contribs) No edit summary |
||
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|}}}}}}| | {{#if:{{{removed by items|{{{removed by spells|}}}}}}| | ||
== Removal == | == Removal == | ||
Line 16: | Line 14: | ||
}}{{#if: {{{removed by spells|}}} | {{blank}} | }}{{#if: {{{removed by spells|}}} | {{blank}} | ||
The following spells remove all conditions in this status group: | The following spells/actions remove all conditions in this status group: | ||
{{#invoke: ParseList | main | {{{removed by spells}}} | type = htmlList | useTemplate = MdSAI }} | {{#invoke: ParseList | main | {{{removed by spells}}} | type = htmlList | useTemplate = MdSAI }} | ||
}} | }} | ||
Line 28: | Line 26: | ||
}}{{#if: {{{immunity from features|}}} | {{blank}} | }}{{#if: {{{immunity from features|}}} | {{blank}} | ||
The following features grant immunity to all conditions in this status group: | The following passive features grant immunity to all conditions in this status group: | ||
{{#invoke: ParseList | main | {{{immunity from features}}} | type = htmlList | useTemplate = | {{#invoke: ParseList | main | {{{immunity from features}}} | type = htmlList | useTemplate = Pass }} | ||
}}{{#if: {{{immunity from creatures|}}} | {{blank}} | }}{{#if: {{{immunity from creatures|}}} | {{blank}} | ||
Line 39: | Line 37: | ||
{{#cargo_query: tables = conditions | {{#cargo_query: tables = conditions | ||
| fields = _pageName = page, name, icon, effects | | fields = _pageName = page, name, icon, effects | ||
| where = status_groups HOLDS '{{ | | where = status_groups HOLDS '{{{name}}}' | ||
| order by = name | | order by = name | ||
| default = {{ConditionsTableEmpty}} | | default = {{ConditionsTableEmpty}} | ||
Line 47: | Line 45: | ||
}} | }} | ||
{{ConditionsTableFooter}} | {{ConditionsTableFooter}} | ||
{{Main namespace only|[[Category:Condition types]]{{#cargo_store: _table = status_groups | |||
| name = {{#lvar:name}} | |||
| display_name = {{{display name|}}} | |||
{{ | | description = {{{description|}}} | ||
| name = | |||
| | |||
{{ | |||
| | |||
| | |||
| | |||
}} | |||
}} | }} | ||
</ | }}</includeonly><noinclude>{{documentation}}{{#cargo_declare: _table = status_groups | ||
| name = String (unique, mandatory) | |||
{{ | | display_name = String | ||
| name = | | description = Wikitext | ||
| description = | |||
}}</noinclude> | }}</noinclude> |