Es gibt z.Z. Probleme mit einem Update, es ist nur Lesen möglich.
Currently there are issues with the installation, readonly possible for now.

Difference between revisions of "Template:FormatNumLoc"

From Jigsaw-Wiki
Jump to: navigation, search
(neu)
 
m (Text replacement - "Category:Vorlagen" to "Category:Templates")
 
Line 12: Line 12:
 
ergibt
 
ergibt
 
{{FormatNumLoc|123456789}}
 
{{FormatNumLoc|123456789}}
[[Category:Vorlagen]]</noinclude><includeonly><!--
+
[[Category:Templates]]</noinclude><includeonly><!--
 
-->{{#switch: {{int:Lang}}
 
-->{{#switch: {{int:Lang}}
 
| de = {{#replace:{{formatnum:{{{1}}}}}|,|.}}   
 
| de = {{#replace:{{formatnum:{{{1}}}}}|,|.}}   
 
| #default = {{formatnum:{{{1}}}}}
 
| #default = {{formatnum:{{{1}}}}}
 
}}</includeonly>
 
}}</includeonly>

Latest revision as of 16:38, 17 March 2017

Vorlage: FormatNumLoc

Formatiert eine Zahl in die länderspezifische Anzeige:

de: 1000er Trennzeichen als '.'
sonst: 1000er Trennzeichen als ','

Beispiel

{{FormatNumLoc|123456789}}

ergibt 123,456,789