Difference between revisions of "Template:oldin/doc"
(Created page with "This template is used on things that are deprecated. == Usage == <pre> {{oldin|Human-friendly version number|Machine-friendly version number|type=optional type of thing removed|...") |
m |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | This template is used on things that are | + | <noinclude>{{documentation subpage}}</noinclude> |
+ | This template is used on things that are removed in new LÖVE versions. | ||
== Usage == | == Usage == | ||
Line 14: | Line 15: | ||
: If you'd like, you can specify what it is that has been removed. | : If you'd like, you can specify what it is that has been removed. | ||
: This should usually be "function", "type" or "variant". | : This should usually be "function", "type" or "variant". | ||
+ | :: Only types that are set to callback, enum, function, module or type will | ||
+ | :: set their ?Removed and ?PrettyRemoved parameters. | ||
; text | ; text | ||
: Bring out the big guns, and display a totally different text. | : Bring out the big guns, and display a totally different text. |
Latest revision as of 03:16, 9 February 2014
This is a documentation subpage for {{oldin}}. It contains usage information, categories, interlanguage links and other content that is not part of the original template page. |
This template is used on things that are removed in new LÖVE versions.
Usage
{{oldin|Human-friendly version number|Machine-friendly version number|type=optional type of thing removed|text=optional text to display}}
Parameters
- 1
- A readable version number, like "0.8.0".
- 2
- A machine-readable version number, like "080".
- type
- If you'd like, you can specify what it is that has been removed.
- This should usually be "function", "type" or "variant".
- Only types that are set to callback, enum, function, module or type will
- set their ?Removed and ?PrettyRemoved parameters.
- text
- Bring out the big guns, and display a totally different text.