Шаблон:ConditionPage

Матеріал з Вікі D&D українською
Версія від 16:59, 25 серпня 2023, створена 587 (обговорення | внесок) (Створена сторінка: <includeonly><div class="bg3wiki-tooltip-box">{{ #vardefine: name | {{{name | {{#explode: {{#titleparts: {{PAGENAME}} }} | ( | 0 }} }}} }}{{ #vardefine: icon | {{{icon | {{#replace: {{#var:name}} | : | }} Condition Icon.webp }}} }}{{NoExcerpt | {{icon| {{#var:icon}} |30}} '''{{#var:name}}''' }} {{{effects|}}} {{#ifeq: {{{disease|}}} | yes | {{blank}} * Diseased }}</div>{{#switch: {{{this is an example|}}} | yes = | #default = Category:Condi...)
(різн.) ← Попередня версія | Поточна версія (різн.) | Новіша версія → (різн.)
Перейти до навігації Перейти до пошуку

If the page title is Blah (Condition), then you don't have to provide the name parameter. Likewise, if the icon for the condition is called Blah Condition Icon.webp then you don't have to provide the icon parameter.

{{ConditionPage
| effects =
| disease =
}}

Examples:

Blade Ward (Condition)

Bone Chilled (Condition)

Flesh Rot (Condition)

{{#cargo_declare: _table = conditions | name = String (unique, mandatory) | icon = File | effects = Wikitext | disease = Boolean }}