Шаблон:Condition: відмінності між версіями
587 (обговорення | внесок) (Створена сторінка: Категорія:Потребує перекладу <includeonly>{{#cargo_query: tables = conditions | fields = name, icon, effects, CONCAT('{{{save|}}}') = save, CONCAT('{{{duration|}}}') = duration | where = name = '{{#replace: {{{1}}} | ' | '' }}' | format = template | template = Condition/Format | named args = yes }}</includeonly><noinclude> Use this to display a condition. Examples follow. This template just runs the Cargo query. For the for...) |
587 (обговорення | внесок) м (Імпортовано 1 версія) |
(Немає відмінностей)
|
Поточна версія на 20:54, 27 серпня 2023
Use this to display a condition. Examples follow.
This template just runs the Cargo query. For the formatting, see: Template:Condition/Format
Usage:
{{Condition | Bleeding }}
Result:
{{#cargo_query: tables = conditions | fields = name, icon, effects, CONCAT() = save, CONCAT() = duration | where = name = 'Bleeding' | format = template | template = Condition/Format | named args = yes }}
Usage:
{{Condition | Bleeding | duration = 2 }}
Result:
{{#cargo_query: tables = conditions | fields = name, icon, effects, CONCAT() = save, CONCAT('2') = duration | where = name = 'Bleeding' | format = template | template = Condition/Format | named args = yes }}
Usage:
{{Condition | Bleeding | save = CON }}
Result:
{{#cargo_query: tables = conditions | fields = name, icon, effects, CONCAT('CON') = save, CONCAT() = duration | where = name = 'Bleeding' | format = template | template = Condition/Format | named args = yes }}
Usage:
{{Condition | Bleeding | save = CON | duration = 2 }}
Result:
{{#cargo_query: tables = conditions | fields = name, icon, effects, CONCAT('CON') = save, CONCAT('2') = duration | where = name = 'Bleeding' | format = template | template = Condition/Format | named args = yes }}