Module:siwa-pron: Difference between revisions
No edit summary |
No edit summary |
||
| Line 154: | Line 154: | ||
local args = require("Module:parameters").process(parent_args, params) | local args = require("Module:parameters").process(parent_args, params) | ||
local term = args[1] | local term = args[1] | ||
if term~=mw.title.getCurrentTitle.text then | if term~=mw.title.getCurrentTitle().text then | ||
term=term | term=term | ||
else term=mw.ustring.lower(term) end | else term=mw.ustring.lower(term) end | ||