Template:Set CSV

From RuneRealm Wiki

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:45, 17 October 2024 (Created page with "{{#invoke:Set CSV|main}}<noinclude>{{/doc}}</noinclude>"). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template documentation
This documentation is transcluded from Template:Set CSV/doc. [edit] [history] [purge]
Template:Set CSV invokes function main in Module:Set CSV using Lua.

This template can be used to set multiple values for certain SMW properties. Each named parameter takes comma-separated values (CSV) to set multiple values for the property corresponding to that parameter. An example usage of this template is:

{{Set CSV
|Foo=Lorem, Ipsum, Dolor, Sit, Amet
|Bar=Multiple CSV values, Each on the same 'bar' property
}}

This will set five values for the Foo property, and two values for the Bar property.