(Test) |
m (use "fake" comma for effect sep) |
||
(37 intermediate revisions by 4 users 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}}}}} | ||
{{lc:{{#ifexpr: {{Array|count|{{{1}}}|,}} > 1|{{EFFECTNAME|s}}|{{EFFECTNAME}}}}}}" tabindex="0" style="font-size:125%; line-height:1em;">✨</span></includeonly><noinclude> | |||
Usage: | Usage: | ||
Line 8: | Line 9: | ||
will return {{NeedsEffect|Bike}}, | will return {{NeedsEffect|Bike}}, | ||
<pre> {{NeedsEffect|Stretch, Spring, Glasses| | <pre> {{NeedsEffect|Stretch, Spring, Glasses|and}} </pre> | ||
will return {{NeedsEffect|Stretch, Spring, Glasses| | will return {{NeedsEffect|Stretch, Spring, Glasses|and}} (note that <code>and</code> is optional, as that is the default value of the second argument), | ||
<pre> {{NeedsEffect|Child or | <pre> {{NeedsEffect|Child, Fairy|or}} </pre> | ||
will return {{NeedsEffect|Child or | will return {{NeedsEffect|Child, Fairy|or}}. | ||
{{documentation}} | |||
[[Category:Connection templates]] | |||
</noinclude> |
Latest revision as of 02:31, 18 August 2024
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)