Module:Namespace detect/data: Difference between revisions

Jump to navigation Jump to search
m
1 revision
m (1 revision)
 
m (1 revision)
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:
-- values can be added as a string, or as an array of strings.
-- values can be added as a string, or as an array of strings.


local argKeys = {
local defaultKeys = {
main = {'main'},
'main',
talk = {'talk'},
'talk',
other = {'other'},
'other',
subjectns = {'subjectns'},
'subjectns',
demospace = {'demospace'},
'demospace',
page = {'page'}
'demopage'
}
}
local argKeys = {}
for i, defaultKey in ipairs(defaultKeys) do
argKeys[defaultKey] = {defaultKey}
end


for defaultKey, t in pairs(argKeys) do
for defaultKey, t in pairs(argKeys) do
14,061

edits

Navigation menu