Module:mg-spel: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
local PAGENAME = mw.title.getCurrentTitle().text
local gsub = mw.ustring.gsub
local gsub = mw.ustring.gsub
local PAGENAME = gsub(mw.title.getCurrentTitle().text, "%s", "&nbsp")
local match = mw.ustring.match
local match = mw.ustring.match
local gmatch = mw.ustring.gmatch
local gmatch = mw.ustring.gmatch