Module:LinkedWikiConfig
Sauter à la navigation
Sauter à la recherche
La documentation pour ce module peut être créée à Module:LinkedWikiConfig/doc
local p = {}
function p.info(f)
local linkedwiki = require 'linkedwiki'
linkedwiki.setCurrentFrame(mw.getCurrentFrame()) -- added by hand
return linkedwiki.info()
end
return p