Template:Condition sources: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
(Create)
 
(Remove the list-style: none again because sometimes there's no icon for the list item so it should have a bullet point.)
(9 intermediate revisions by 3 users not shown)
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="{{{1}}}"
| where = condition_inflicted="{{trim | {{{1}}} }}"
|order by = 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>
|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]]
</noinclude>
</noinclude>

Revision as of 15:57, 18 April 2024