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 15:4015:40, 20 January 2024Mahdipor 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"