Difference between revisions of "Template:SetProp/doc"

From Salem Wiki
Jump to: navigation, search
m (→‎Examples: refering)
m (→‎Syntax: making new section heading)
Line 14: Line 14:
 
:*:The default separator used in the '''propvalues''' to separate single-values from each other.
 
:*:The default separator used in the '''propvalues''' to separate single-values from each other.
 
:*:It defaults to a comma '''',''''
 
:*:It defaults to a comma '''',''''
 +
===Supported propname's===
 
:It currently supports these properties:
 
:It currently supports these properties:
 
:*[[Property:IsGameMenu|IsGameMenu]]
 
:*[[Property:IsGameMenu|IsGameMenu]]

Revision as of 03:34, 28 June 2012

Description

This is a wrapper-template that calls {{SetProp/single}} to automatically set property values.
It has a fixed-set of properties it supports, and can be expanded when needed in code...

Syntax

Type the below code somewhere on a page:
{{SetProp
|propname=propvalues
|propname=propvalues
|...
}}
It supports this optional named-parameter:
  • sep
    The default separator used in the propvalues to separate single-values from each other.
    It defaults to a comma ','

Supported propname's

It currently supports these properties:

Examples

See the example(s) in the documentation of {{SetProp/single}}, this template just passes known properties with their values to it.