Module:Lua banner: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(More accurate wording for box on modules.)
(... and for module doc pages)
Line 36:
end
local moduleList = mList.makeList('bulleted', moduleLinks)
iflocal title = mw.title.getCurrentTitle().contentModel == "Scribunto" then
if title.subpageText == "doc" then
title = title.basePageTitle
end
if title.contentModel == "Scribunto" then
boxArgs.text = 'This module depends on the following other modules:' .. moduleList
else