Difference between revisions of "Module:Lua banner/config"
Jump to navigation
Jump to search
Set `wish_category` to Lua-candidates
>Tacsipacsi (+wishes) |
>ExE Boss (Set `wish_category` to Lua-candidates) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 30: | Line 30: | ||
-- allowed. (Not used if wishes are not allowed.) A category name without | -- allowed. (Not used if wishes are not allowed.) A category name without | ||
-- namespace, or nil to disable categorization. | -- namespace, or nil to disable categorization. | ||
cfg['wish_category'] = | cfg['wish_category'] = 'Lua-candidates' | ||
-- Default category: this category is added if none of the below module_categories | -- Default category: this category is added if none of the below module_categories | ||
| Line 45: | Line 45: | ||
cfg['module_categories'] = { | cfg['module_categories'] = { | ||
['String'] = 'Lua String-based templates', | ['String'] = 'Lua String-based templates', | ||
} | } | ||
return cfg -- Don’t touch this line. | return cfg -- Don’t touch this line. | ||