Modul:Lua banner/config: Unterschied zwischen den Versionen

Set `wish_category` to Lua-candidates
StadtbahnBI>Tacsipacsi
(Created page with 'local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always adde...')
 
StadtbahnBI>ExE Boss
(Set `wish_category` to Lua-candidates)
Zeile 20: Zeile 20:
-- added. If false, such calls are invalid, an error message appears, and
-- added. If false, such calls are invalid, an error message appears, and
-- cfg['error_category'] is added.
-- cfg['error_category'] is added.
cfg['allow_wishes'] = true
cfg['allow_wishes'] = false


-- Default category: this category is added if the module call contains errors
-- Default category: this category is added if the module call contains errors
Zeile 45: Zeile 45:
cfg['module_categories'] = {
cfg['module_categories'] = {
['String'] = 'Lua String-based templates',
['String'] = 'Lua String-based templates',
['Iteration'] = 'Lua-based iteration templates',
}
}


return cfg -- Don’t touch this line.
return cfg -- Don’t touch this line.
Anonymer Benutzer