A modult a Modul:teszt/doc lapon tudod dokumentálni
local p = {}
function p.teszt()
local title = mw.title.getCurrentTitle().text
if title then
local text = "<div width=\"400\" height=\"400\">" .. title .. "</div>"
return text
else
return nil
end
end
return p