The Style Guide has recently been rewritten. Please take a moment to review the new guidelines.
m (no need for a switch there) |
(use infoicon class) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <includeonly><span style="display:none;">{{#if: {{{1|}}}|{{#arraymap:{{{1}}}|,|effect|effect}}|}}</span><span data-effect-params="{{#arraymap:{{{1}}}|,|effect|effect|;}}" title="Can be accessed with {{#if: {{{1|}}}|the |an}}{{#arraymap:{{{1|}}}|,|x|x|‚\s|{{{2|and}}}}} | ||
{{#ifexpr: {{Array|count|{{{1}}}|,}} > 1| | {{lc:{{#ifexpr: {{Array|count|{{{1}}}|,}} > 1|{{EFFECTNAME|s}}|{{EFFECTNAME}}}}}}" tabindex="0" class="infoicon">✨</span></includeonly><noinclude> | ||
Usage: | Usage: | ||
Line 14: | Line 14: | ||
<pre> {{NeedsEffect|Child, Fairy|or}} </pre> | <pre> {{NeedsEffect|Child, Fairy|or}} </pre> | ||
will return {{NeedsEffect|Child, Fairy|or}}. | will return {{NeedsEffect|Child, Fairy|or}}. | ||
{{documentation}} | |||
[[Category:Connection templates]] | |||
</noinclude> |
Latest revision as of 00:41, 3 April 2025
Usage:
{{NeedsEffect|<effect name>}}
where
{{NeedsEffect|Bike}}
will return ✨,
{{NeedsEffect|Stretch, Spring, Glasses|and}}
will return ✨ (note that and
is optional, as that is the default value of the second argument),
{{NeedsEffect|Child, Fairy|or}}
will return ✨.
Documentation (for the above template, sometimes hidden or invisible)