Predefinição:Save Named Values

A UESPWiki – Sua fonte de The Elder Scrolls desde 1995

Summary

Allows the saving of several named values to the database using the MetaTemplate Data Sharing #save function.

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.

Examples

One Value

{{Save Named Values
|MyVariable|MyValue
}}

Creates a variable in the database called MyVariable with a value of MyValue.

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.