Difference between revisions of "Template:newin (Русский)/sandbox/doc"

Line 1: Line 1:
 
<noinclude>{{documentation subpage}}</noinclude>
 
<noinclude>{{documentation subpage}}</noinclude>
 
This template is used on things that are added in newer versions.
 
This template is used on things that are added in newer versions.
 
== Usage ==
 
<pre>
 
{{newin|Human-friendly version number|Machine-friendly version number|type=optional type of thing added|text=optional text to display}}
 
</pre>
 
 
== 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 ==
 
* [[Template:oldin|oldin]]
 
 
[[Category:Templates_documentation]]
 
[[Category:Templates]]
 

Revision as of 10:24, 28 January 2020

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