Difference between revisions of "Template:newin"

 
(23 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{|bgcolor='#b0b0ff' style='margin-top: 1em; padding: 3px; border-radius:5px; -moz-border-radius:5px;'
+
<includeonly>{|class='new-section' bgcolor='#d0d0ff' style='margin-top: 1em; padding: 3px; border-radius:5px; -moz-border-radius:5px;' data-newin='{{{1}}}'
 
|'' '''Available since LÖVE {{{1}}}''' ''
 
|'' '''Available since LÖVE {{{1}}}''' ''
 
|-
 
|-
| <small>{{#if: {{{text|}}} |{{{text}}}|{{#if: {{{type|}}} |{{#if: {{{plural|}}} |These|This}} {{{type}}} |It}} is not supported in earlier versions}}.</small>
+
| <small>{{#if: {{{text|}}} |{{{text}}}|{{#if: {{{type|}}} |{{#if: {{{plural|}}} |These|This}} {{{type}}} |It}} {{#if: {{{plural|}}}|are|is}} not supported in earlier versions}}.</small>
 
|}
 
|}
{{#if: {{{2|}}} |{{#set:Since={{{2}}}}}}}
+
{{#switch: {{{type}}} | callback | module | enum | function | method | type = {{#if: {{{2|}}} |{{#set:Since={{{2}}}}}}}{{#if: {{{1|}}} |{{#set:PrettySince={{{1}}}}}}}|}}</includeonly><noinclude>
 +
{{documentation}}
 +
== Other Languages ==
 +
{{i18n|Template:newin}}
 +
</noinclude>

Latest revision as of 14:24, 13 November 2019

[edit] [purge] Template documentation

This template is used on things that are added in newer versions.

Usage

{{newin|Human-friendly version number|Machine-friendly version number|type=optional type of thing added|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 added.
This should usually be "function", "type" or "variant".
Only types that are set to callback, enum, function, module or type will
set their ?Since and ?PrettySince parameters.
text
Bring out the big guns, and display a totally different text.

See also

Other Languages