Template: Gr
From Xeliki
Max Period (talk | contribs) (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 …') |
Max Period (talk | contribs) m |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <span style="color: green; font-weight: bold;">{{{1|0}}} | + | <span style="color: green; font-weight: bold;">{{{1|0}}}~{{{2|0}}}</span><noinclude> |
== Usage == | == Usage == | ||
| Line 11: | Line 11: | ||
== Example == | == Example == | ||
| − | <code><nowiki>{{ | + | <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.