Template:Condition page: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
(Try adding pageseo)
(add "suppress sources")
Line 15: Line 15:
{{#arrayprint:types|<br>|@|{{Condition Type|@}} }}
{{#arrayprint:types|<br>|@|{{Condition Type|@}} }}
}}</div>
}}</div>
{{#if:{{{suppress sources|}}}||
== Sources of {{#lvar:name}} ==
== Sources of {{#lvar:name}} ==
{{Condition sources|{{#lvar:name}}}}
{{Condition sources|{{#lvar:name}}}}
}}
<!--some housekeeping:categories and cargo-->{{Main namespace only|[[Category:Conditions]]}}{{#switch: {{{this is an example|}}}
<!--some housekeeping:categories and cargo-->{{Main namespace only|[[Category:Conditions]]}}{{#switch: {{{this is an example|}}}
| yes =
| yes =
Line 80: Line 82:
| type = diseased, cursed,incapacitated, prone, charmed
| type = diseased, cursed,incapacitated, prone, charmed
| this is an example = yes
| this is an example = yes
| suppress sources = true
}}
}}


Line 121: Line 124:
"this is an example": {
"this is an example": {
"description": "If specified, does not insert into the Conditions table.",
"description": "If specified, does not insert into the Conditions table.",
"type": "boolean"
},
"suppress sources": {
"description": "If specified, will not display \"sources of\".",
"type": "boolean"
"type": "boolean"
}
}

Revision as of 21:11, 18 October 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.

If a condition has multiple types, separate them with a semicolon.

{{ConditionPage
| effects =
| type =
}}

Examples:

Blade Ward (Condition)

Sources of Blade Ward


Bone Chilled (Condition)

Sources of Bone Chilled


Flesh Rot (Condition)

Condition Type Icon.pngDiseased

Sources of Flesh Rot


Multiple types example

Condition Type Icon.pngDiseased
Condition Type Icon.pngCursed
Condition Type Icon.pngIncapacitated
Condition Type Icon.pngProne
Condition Type Icon.pngCharmed

This template defines the table "conditions". View table.

Template data

No description.

Template parameters

ParameterDescriptionTypeStatus
namename

If specified, overrides the name.

Default
Uses the name of the page, minus (Condition).
Stringoptional
iconicon

If specified, overrides the icon.

Default
Uses the "name" plus Condition.webp
Fileoptional
diseasedisease

If specified, sets the type to be disease

Booleandeprecated
typetype

The type or types of the condition. If multiple, separate the types with commas.

Stringoptional
effectseffects

The description of the condition.

Contentsuggested
this is an examplethis is an example

If specified, does not insert into the Conditions table.

Booleanoptional
suppress sourcessuppress sources

If specified, will not display "sources of".

Booleanoptional