Module:Category handler/config: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
move parameter names to a cfg.parameters subtable |
imported>Ravidreams சி en:Module:Category_handler/config இலிருந்து திருத்தம் இறக்குமதி செய்யப்பட்டன |
||
| (6 பயனர்களால் செய்யப்பட்ட 12 இடைப்பட்ட திருத்தங்கள் காட்டப்படவில்லை.) | |||
வரிசை 13:
--------------------------------------------------------------------------------
-- Parameter names --
-- These configuration items specify custom parameter names.
-- To add one extra name, you can use this format: --
-- --
--
-- --
-- To add multiple names, you can use this format: --
-- --
--
--------------------------------------------------------------------------------
வரி 30 ⟶ 29:
--
-- cfg.nocat:
-- Result of yesno(
-- true Categorisation is suppressed
-- false Categorisation is allowed, and
வரி 37 ⟶ 36:
--
-- cfg.categories:
-- Result of yesno(
-- true Categorisation is allowed, and
-- the blacklist check is skipped
வரி 62 ⟶ 61:
-- The parameter name used to specify a page other than the current page;
-- used for testing and demonstration.
demopage = 'page',
}
வரி 72 ⟶ 70:
-- value can be specified, like this: --
-- --
-- cfg.foo = 'value name' -- --
-- --▼
-- defaults instead. --▼
--------------------------------------------------------------------------------
வரி 93 ⟶ 88:
--------------------------------------------------------------------------------
-- Default namespaces --
-- This is a table of namespaces to categorise by default.
--------------------------------------------------------------------------------
cfg.defaultNamespaces = {
[ 0] = true, -- main
[ 6] = true, -- file
[ 12] = true, -- help
[100] = true, -- portal
[108] = true, -- book
}
--------------------------------------------------------------------------------
-- This is a wrapper template or a list of wrapper templates to be passed to --
-- [[Module:Arguments]]. --
--------------------------------------------------------------------------------
cfg.wrappers = 'Template:Category handler'
--------------------------------------------------------------------------------
| |||