Difference between revisions of "Module:Extension"

34 bytes added ,  04:47, 6 January 2021
Support skins too
>Pppery
>Pppery
(Support skins too)
Line 407: Line 407:
function p.isOnGerrit(frame)
function p.isOnGerrit(frame)
local title = mw.title.getCurrentTitle()
local title = mw.title.getCurrentTitle()
if not title:inNamespace("Extension") then
if not title:inNamespace("Extension") and not title:inNamespace("Skin") then
return "n/a"
return "n/a"
end
end
Anonymous user