Template:Save Named Values
The UESPWiki – Your source for The Elder Scrolls since 1995
|
[edit] Summary
Allows the saving of several named values to the database using the MetaTemplate Data Sharing #save function.
[edit] Parameters
| Template:Save Named Values | ||
|---|---|---|
| Parameter | Scope | Description |
(all) |
required | Each set of two parameters represents one name/value pair, with the first parameter being the name and the second the value. |
[edit] Examples
[edit] One Value
{{Save Named Values
|MyVariable|MyValue
}}
Creates a variable in the database called MyVariable with a value of MyValue.
[edit] Several Values
{{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.
![[Content is available under Attribution-ShareAlike]](http://www.uesp.net/w/images/4/4d/Somerights.png)