Шаблон:ConditionPage: відмінності між версіями
Перейти до навігації
Перейти до пошуку
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...) |
587 (обговорення | внесок) мНемає опису редагування |
||
Рядок 1: | Рядок 1: | ||
[[Категорія:Потребує перекладу]] | |||
<includeonly><div class="bg3wiki-tooltip-box">{{ | <includeonly><div class="bg3wiki-tooltip-box">{{ | ||
#vardefine: name | {{{name | {{#explode: {{#titleparts: {{PAGENAME}} }} | ( | 0 }} }}} | #vardefine: name | {{{name | {{#explode: {{#titleparts: {{PAGENAME}} }} | ( | 0 }} }}} |
Поточна версія на 15:59, 25 серпня 2023
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)[ред. код]
- Has resistance against Bludgeoning, Piercing, and Slashing damage dealt by weapon attacks. Damage of these types is halved.
Bone Chilled (Condition)[ред. код]
- Can not regain Hit Points.
- If Undead, has Disadvantage on Attack Rolls.
Flesh Rot (Condition)[ред. код]
- Flesh is decaying.
- Disadvantage on Ability Checks and Saving Throws using Charisma.
- Vulnerable to all damage.
{{#cargo_declare: _table = conditions | name = String (unique, mandatory) | icon = File | effects = Wikitext | disease = Boolean }}