1,958
editsAdded list of conditions.
(WIP template) |
(Added list of conditions.) |
||
Line 7: | Line 7: | ||
}}<!--Actual display starts here--> | }}<!--Actual display starts here--> | ||
{{#lvar:name}} is a [[status group]]. {{{description|}}} | {{#lvar:name}} is a [[status group]]. {{{description|}}} | ||
== List of conditions in {{#lvar:name}} == | |||
{{ConditionsTableHeader}} | |||
{{#cargo_query: tables = conditions | |||
| fields = name, icon, effects | |||
| where = status_groups HOLDS '{{#lvar:name}}' | |||
| order by = name | |||
| default = {{ConditionsTableEmpty}} | |||
| format = template | |||
| template = ConditionsTableRow | |||
| named args = yes | |||
}} | |||
{{ConditionsTableFooter}} | |||
</includeonly><noinclude> | </includeonly><noinclude> | ||
Example: | Example: | ||
<pre> | <pre> | ||
{{Status group page | {{Status group page | ||
| name = SG | | name = SG RemoveOnRespec | ||
| description = All conditions in this group are removed if you respec your charater. | | description = All conditions in this group are removed if you [[respec]] your charater. | ||
}} | }} | ||
</pre> | </pre> | ||
Line 20: | Line 32: | ||
{{Status group page | {{Status group page | ||
| name = SG RemoveOnRespec | | name = SG RemoveOnRespec | ||
| description = All conditions in this group are removed if you respec your charater. | | description = All conditions in this group are removed if you [[respec]] your charater. | ||
}}</noinclude> | }}</noinclude> |