Template:Condition sources: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
<includeonly>{{#cargo_query:
<includeonly><div><!-- Without this div, the output may contain an extraneous <p><br/></p> at the start. -->
tables = condition_sources
{{#cargo_query: tables = condition_sources
|fields = _pageName=name, template
| fields = _pageName = name, template
|where = condition_inflicted='{{#replace: {{{1}}} | ' | '' }}'
| where = condition_inflicted="{{trim | {{{1}}} }}"
|order by = template, name
| order by = template, name
|format=template
| format = template
|template=Template:Condition sources/format
| template = Condition sources/format
|named args = yes
| named args = yes
|delimiter=\n
| delimiter = \n
|intro=<ul>
| intro = <ul style="list-style: none;">
|outro=</ul>
| outro = </ul>
}}</includeonly><noinclude>
}}
Builds a list of things that inflict the specified condition, formatting them appropriately. The formatting is handled in [[Template:Condition_sources/format]].
</div></includeonly><noinclude>
Builds a list of things that inflict the specified condition, formatting them appropriately. The formatting is handled in [[Template:Condition sources/format]].


Example: <code><nowiki>{{Condition sources|Disguise Self}}</nowiki></code>
Example: <code><nowiki>{{Condition sources|Disguise Self}}</nowiki></code>
Line 17: Line 18:
Result:
Result:


{{Condition sources|Disguise Self}}
{{Condition sources | Disguise Self }}
 
Example with no results:
 
{{Condition sources | Non-existent Condition Herpy Derp }}


[[Category:Condition templates]]
[[Category:Condition templates]]
</noinclude>
</noinclude>

Revision as of 15:49, 18 April 2024