Template:Save Named Values
The UESPWiki – Your source for The Elder Scrolls since 1995
Summary[edit]
Allows the saving of several named values to the database using the MetaTemplate Data Sharing #save function.
Parameters[edit]
Parameter | Scope | Description |
---|---|---|
(unnamed) | required | Each set of two parameters represents one name/value pair, with the first parameter being the name and the second the value. |
subset | optional | If specified, all values will be saved to the named subset. (Inherited) |
Examples[edit]
One Value[edit]
{{Save Named Values |MyVariable|MyValue }}
Creates a variable in the database called MyVariable with a value of MyValue.
Several Values[edit]
{{Save Named Values |foo|bar |Fred|Wilma |Barney|Betty }}
Creates three variables in the database called foo, Fred and Barney with values of bar, Wilma, and Betty respectively.