Template:Set CSV/doc

From RuneRealm Wiki
Jump to navigation Jump to search
This is a documentation subpage for Template:Set CSV.
It contains usage information, categories, and other content that is not part of the original template page.
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.