Modul:Article
Dokumentasjon for denne modulen kan opprettes på Modul:Article/dok
local p = {}
function p.stats(frame)
local title = mw.title.getCurrentTitle()
local content = title:getContent()
return content
end
return p
Dokumentasjon for denne modulen kan opprettes på Modul:Article/dok
local p = {}
function p.stats(frame)
local title = mw.title.getCurrentTitle()
local content = title:getContent()
return content
end
return p