Oh0kaYthen86 (talk | contribs) m (Undo revision 450353 by Oh0kaYthen86 (talk) apologies- thought the fix was my edit hence the revert) Tag: Undo |
m (no need for a switch there) |
||
Line 1: | Line 1: | ||
<onlyinclude><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|; <nowiki />| | <onlyinclude><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|; <nowiki />|{{{2|and}}}}} | ||
{{#ifexpr: {{Array|count|{{{1}}}|,}} > 1|effects|effect}}">✨</span></onlyinclude> | {{#ifexpr: {{Array|count|{{{1}}}|,}} > 1|effects|effect}}">✨</span></onlyinclude> | ||
Line 9: | 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, Fairy| | <pre> {{NeedsEffect|Child, Fairy|or}} </pre> | ||
will return {{NeedsEffect|Child, Fairy| | will return {{NeedsEffect|Child, Fairy|or}}. |
Revision as of 21:47, 20 April 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 ✨.