Module:ConverterNTN: 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 19:1019:10, 20 January 2024โ€Ž Mahdipor talk contribsโ€Ž 278 bytes +278โ€Ž Created page with "-- Convert number to number local p = {} local converter = require("Module:Numeral converter") function p.toen(frame) return converter.convert("en", frame:getParent().args[1]) end function p.tofa(frame) return converter.convert("fa", frame:getParent().args[1]) end return p"