Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:New: Difference between revisions

Template page
imported>Flozi
small template to indicate when a feature is new in upcoming engine version
 
imported>Flozi
back to good
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>Small template for 'new in the next version' warnings.
<includeonly><span class="warning">New in version {{{1}}}</span></includeonly><noinclude>
Small template for 'new in the next version' warnings.


Usage:
Usage:
<code>{{new|86.0}}</code>
<pre> Text before {{new|86.0}} text after</pre>


Result:
Result:
{{new|86.0}}
Text before {{new|86.0}} text after
</noinclude>
</noinclude>
<includeonly><span class="warning"> New in version {{{1}}}</span></includeonly>

Latest revision as of 22:55, 26 February 2012

Small template for 'new in the next version' warnings.

Usage:

 Text before {{new|86.0}} text after

Result: Text before New in version 86.0 text after