Module:Message box: Difference between revisions
add back in local pmbox logic
enwp>Anomie (File:Cscr-featured.svg needs a link to the description page for license and attribution. Add the ability for the configuration to specify a flag to accomplish this.) |
en ws>Xover (add back in local pmbox logic) |
||
| Line 87: | Line 87: | ||
elseif ns == 14 then | elseif ns == 14 then | ||
obj.cfg = cfg.cmbox -- category namespace | obj.cfg = cfg.cmbox -- category namespace | ||
elseif ns == 104 then | |||
obj.cfg = cfg.pmbox -- page namespace | |||
else | else | ||
local nsTable = mw.site.namespaces[ns] | local nsTable = mw.site.namespaces[ns] | ||