All public logs

Combined display of all available logs of Wikivahdat. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:42, 20 January 2024 Mahdipor talk contribs created page Module:Numeral converter (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)...")