User:Toancaro/List of utilities spells/Variables: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Join OR) |
||
Line 63: | Line 63: | ||
{{#vardefine: joinORPageSize | 1}} | {{#vardefine: joinORPageSize | 1}} | ||
{{#vardefine: test | {{#lst:User:Toancaro/List of utilities spells/Variables|joinOR}} }} | {{#vardefine: test | {{#lst:User:Toancaro/List of utilities spells/Variables|joinOR}} }} | ||
{{#var: test}} | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Result: {{#arraydefine: joinORItems | a,b,c,d,e}} | |||
{{#vardefine: joinORPageSize | 1}} | |||
{{#vardefine: test | {{#lst:User:Toancaro/List of utilities spells/Variables|joinOR}} }} | |||
{{#var: test}} | |||
<section begin="joinOR" /><nowiki | <section begin="joinOR" /><nowiki | ||
Revision as of 17:56, 15 January 2024
Variables
The following section can be transcluded into other pages with {{#lst:User:Toancaro/List of utilities spells/Variables|variables}}
.
Join OR
The following section can be transcluded into other pages with {{#lst:User:Toancaro/List of utilities spells/Variables|joinOR}}
.
{{#arraydefine: joinORItems | a,b,c,d,e}}
{{#vardefine: joinORPageSize | 1}}
{{#vardefine: test | {{#lst:User:Toancaro/List of utilities spells/Variables|joinOR}} }}
{{#var: test}}
Result:
name = "a" OR name = "b" OR name = "c" OR name = "d" OR name = "e"
name = "a" OR name = "b" OR name = "c" OR name = "d" OR name = "e"