Difference between revisions of "Template:ScalarNVersion"

From Robowiki
Jump to navigation Jump to search
(Initial commit)
 
m (update)
 
Line 1: Line 1:
<includeonly>'''{{{version}}}''' ({{{date}}})</includeonly><noinclude>
+
<includeonly>'''{{{version}}}''' ({{{date}}}) {{ifeq|{{{dev|}}}|1|''Developing''}}</includeonly><noinclude>
 
A formatting template used by [[ScalarN/Version History]] to show version numbers. For instance:
 
A formatting template used by [[ScalarN/Version History]] to show version numbers. For instance:
 
<pre>
 
<pre>
{{ScalarNVersion|version=0.01date=2018-08-01}}
+
{{ScalarNVersion|version=0.01|date=2018-08-01|dev=1}}
 
</pre>
 
</pre>
 
would yield:
 
would yield:
  
{{ScalarNVersion|version=0.01|date=2018-08-01}}
+
{{ScalarNVersion|version=0.01|date=2018-08-01|dev=1}}
  
 
[[Category:RoboRumble Stats]]
 
[[Category:RoboRumble Stats]]
 
</noinclude>
 
</noinclude>

Latest revision as of 04:25, 3 August 2018

A formatting template used by ScalarN/Version History to show version numbers. For instance:

{{ScalarNVersion|version=0.01|date=2018-08-01|dev=1}}

would yield:

0.01 (2018-08-01) Developing