Modul:Submit an edit request/config

Vikipediya, ochiq ensiklopediya

Bu modul uchun Modul:Submit an edit request/config/doc nomli hujjat sahifasini yaratishingiz mumkin

return {


['default-display-value'] = 'Submit an edit request',


['preload-template'] = 'Template:Submit an edit request/preload',


['preload-title-text'] = '$1 edit request on $2',


['preload-title-date-format'] = 'j F Y',


['preload-title-dedup-suffix'] = '$1 ($2)',

['main-page-content'] = {
	['Wikipedia:Today\'s featured article'] = true,
	['Template:In the news'] = true,
	['Template:Did you know'] = true,
	['Wikipedia:Selected anniversaries'] = true,
	['Template:POTD protected'] = true,
	['Wikipedia:Today\'s featured list'] = true
},

['main-page-request-page'] = 'Wikipedia:Main Page/Errors',


['protected-talk-page-request-page'] = 'Wikipedia:Requests for page protection/Edit',


['link-wrapper-template'] = 'Template:Submit an edit request/link',
['button-wrapper-template'] = 'Template:Submit an edit request',


protectionLevels = {


-- Yarim himoyalash
semi = {
	editintro = 'Template:Edit semi-protected/editintro',
	requestTemplate = 'edit semi-protected',
	levelText = 'Semi-protected',
},

-- Tasdiqlangan foydalanuvchilar  
extended = {
	editintro = 'Template:Edit extended-protected/editintro',
	requestTemplate = 'edit extended-protected',
	levelText = 'Extended-confirmed-protected',
},

-- Andoza-himoyalash
template = {
	editintro = 'Template:Edit template-protected/editintro',
	requestTemplate = 'edit template-protected',
	levelText = 'Template-protected',
},

-- Toʻliq himoyalash
full = {
	editintro = 'Template:Edit protected/editintro',
	requestTemplate = 'edit fully-protected',
	levelText = 'Protected',
},

-- Interfeys-himoyalash
interface = {
	editintro = 'Template:Edit interface-protected/editintro',
	requestTemplate = 'edit interface-protected',
	levelText = 'Interface-protected',
},

}

}