Module:अंक परिवर्तन का स्रोत देखें
नेविगेशन पर जाएँ
खोज पर जाएँ
आपको इस पृष्ठ को सम्पादित करने की अनुमति नहीं हैं, निम्नलिखित कारण की वजह से:
आप इस पृष्ठ का स्रोत देख सकते हैं और उसकी नकल उतार सकते हैं:
--[[ Apply optional formatting and translation to a number.
For example, an infobox may accept numbers in international or
local digits, but processing may require international digits.
The result may be wanted in international or local digits, and
may be formatted by grouping digits.
]]
local MINUS = '−' -- Unicode U+2212 MINUS SIGN (UTF-8: e2 88 92)
local ustring = mw.ustring
local unknown_error = 'अज्ञात त्रुटि'
local mtext_hi = {
-- Module text: input parameter names/values, and output messages.
-- The name on the left of "=" is the name used in this module.
-- The text in single quotes is input used in the template, or
-- is output text displayed by the result.
parm_type = 'प्रकार', -- parameter to specify wanted type of output
type_int = 'अरबी', -- ...output in international digits
type_dev = 'नागरी', -- ...output in devanagari digits
parm_group = 'स्वरूपण', -- parameter to specify wanted number grouping in output
000
1:0
इस पृष्ठ पर प्रयुक्त साँचे:
Module:अंक परिवर्तन को लौटें।