Template: Gr

From Xeliki
Jump to: navigation, search
(Created page with '<span style="color: green; font-weight: bold;">{{{1|0}}}...{{{2|0}}}</span><noinclude> == Usage == <pre>{{gr2|val_1|val_2}}</pre> ; val_1 : First value ; val_2 : Second value …')
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<span style="color: green; font-weight: bold;">{{{1|0}}}...{{{2|0}}}</span><noinclude>
+
<span style="color: green; font-weight: bold;">{{{1|0}}}~{{{2|0}}}</span><noinclude>
  
 
== Usage ==
 
== Usage ==
Line 11: Line 11:
  
 
== Example ==
 
== Example ==
<code><nowiki>{{gr2|10|100}}</nowiki></code> will parse to {{gr2|10|100}}.
+
<code><nowiki>{{gr|10|100}}</nowiki></code> will parse to {{gr|10|100}}.

Latest revision as of 03:27, 14 October 2009

0~0

Usage

{{gr2|val_1|val_2}}
val_1
First value
val_2
Second value

Example

{{gr|10|100}} will parse to 10~100.