Template:deprecatedin

[edit] [purge] Template documentation

This template is used on things that are deprecated in new LÖVE versions.

Usage

{{deprecatedin|Human-friendly version number|Machine-friendly version number|type=optional type of thing deprecated|text=optional text to display}}

Parameters

1
A readable version number, like "0.9.1".
2
A machine-readable version number, like "091".
type
If you'd like, you can specify what it is that has been deprecated.
This should usually be "function", "type" or "variant".
Only types that are set to callback, enum, function, module or type will
set their ?Deprecated and ?PrettyDeprecated parameters.
text
Bring out the big guns, and display a totally different text.

See also