Template:Condition: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
(Add inline use case)
mNo edit summary
(29 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly><onlyinclude>{{#if:{{{border|}}}|<div style="padding-bottom: 1em"><div class="bg3wiki-tooltip-box">||}}{{#cargo_query: tables = conditions
<includeonly><onlyinclude>{{#if:{{{border|}}}|<div style="padding-bottom: 1em"><div class="bg3wiki-tooltip-box">||}}{{#cargo_query: tables = conditions
| fields = name, icon, effects, CONCAT('{{{save|}}}') = save, CONCAT('{{{duration|}}}') = duration, CONCAT('{{{skip effect|}}}') = skip effect
| fields = _pageName=page, name, icon, effects, types, CONCAT('{{{save|}}}') = save, CONCAT('{{{duration|}}}') = duration, CONCAT('{{{inline|}}}') = inline, CONCAT('{{#replace:{{{altname|}}}|'|\'}}') = altname, CONCAT('{{#replace:{{{dc|}}}|'|"}}') = dc, CONCAT('{{#if:{{{w|}}}|{{{w}}}|25}}') = w,
| where = name = '{{#replace: {{{1}}} | ' | '' }}'
| where = _pageName = "{{#replace:{{{1}}}|&#39;|\'}} (Condition)"
| format = template
| format = template
| template = Condition/Format
| template = Condition/Format
Line 8: Line 8:
| order by = _ID
| order by = _ID
| more results text=
| more results text=
}}{{#if:{{{border|1}}}|</div></div>||}}</onlyinclude></includeonly><noinclude>
| default = [[{{{1}}} (Condition)|{{{1}}}]][[Category:Pages with unknown conditions]]
}}{{#if:{{{border|}}}|</div></div>||}}</onlyinclude></includeonly><noinclude>{{documentation|content=
Use this to display a condition.  Examples follow.
Use this to display a condition.  Examples follow.


Line 57: Line 58:


<pre>
<pre>
{{Condition | Bleeding | save = CON | duration = 2 }}
{{Condition | Bleeding | save = CON | duration = 2 | dc = 15 }}
</pre>
</pre>


Result:
Result:
----
----
{{Condition | Bleeding | save = CON | duration = 2 }}
{{Condition | Bleeding | save = CON | duration = 2 | dc = 15 }}
----
----


Line 82: Line 83:
Usage:
Usage:
<pre>
<pre>
{{Condition | Bleeding | skip effect = true }}
{{Condition | Bleeding | inline = true }}
</pre>
</pre>


Result: blabla {{Condition | Bleeding | skip effect = true }} blabla
Result: blabla {{Condition | Bleeding | inline = true }} blabla


=== Alternative display name ===
<pre>
{{Condition | Bleeding | save = CON | altname=oh no i'm bleeding | duration = 2 }}
</pre>
Result:
{{Condition | Bleeding | save = CON | altname=oh no i'm bleeding | duration = 2 }}
== Also displays types ==
{{Condition | Feverish }}
}}
[[Category:Condition templates]]
</noinclude>
</noinclude>

Navigation menu