Template:MC/Velocity
Template page
More actions
0.99 b/t (19.8 m/s)
A simple template to show a velocity in both blocks/tick and m/s.
{{Velocity|0.99}}becomes Template:Velocity{{Velocity|0.99|verbose=true}}becomes Template:Velocity
<templatedata> { "params": { "1": { "label": "Velocity", "description": "The velocity in blocks/tick", "example": "0.99", "type": "number", "suggestedvalues": [ "0.99" ], "default": "0.99", "required": true }, "verbose": { "label": "Verbose", "description": "If true, write \"blocks/tick\". If false, write \"b/t\"", "example": "false", "type": "boolean", "default": "false" } }, "description": "A simple template to show a velocity in both blocks/tick and m/s.", "paramOrder": [ "1", "verbose" ], "format": "inline" } </templatedata>