×
Create a new article
Write your page title here:
We currently have 2,815 articles on YumeWiki. Type your article name above or click on one of the titles below and start writing!



YumeWiki
2,815Articles

Template:NeedsEffect: Difference between revisions

No edit summary
(Removed parser functions from the Array extension in favor of arraymap and the Array template.)
Line 1: Line 1:
<onlyinclude>{{#if: {{{1|}}}|{{#arraydefine:effects|{{{1}}}}}|{{#arraydefine:effects}}}}<span style="display:none;">{{#arrayprint:effects}}</span><span data-effect-params="{{#arrayprint:effects|;}}" title="Can be accessed with {{#ifexpr: {{#arraysize:effects}} > 0 |the&#32;|an}}{{#vardefine:effectstodisplay|{{#arrayprint:effects |;&nbsp;|@ |@ |print=pretty }}}}{{#switch: {{{2}}}
<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&#32;|an}}{{#arraymap:{{{1|}}}|,|x|x|, <nowiki />|{{#switch: {{{2}}}|Or = or|and}}}}
|Or = {{#replace:{{#var:effectstodisplay}}| and | or }}
{{#ifexpr: {{Array|count|{{{1}}}|,}} > 1|effects|effect}}">✨</span></onlyinclude>
|{{#var:effectstodisplay}}
}} {{#ifexpr: {{#arraysize:effects}} > 1|effects|effect}}">✨</span></onlyinclude>


Usage:
Usage:

Revision as of 03:47, 25 November 2022

Usage:

 {{NeedsEffect|<effect name>}} 

where

 {{NeedsEffect|Bike}} 

will return Bike,

 {{NeedsEffect|Stretch, Spring, Glasses|And}} 

will return Stretch, Spring, Glasses (note that And is optional, as that is the default value of the second argument),

 {{NeedsEffect|Child, Fairy|Or}} 

will return Child, Fairy.