Module:Numeral converter: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 January 2024

  • curprev 15:4215:42, 20 January 2024Mahdipor talk contribs 3,454 bytes +3,454 Created page with "local p = {} -- Use this function from templates. function p.convert_template(frame) -- Third argument is optional; If true given, signs like dot (.) will be replaced. frame.args[3] = frame.args[3] or nil return p.convert(frame.args[1], frame.args[2], frame.args[3]) end -- Use these function directly in modules. function p.convert_cordination_template(frame) return p.convert('en',p.convert_cordination(frame.args[1])) end function p.convert_cordination(text)..."