Template:Condition sources: Difference between revisions
Jump to navigation
Jump to search
HiddenDragon (talk | contribs) 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= | | where = condition_inflicted="{{trim | {{{1}}} }}" | ||
|order by = template, name | | order by = template, name | ||
|format=template | | format = template | ||
|template= | | 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: | </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 14:49, 18 April 2024
Builds a list of things that inflict the specified condition, formatting them appropriately. The formatting is handled in Template:Condition sources/format.
Example: {{Condition sources|Disguise Self}}
Result:
Example with no results:
No results