Template:Set CSV/doc

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 "{{Documentation}} 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: <pre> {{Set CSV |Foo=Lorem, Ipsum, Dolor, Sit, Amet |Bar=Multiple CSV values, Each on the same 'bar' property }} </pre> This will set five values for the <code>Foo</code> property, and two values for the <code>..."). 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
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.