×
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

(Test)
m (line-height:1em;)
 
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<onlyinclude>{{#if: {{{1|}}}|{{#arraydefine:effects|{{{1}}}}}|{{#arraydefine:effects}}}}<span style="display:none;">{{#arrayprint:effects}}</span><span title="Can be accessed with {{#ifexpr: {{#arraysize:effects}} > 0 |the&nbsp;|an}}{{#vardefine:effectstodisplay|{{#arrayprint:effects ||@ |@ |print=pretty }}}}{{#switch: {{{2}}}
<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&#32;|an}}{{#arraymap:{{{1|}}}|,|x|x|,\s|{{{2|and}}}}}
|Or = {{#replace:{{#var:effectstodisplay}}|and&nbsp;|or&nbsp;}}
{{lc:{{#ifexpr: {{Array|count|{{{1}}}|,}} > 1|{{EFFECTNAME|s}}|{{EFFECTNAME}}}}}}" tabindex="0" style="font-size:125%; line-height:1em;">✨</span></includeonly><noinclude>
|#default{{#var:effectstodisplay}}
}} {{#ifexpr: {{#arraysize:effects}} > 1|effects|effect}}.">✨</span></onlyinclude>


Usage:
Usage:
Line 11: Line 9:
will return {{NeedsEffect|Bike}},
will return {{NeedsEffect|Bike}},


<pre> {{NeedsEffect|Stretch, Spring, Glasses|And}} </pre>
<pre> {{NeedsEffect|Stretch, Spring, Glasses|and}} </pre>
will return {{NeedsEffect|Stretch, Spring, Glasses|And}},
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 Fairy}} </pre>
<pre> {{NeedsEffect|Child, Fairy|or}} </pre>
will return {{NeedsEffect|Child or Fairy}}, and
will return {{NeedsEffect|Child, Fairy|or}}.


<pre> {{NeedsEffect|Child, Fairy|Or}} </pre>
{{documentation}}
will return {{NeedsEffect|Child, Fairy|Or}}
[[Category:Connection templates]]
</noinclude>

Latest revision as of 22:53, 1 July 2024


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.


Documentation (for the above template, sometimes hidden or invisible)