Difference between revisions of "Template:Fluctuation formatter/doc"

From blackwiki
Jump to navigation Jump to search
imported>Sdkb
m (Sdkb moved page Template:Increase or decrease/doc to Template:Fluctuation formatter/doc: move along with template itself)
imported>Sdkb
(new doc)
Line 17: Line 17:
 
"type": "number",
 
"type": "number",
 
"required": true
 
"required": true
 +
},
 +
"2": {
 +
"label": "Type",
 +
"description": "The type of value being fed to the template. Use \"maximize\", \"minimize\", or \"neutral\".",
 +
"default": "Maximize"
 
}
 
}
 
},
 
},

Revision as of 03:46, 16 August 2020

Usage

Takes a value and displays an increase, decrease, or steady symbol based on whether the value is positive, negative, or zero.

Template parameters

ParameterDescriptionTypeStatus
Value1

The value being fed to the template

Example
-47
Numberrequired
Type2

The type of value being fed to the template. Use "maximize", "minimize", or "neutral".

Default
Maximize
Unknownoptional