Template:Set CSV

From Illerai

This is an old revision of this page, as edited by illerai>Joeytje50 at 12:41, 29 April 2021 (template to set multiple values for the same SMW property). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(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.