ข้ามไปเนื้อหา

มอดูล:Protection banner/config

มอดูลถูกป้องกันถาวร
จากวิกิพีเดีย สารานุกรมเสรี
-- This module provides configuration data for [[มอดูล:Protection banner]].

return {

--------------------------------------------------------------------------------
--
--                                BANNER DATA
--
--------------------------------------------------------------------------------

--[[
-- Banner data consists of six fields:
-- * text - the main protection text that appears at the top of protection
--   banners.
-- * explanation - the text that appears below the main protection text, used
--   to explain the details of the protection.
-- * tooltip - the tooltip text you see when you move the mouse over a small
--   padlock icon.
-- * link - the page that the small padlock icon links to.
-- * alt - the alt text for the small padlock icon. This is also used as tooltip
--   text for the large protection banners.
-- * image - the padlock image used in both protection banners and small padlock
--   icons.
--
-- The module checks in three separate tables to find a value for each field.
-- First it checks the banners table, which has values specific to the reason
-- for the page being protected. Then the module checks the defaultBanners
-- table, which has values specific to each protection level. Finally, the
-- module checks the masterBanner table, which holds data for protection
-- templates to use if no data has been found in the previous two tables.
--
-- The values in the banner data can take parameters. These are specified
-- using ${TEXTLIKETHIS} (a dollar sign preceding a parameter name
-- enclosed in curly braces).
--
--                          Available parameters:
--
-- ${CURRENTVERSION} - a link to the page history or the move log, with the
-- display message "current-version-edit-display" or
-- "current-version-move-display".
--
-- ${EDITREQUEST} - a link to create an edit request for the current page.
--
-- ${EXPLANATIONBLURB} - an explanation blurb, e.g. "Please discuss any changes
-- on the talk page; you may submit a request to ask an administrator to make
-- an edit if it is minor or supported by consensus."
--
-- ${IMAGELINK} - a link to set the image to, depending on the protection
-- action and protection level.
--
-- ${INTROBLURB} - the PROTECTIONBLURB parameter, plus the expiry if an expiry
-- is set. E.g. "Editing of this page by new or unregistered users is currently 
-- disabled until dd Month YYYY."
--
-- ${INTROFRAGMENT} - the same as ${INTROBLURB}, but without final punctuation
-- so that it can be used in run-on sentences.
--
-- ${PAGETYPE} - the type of the page, e.g. "article" or "template".
-- Defined in the cfg.pagetypes table.
--
-- ${PROTECTIONBLURB} - a blurb explaining the protection level of the page, e.g.
-- "Editing of this page by new or unregistered users is currently disabled"
--
-- ${PROTECTIONDATE} - the protection date, if it has been supplied to the
-- template.
--
-- ${PROTECTIONLEVEL} - the protection level, e.g. "fully protected" or
-- "semi-protected".
--
-- ${PROTECTIONLOG} - a link to the protection log or the pending changes log,
-- depending on the protection action.
--
-- ${TALKPAGE} - a link to the talk page. If a section is specified, links
-- straight to that talk page section.
--
-- ${TOOLTIPBLURB} - uses the PAGETYPE, PROTECTIONTYPE and EXPIRY parameters to
-- create a blurb like "This template is semi-protected", or "This article is
-- move-protected until DD Month YYYY".
--
-- ${VANDAL} - links for the specified username (or the root page name)
-- using มอดูล:Vandal-m.
--
--                                 Functions
--
-- For advanced users, it is possible to use Lua functions instead of strings
-- in the banner config tables. Using functions gives flexibility that is not
-- possible just by using parameters. Functions take two arguments, the
-- protection object and the template arguments, and they must output a string.
--
-- For example:
--
-- text = function (protectionObj, args)
--     if protectionObj.level == 'autoconfirmed' then
--         return 'foo'
--     else
--         return 'bar'
--     end
-- end
--
-- Some protection object properties and methods that may be useful:
-- protectionObj.action - the protection action
-- protectionObj.level - the protection level
-- protectionObj.reason - the protection reason
-- protectionObj.expiry - the expiry. Nil if unset, the string "indef" if set
--     to indefinite, and the protection time in unix time if temporary.
-- protectionObj.protectionDate - the protection date in unix time, or nil if
--     unspecified.
-- protectionObj.bannerConfig - the banner config found by the module. Beware
--     of editing the config field used by the function, as it could create an
--     infinite loop.
-- protectionObj:isProtected - returns a boolean showing whether the page is
--     protected.
-- protectionObj:isTemporary - returns a boolean showing whether the expiry is
--     temporary.
-- protectionObj:isIncorrect - returns a boolean showing whether the protection
--     template is incorrect.
--]]

-- The master banner data, used if no values have been found in banners or
-- defaultBanners.
masterBanner = {
	text = '${INTROBLURB}',
	explanation = '${EXPLANATIONBLURB}',
	tooltip = '${TOOLTIPBLURB}',
	link = '${IMAGELINK}',
	alt = 'หน้าถูก${PROTECTIONLEVEL}'
},

-- The default banner data. This holds banner data for different protection
-- levels.
-- *required* - this table needs edit, move, autoreview and upload subtables.
defaultBanners = {
	edit = {},
	move = {},
	autoreview = {
		default = {
			alt = 'หน้านี้ถูกป้องกันเพื่อให้ผ่านการตรวจสอบก่อน',
			tooltip = 'การแก้ไขใด ๆ โดยผู้ใช้ที่ไม่ได้เข้าสู่ระบบจำเป็นต้องถูกตรวจสอบก่อนเผยแพร่แก่ผู้อ่านที่ไม่ได้เข้าสู่ระบบ',
			image = 'Pending-protection-shackle.svg'
		}
	},
	upload = {}
},

-- The banner data. This holds banner data for different protection reasons.
-- In fact, the reasons specified in this table control which reasons are
-- valid inputs to the first positional parameter.
--
-- There is also a non-standard "description" field that can be used for items
-- in this table. This is a description of the protection reason for use in the
-- module documentation.
--
-- *required* - this table needs edit, move, autoreview and upload subtables.
banners = {
	edit = {
		blp = {
			description = 'สำหรับหน้าที่ถูกป้องกันเพื่อปฏิบัติตามนโยบาย'
				.. '[[วิกิพีเดีย:ชีวประวัติของบุคคลที่มีชีวิตอยู่'
				.. '|ชีวประวัติของบุคคลที่มีชีวิตอยู่]]',
			text = '${INTROFRAGMENT}เพื่อให้เป็นไปตาม[[วิกิพีเดีย:ชีวประวัติของบุคคลที่มีชีวิตอยู่'
				.. '|นโยบายชีวประวัติของบุคคลที่มีชีวิตอยู่ของวิกิพีเดีย]]',
			tooltip = '${TOOLTIPFRAGMENT}เพื่อให้เป็นไปตามนโยบายชีวประวัติของบุคคล'
				.. 'ที่มีชีวิตอยู่ของวิกิพีเดีย',
		},
		deceased = {
			description = 'สำหรับหน้าผู้ใช้ของชาววิกิพีเดียที่เสียชีวิตแล้ว',
			text = '${INTROFRAGMENT}เพื่อป้องกันการก่อกวนหน้าผู้ใช้ของชาววิกิพีเดียที่เสียชีวิตแล้ว'
				.. ' หากครอบครัวของผู้เสียชีวิตต้องการแก้ไขหน้าผู้ใช้นี้สามารถใช้${TALKPAGE}หรือ'
				.. 'ส่งคำขอผ่าน[[วิกิพีเดีย:ทีมอาสาสมัครตอบรับ|ทีมอาสาสมัครตอบรับ]]ของวิกิพีเดีย',
			tooltip = '${TOOLTIPFRAGMENT}เนื่องจากชาววิกิพีเดียท่านนี้เสียชีวิตแล้ว'
		},
		dmca = {
			description = 'กรณีถูกป้องกันโดยมูลนิธิวิกิมีเดียเนื่องจากคำขอให้นำข้อมูลออกตาม'
				.. '[[รัฐบัญญัติลิขสิทธิ์แห่งสหัสวรรษดิจิทัล]]',
			explanation = function (_protectionObj, args)
				local ret = 'ดำเนินการตามคำขอโดยผู้ทรงลิขสิทธิตามรัฐบัญญัติลิขสิทธิ์แห่งสหัสวรรษดิจิทัล'
					.. ' (DMCA) ซึ่งเกี่ยวข้องกับเนื้อหาในบทความนี้ มูลนิธิวิกิมีเดียจึงดำเนินการตามกรอบ'
					.. 'กฎหมายที่เกี่ยวข้องและนำข้อมูลบางส่วนออกแล้วจึงจำกัดเนื้อหาในส่วนที่เกี่ยวข้อง'
				if args.notice then
					ret = ret .. ' อ่านสำเนาของคำขอได้ที่: '
						.. args.notice
				end
				ret = ret .. ' สำหรับรายละเอียดเพิ่มเติมและการตอบโต้คำขอของเว็บไซต์ โปรดดูที่'
					.. '[[:en:Wikipedia:Office actions|การดำเนินการโดยสำนักงาน]]'
					.. 'และ${TALKPAGE}ของบทความ'
					.. " '''ห้ามลบแม่แบบนี้จากบทความจนกว่าจะมีการถอนการจำกัดลง'''"
				return ret
			end,
			image = 'Office-protection-shackle.svg',
			link = 'วิกิพีเดีย:นโยบายการป้องกัน#office',
		},
		dispute = {
			description = 'สำหรับการป้องกันหน้าเนื่องจากมีการโต้เถียงในการแก้ไข',
			text = function (protectionObj, args)
				-- Find the value of "disputes".
				local display = 'ข้อโต้เถียง'
				local disputes
				if args.section then
					disputes = string.format(
						'[[%s:%s#%s|%s]] ',
						mw.site.namespaces[protectionObj.title.namespace].talk.name,
						protectionObj.title.text,
						args.section,
						display
					)
				else
					disputes = display
				end

				-- Make the blurb, depending on the expiry.
				local msg
				if type(protectionObj.expiry) == 'number' then
					msg = '${INTROFRAGMENT}หรือจนกว่าจะมีการสรุป%sเรียบร้อยแล้ว'
				else
					msg = '${INTROFRAGMENT}จนกว่าจะมีการสรุป%sเรียบร้อยแล้ว'
				end
				return string.format(msg, disputes)
			end,
			explanation = "การป้องกันนี้'''มิใช่'''การสนับสนุน"
				.. '${CURRENTVERSION}ของ${PAGETYPE}นี้ ${EXPLANATIONBLURB}',
			tooltip = '${TOOLTIPFRAGMENT}เนื่องจากการโต้แย้ง',
		},
		ecp = {
			description = 'สำหรับบทความในหัวข้อที่ได้รับการควบคุมโดย [[วิกิพีเดีย:คณะอนุญาโตตุลาการ|คตอ.]]',
			alt = 'Extended-protected ${PAGETYPE}',
		},
		mainpage = {
			description = 'หน้านี้ถูกป้องกันเนื่องจากกำลังแสดงผลใน[[หน้าหลัก]]',
			text = 'ไฟล์นี้ถูก[[วิกิพีเดีย:นโยบายการป้องกัน|ป้องกัน]]จากการแก้ไข เนื่องจากกำลังหรือเคย'
				.. 'ถูกแสดงใน[[หน้าหลัก]]',
			explanation = 'ภาพในหน้าหลักจะถูกป้องกันเนื่องจากมีการมองเห็นสูง โปรดเสนอแนะการเปลี่ยนแปลงใน${TALKPAGE}'
				.. '<br /><span class="sysop-show" style="font-size:90%;">'
				.. "'''ผู้ดูแลระบบ:''' หากภาพนี้ไม่ได้แสดงในหน้าหลักแล้ว โปรดยกเลิกการป้องกันไฟล์นี้"
				.. 'ตามความเหมาะสม</span>',
		},
		office = {
			description = 'For pages protected by the Wikimedia Foundation',
			text = function (protectionObj, args)
				local ret = 'This ${PAGETYPE} is currently under the'
					.. ' scrutiny of the'
					.. ' [[Wikipedia:Office actions|Wikimedia Foundation Office]]'
					.. ' and is protected.'
				if protectionObj.protectionDate then
					ret = ret .. ' It has been protected since ${PROTECTIONDATE}.'
				end
				return ret
			end,
			explanation = "If you can edit this page, please discuss all changes and"
				.. " additions on the ${TALKPAGE} first. '''Do not remove protection from this"
				.. " page unless you are authorized by the Wikimedia Foundation to do"
				.. " so.'''",
			image = 'Office-protection-shackle.svg',
			link = 'วิกิพีเดีย:นโยบายการป้องกัน#office',
		},
		reset = {
			description = 'For pages protected by the Wikimedia Foundation and'
				.. ' "reset" to a bare-bones version',
 			text = 'This ${PAGETYPE} is currently under the'
					.. ' scrutiny of the'
					.. ' [[Wikipedia:Office actions|Wikimedia Foundation Office]]'
					.. ' and is protected.',
			explanation = function (protectionObj, args)
				local ret = ''
				if protectionObj.protectionDate then
					ret = ret .. 'On ${PROTECTIONDATE} this ${PAGETYPE} was'
				else
					ret = ret .. 'This ${PAGETYPE} has been'
				end
				ret = ret .. ' reduced to a'
				.. ' simplified, "bare bones" version so that it may be completely'
				.. ' rewritten to ensure it meets the policies of'
				.. ' [[WP:NPOV|Neutral Point of View]] and [[WP:V|Verifiability]].'
				.. ' Standard Wikipedia policies will apply to its rewriting—which'
				.. ' will eventually be open to all editors—and will be strictly'
				.. ' enforced. The ${PAGETYPE} has been ${PROTECTIONLEVEL} while'
				.. ' it is being rebuilt.\n\n'
				.. 'Any insertion of material directly from'
				.. ' pre-protection revisions of the ${PAGETYPE} will be removed, as'
				.. ' will any material added to the ${PAGETYPE} that is not properly'
				.. ' sourced. The associated talk page(s) were also cleared on the'
				.. " same date.\n\n"
				.. "If you can edit this page, please discuss all changes and"
				.. " additions on the ${TALKPAGE} first. '''Do not override"
				.. " this action, and do not remove protection from this page,"
				.. " unless you are authorized by the Wikimedia Foundation"
				.. " to do so. No editor may remove this notice.'''"

				return ret
			end,
			image = 'Office-protection-shackle.svg',
			link = 'วิกิพีเดีย:นโยบายการป้องกัน#office',
		},
		sock = {
			description = 'ป้องกันหน้าเพื่อป้องกัน[[วิกิพีเดีย:หุ่นเชิด|หุ่นเชิด]]แก้ไข',
			text = '${INTROFRAGMENT}เพื่อป้องกัน[[วิกิพีเดีย:หุ่นเชิด|หุ่นเชิด]]ของผู้ใช้ที่'
				.. '[[วิกิพีเดีย:นโยบายการบล็อก|ถูกบล็อก]]มิให้แก้ไข',
			tooltip = '${TOOLTIPFRAGMENT}เพื่อป้องกันหุ่นเชิดของผู้ใช้ที่ถูกบล็อกมิให้แก้ไข',
		},
		template = {
			description = 'แม่แบบหรือมอดูล[[วิกิพีเดีย:แม่แบบความเสี่ยงสูง|ความเสี่ยงสูง]]',
			text = '${PAGETYPE}นี้ถูก[[วิกิพีเดีย:นโยบายการป้องกัน|ป้องกัน]]ถาวร'
				.. ' เนื่องจาก[[วิกิพีเดีย:แม่แบบความเสี่ยงสูง|มีความเสี่ยงสูง]]',
			explanation = 'โปรดเสนอการแก้ไขใน${TALKPAGE} โดยอาจ${EDITREQUEST}เพื่อให้'
				.. '[[วิกิพีเดีย:ผู้ดูแลระบบ|ผู้ดูแลระบบ]]ทำการแก้ไขกรณีที่แน่ใจว่าเป็นการแก้ไข'
				.. '[[วิธีใช้:การแก้ไขเล็กน้อย|ไม่มีข้อโต้แย้ง]]หรือผ่าน[[วิกิพีเดีย:ความเห็นพ้อง|ความเห็นพ้อง]]'
				.. ' อีกทางหนึ่ง คุณสามารถ[[วิกิพีเดีย:นโยบายการป้องกัน|ส่งคำขอ]]ให้เลิกการป้องกันหน้าได้',
			tooltip = '${PAGETYPE}นี้มีความเสี่ยงสูง จึงถูก${PROTECTIONLEVEL}เพื่อป้องกันการก่อกวน',
			alt = '${PAGETYPE}ถูกป้องกันถาวร',
		},
		usertalk = {
			description = 'สำหรับการป้องกันหน้าจากการแก้ไขที่ทำให้เสียระบบโดยผู้ใช้หนึ่ง ๆ',
			text = '${INTROFRAGMENT}เพื่อป้องกัน ${VANDAL} มิให้ทำการแก้ไขที่ทำให้เสียระบบอย่างการ'
				.. 'ใช้แม่แบบ &#123;&#123;[[แม่แบบ:ปลดบล็อก|ปลดปล็อก]]&#125;&#125; ซ้ำ ๆ',
			explanation = 'If you cannot edit this user talk page and you need to'
				.. ' make a change or leave a message, you can'
				.. ' [[Wikipedia:Requests for page protection'
				.. '#Current requests for edits to a protected page'
				.. '|request an edit]],'
				.. ' [[Wikipedia:Requests for page protection'
				.. '#Current requests for reduction in protection level'
				.. '|request unprotection]],'
				.. ' [[Special:Userlogin|log in]],'
				.. ' or [[Special:UserLogin/signup|create an account]].',
		},
		vandalism = {
			description = 'สำหรับหน้าที่ถูกป้องกันเนื่องจาก[[วิกิพีเดีย:การก่อกวน|การก่อกวน]]',
			text = '${INTROFRAGMENT}เนื่องจาก[[วิกิพีเดีย:การก่อกวน|การก่อกวน]]',
			explanation = function (protectionObj, args)
				local ret = ''
				if protectionObj.level == 'sysop' then
					ret = ret .. "อย่างไรก็ดี การป้องกันนี้'''ไม่ใช่'''การสนับสนุน${CURRENTVERSION}"
				end
				return ret .. '${EXPLANATIONBLURB}'
			end,
			tooltip = '${TOOLTIPFRAGMENT}เนื่องจากการก่อกวน',
		}
	},
	move = {
		dispute = {
			description = 'สำหรับหน้าที่ถูกป้องกันการย้ายเนื่องจากมีการโต้เถียงเกี่ยวกับชื่อบทความ',
			explanation = "การป้องกันนี้'''ไม่ใช่'''การสนับสนุน${CURRENTVERSION}แต่อย่างใด "
				.. '${EXPLANATIONBLURB}',
			image = 'Move-protection-shackle.svg'
		},
		vandalism = {
			description = 'ป้องกันการเนื่องจาก[[วิกิพีเดีย:การก่อกวน|การก่อกวนย้ายหน้า]]'
		}
	},
	autoreview = {},
	upload = {}
},

--------------------------------------------------------------------------------
--
--                            GENERAL DATA TABLES
--
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
-- Protection blurbs
--------------------------------------------------------------------------------

-- This table produces the protection blurbs available with the
-- ${PROTECTIONBLURB} parameter. It is sorted by protection action and
-- protection level, and is checked by the module in the following order:
-- 1. page's protection action, page's protection level
-- 2. page's protection action, default protection level
-- 3. "edit" protection action, default protection level
--
-- It is possible to use banner parameters inside this table.
-- *required* - this table needs edit, move, autoreview and upload subtables.
protectionBlurbs = {
	edit = {
		default = '${PAGETYPE}นี้ถูก[[วิกิพีเดีย:นโยบายการป้องกัน#full|'
			.. 'ป้องกัน]]มิให้แก้ไข',
		autoconfirmed = '${PAGETYPE}นี้[[วิกิพีเดีย:นโยบายการป้องกัน#semi|ปิดใช้งาน]]การ'
			.. 'แก้ไขโดย[[วิกิพีเดีย:ระดับการเข้าถึงของผู้ใช้#ผู้ใช้ใหม่|ผู้ใช้ใหม่]]หรือ[[วิกิพีเดีย:'
			.. 'ระดับการเข้าถึงของผู้ใช้#ผู้ใช้ยังไม่มีบัญชี|ผู้ใช้ยังไม่มีบัญชี]]',
	},
	move = {
		default = '${PAGETYPE}นี้ถูก[[วิกิพีเดีย:นโยบายการป้องกัน#move'
			.. '|ป้องกัน]]มิให้[[วิธีใช้:การย้ายหน้า|ย้ายหน้า]]'
	},
	upload = {
		default = '${PAGETYPE}ถูกปิดใช้งานการอัปโหลดไฟล์ทับ'
	}
},


--------------------------------------------------------------------------------
-- Explanation blurbs
--------------------------------------------------------------------------------

-- This table produces the explanation blurbs available with the
-- ${EXPLANATIONBLURB} parameter. It is sorted by protection action,
-- protection level, and whether the page is a talk page or not. If the page is
-- a talk page it will have a talk key of "talk"; otherwise it will have a talk
-- key of "subject". The table is checked in the following order:
-- 1. page's protection action, page's protection level, page's talk key
-- 2. page's protection action, page's protection level, default talk key
-- 3. page's protection action, default protection level, page's talk key
-- 4. page's protection action, default protection level, default talk key
--
-- It is possible to use banner parameters inside this table.
-- *required* - this table needs edit, move, autoreview and upload subtables.
explanationBlurbs = {
	edit = {
		autoconfirmed = {
			subject = 'ดูเพิ่มที่[[วิกิพีเดีย:นโยบายการป้องกัน|นโยบายการป้องกัน]]และ${PROTECTIONLOG}'
				.. 'สำหรับรายละเอียเพิ่มเติม หากคุณไม่สามารถแก้ไข${PAGETYPE}นี้ได้และต้องการเสนอ'
				.. 'การเปลี่ยนแปลง คุณสามารถ${EDITREQUEST}ได้ โดยแจ้งใน${TALKPAGE}ของหน้านี้'
				.. ' หรือแจ้ง[[วิกิพีเดีย:แจ้งผู้ดูแลระบบ/แจ้งความ|ยกเลิกการป้องกัน]]'
				.. ' [[Special:Userlogin|เข้าสู่ระบบ]] หรือ[[Special:UserLogin/signup'
				.. '|สร้างบัญชี]]',
			default = 'ดูเพิ่มที่[[วิกิพีเดีย:นโยบายการป้องกัน|นโยบายการป้องกัน]]และ${PROTECTIONLOG}'
				.. 'สำหรับรายละเอียเพิ่มเติม หากคุณไม่สามารถแก้ไข${PAGETYPE}นี้ได้และต้องการเสนอ'
				.. 'การเปลี่ยนแปลง คุณสามารถ${EDITREQUEST}ได้ โดยแจ้งใน${TALKPAGE}ของหน้านี้'
				.. ' หรือแจ้ง[[วิกิพีเดีย:แจ้งผู้ดูแลระบบ/แจ้งความ|ยกเลิกการป้องกัน]]'
				.. ' [[Special:Userlogin|เข้าสู่ระบบ]] หรือ[[Special:UserLogin/signup'
				.. '|สร้างบัญชี]]',
		},
		default = {
			subject =  'ดู[[วิกิพีเดีย:นโยบายการป้องกัน|'
				.. 'นโยบายการป้องกัน]]และ${PROTECTIONLOG}สำหรับรายละเอียดเพิ่มเติม'
				.. ' กรุณาอภิปรายการเปลี่ยนแปลงทาง${TALKPAGE} คุณ'
				.. 'อาจ${EDITREQUEST}เพื่อขอให้'
				.. '[[วิกิพีเดีย:ผู้ดูแลระบบ|ผู้ดูแลระบบ]]เป็นผู้แก้ไขแทนหาก'
				.. 'ไม่เป็นที่ถกเถียงหรือมีความเห็นพ้องสนับสนุน'
				.. ' คุณยังสามารถขอให้เลิกป้องกันหน้าได้',
			default =  'ดู[[วิกิพีเดีย:นโยบายการป้องกัน|'
				.. 'นโยบายการป้องกัน]]และ${PROTECTIONLOG}สำหรับรายละเอียดเพิ่มเติม'
				.. ' คุณอาจขอแก้ไขหน้านี้หรือขอให้เลิกป้องกัน'
		}
	},
	move = {
		default = {
			subject = 'ดู[[วิกิพีเดีย:นโยบายการป้องกัน|'
				.. 'นโยบายการป้องกัน]]และ${PROTECTIONLOG}สำหรับรายละเอียดเพิ่มเติม'
				.. ' หน้านี้ยังสามารถแก้ไขได้ แต่ไม่สามารถย้ายได้'
				.. 'จนกว่าจะเลิกป้องกัน กรุณาอภิปรายการเสนอย้ายใด ๆ ทาง'
				.. '${TALKPAGE} คณยังสามารถขอให้'
				.. 'เลิกป้องกันหน้า',
			default = 'ดู[[วิกิพีเดีย:นโยบายการป้องกัน|'
				.. 'นโยบายการป้องกัน]]และ${PROTECTIONLOG}สำหรับรายละเอียดเพิ่มเติม'
				.. ' หน้านี้ยังสามารถแก้ไขได้ แต่ไม่สามารถย้ายได้'
				.. 'จนกว่าจะเลิกป้องกัน คุณยังสามารถขอให้'
				.. 'เลิกป้องกันหน้า'
		}
	},
	autoreview = {
		default = {
			default = 'See the [[วิกิพีเดีย:นโยบายการป้องกัน|'
				.. 'protection policy]] and ${PROTECTIONLOG} for more details.'
				.. ' Edits to this ${PAGETYPE} by new and unregistered users'
				.. ' will not be visible to readers until they are accepted by'
				.. ' a reviewer. To avoid the need for your edits to be'
				.. ' reviewed, you may'
				.. ' [[Wikipedia:Requests for page protection'
				.. '#Current requests for reduction in protection level'
				.. '|request unprotection]], [[Special:Userlogin|log in]], or'
				.. ' [[Special:UserLogin/signup|create an account]].'
		},
	},
	upload = {
		default = {
			default = 'ดู[[วิกิพีเดีย:นโยบายการป้องกัน|'
				.. 'นโยบายการป้องกัน]]และ${PROTECTIONLOG}สำหรับรายละเอียดเพิ่มเติม'
				.. ' ยังสามารถแก้ไขหน้านี้ได้ แต่ไม่สามารถอัปโหลดรุ่นใหม่'
				.. 'ของไฟล์ได้จนกว่าจะเลิกป้องกัน คุณสามารถ'
				.. 'ขอให้อัปโหลดรุ่นใหม่โดยใช้คำขอแก้ไขหน้าป้องกัน หรือ'
				.. 'คุณสามารถขอให้เลิกป้องกันไฟล์ได้'
		}
	}
},

--------------------------------------------------------------------------------
-- Protection levels
--------------------------------------------------------------------------------

-- This table provides the data for the ${PROTECTIONLEVEL} parameter, which
-- produces a short label for different protection levels. It is sorted by
-- protection action and protection level, and is checked in the following
-- order:
-- 1. page's protection action, page's protection level
-- 2. page's protection action, default protection level
-- 3. "edit" protection action, default protection level
--
-- It is possible to use banner parameters inside this table.
-- *required* - this table needs edit, move, autoreview and upload subtables.
protectionLevels = {
	edit = {
		default = 'ป้องกันสมบูรณ์',
		autoconfirmed = 'กึ่งป้องกัน',
	},
	move = {
		default = 'ป้องกันการย้าย'
	},
	autoreview = {
	},
	upload = {
		default = 'ป้องกันการอัปโหลด'
	}
},

--------------------------------------------------------------------------------
-- Images
--------------------------------------------------------------------------------

-- This table lists different padlock images for each protection action and
-- protection level. It is used if an image is not specified in any of the
-- banner data tables, and if the page does not satisfy the conditions for using
-- the ['image-filename-indef'] image. It is checked in the following order:
-- 1. page's protection action, page's protection level
-- 2. page's protection action, default protection level
images = {
	edit = {
		default = 'Full-protection-shackle-block.svg',
		templateeditor = 'Template-protection-shackle.svg',
		extendedconfirmed = 'Extended-protection-shackle.svg',
		autoconfirmed = 'Semi-protection-shackle.svg'
	},
	move = {
		default = 'Move-protection-shackle.svg',
	},
	autoreview = {
		default = 'Pending-protection-shackle.svg'
	},
	upload = {
		default = 'Upload-protection-shackle.svg'
	}
},

-- Pages with a reason specified in this table will show the special "indef"
-- padlock, defined in the 'image-filename-indef' message, if no expiry is set.
indefImageReasons = {
	template = true
},

--------------------------------------------------------------------------------
-- Image links
--------------------------------------------------------------------------------

-- This table provides the data for the ${IMAGELINK} parameter, which gets
-- the image link for small padlock icons based on the page's protection action
-- and protection level. It is checked in the following order:
-- 1. page's protection action, page's protection level
-- 2. page's protection action, default protection level
-- 3. "edit" protection action, default protection level
--
-- It is possible to use banner parameters inside this table.
-- *required* - this table needs edit, move, autoreview and upload subtables.
imageLinks = {
	edit = {
		default = 'วิกิพีเดีย:นโยบายการป้องกัน#full',
		templateeditor = 'วิกิพีเดีย:นโยบายการป้องกัน#template',
		extendedconfirmed = 'วิกิพีเดีย:นโยบายการป้องกัน#extended',
		autoconfirmed = 'วิกิพีเดีย:นโยบายการป้องกัน#semi'
	},
	move = {
		default = 'วิกิพีเดีย:นโยบายการป้องกัน#move'
	},
	autoreview = {
		default = 'วิกิพีเดีย:นโยบายการป้องกัน#pending'
	},
	upload = {
		default = 'วิกิพีเดีย:นโยบายการป้องกัน#upload'
	}
},

--------------------------------------------------------------------------------
-- Padlock indicator names
--------------------------------------------------------------------------------

-- This table provides the "name" attribute for the <indicator> extension tag
-- with which small padlock icons are generated. All indicator tags on a page
-- are displayed in alphabetical order based on this attribute, and with
-- indicator tags with duplicate names, the last tag on the page wins.
-- The attribute is chosen based on the protection action; table keys must be a
-- protection action name or the string "default".
padlockIndicatorNames = {
	-- autoreview = 'pp-autoreview',
	default = 'pp-default'
},

--------------------------------------------------------------------------------
-- Protection categories
--------------------------------------------------------------------------------

--[[
-- The protection categories are stored in the protectionCategories table.
-- Keys to this table are made up of the following strings:
--
-- 1. the expiry date
-- 2. the namespace
-- 3. the protection reason (e.g. "dispute" or "vandalism")
-- 4. the protection level (e.g. "sysop" or "autoconfirmed")
-- 5. the action (e.g. "edit" or "move")
-- 
-- When the module looks up a category in the table, first it will will check to
-- see a key exists that corresponds to all five parameters. For example, a
-- user page semi-protected from vandalism for two weeks would have the key
-- "temp-user-vandalism-autoconfirmed-edit". If no match is found, the module
-- changes the first part of the key to "all" and checks the table again. It
-- keeps checking increasingly generic key combinations until it finds the
-- field, or until it reaches the key "all-all-all-all-all".
--
-- The module uses a binary matrix to determine the order in which to search.
-- This is best demonstrated by a table. In this table, the "0" values
-- represent "all", and the "1" values represent the original data (e.g.
-- "indef" or "file" or "vandalism").
--
--        expiry    namespace reason   level     action
-- order
-- 1      1         1         1        1         1
-- 2      0         1         1        1         1
-- 3      1         0         1        1         1
-- 4      0         0         1        1         1
-- 5      1         1         0        1         1
-- 6      0         1         0        1         1
-- 7      1         0         0        1         1
-- 8      0         0         0        1         1
-- 9      1         1         1        0         1
-- 10     0         1         1        0         1
-- 11     1         0         1        0         1
-- 12     0         0         1        0         1
-- 13     1         1         0        0         1
-- 14     0         1         0        0         1
-- 15     1         0         0        0         1
-- 16     0         0         0        0         1
-- 17     1         1         1        1         0
-- 18     0         1         1        1         0
-- 19     1         0         1        1         0
-- 20     0         0         1        1         0
-- 21     1         1         0        1         0
-- 22     0         1         0        1         0
-- 23     1         0         0        1         0
-- 24     0         0         0        1         0
-- 25     1         1         1        0         0
-- 26     0         1         1        0         0
-- 27     1         0         1        0         0
-- 28     0         0         1        0         0
-- 29     1         1         0        0         0
-- 30     0         1         0        0         0
-- 31     1         0         0        0         0
-- 32     0         0         0        0         0
--
-- In this scheme the action has the highest priority, as it is the last
-- to change, and the expiry has the least priority, as it changes the most.
-- The priorities of the expiry, the protection level and the action are
-- fixed, but the priorities of the reason and the namespace can be swapped
-- through the use of the cfg.bannerDataNamespaceHasPriority table.
--]]

-- If the reason specified to the template is listed in this table,
-- namespace data will take priority over reason data in the protectionCategories
-- table.
reasonsWithNamespacePriority = {
	vandalism = true,
},

-- The string to use as a namespace key for the protectionCategories table for each
-- namespace number.
categoryNamespaceKeys = {
	[  2] = 'user',
	[  3] = 'user',
	[  4] = 'project',
	[  6] = 'file',
	[  8] = 'mediawiki',
	[ 10] = 'template',
	[ 12] = 'project',
	[ 14] = 'category',
	[100] = 'portal',
	[828] = 'module',
},

protectionCategories = {
	['all|all|all|all|all']                     = 'หน้าวิกิพีเดียที่ถูกป้องกันสมบูรณ์',
	['all|all|office|all|all']                  = 'หน้าวิกิพีเดียที่ถูกป้องกันโดยสำนักงานวิกิมีเดีย',
	['all|all|reset|all|all']                   = 'หน้าวิกิพีเดียที่ถูกป้องกันโดยสำนักงานวิกิมีเดีย',
	['all|all|dmca|all|all']                    = 'หน้าวิกิพีเดียที่ถูกป้องกันโดยสำนักงานวิกิมีเดีย',
	['all|all|mainpage|all|all']                = 'ไฟล์วิกิพีเดียที่ถูกป้องกันเนื่องจากอยู่ในหน้าหลัก',
	['all|template|all|all|edit']               = 'แม่แบบวิกิพีเดียที่ถูกป้องกันสมบูรณ์',
	['all|all|all|autoconfirmed|edit']          = 'หน้าวิกิพีเดียที่ถูกกึ่งป้องกัน',
	['indef|all|all|autoconfirmed|edit']        = 'หน้าวิกิพีเดียที่ถูกกึ่งป้องกันถาวร',
	['all|all|blp|autoconfirmed|edit']          = 'หน้าวิกิพีเดียที่ถูกกึ่งป้องกันถาวรเนื่องจากบุคคลมีชีวิตอยู่',
	['temp|all|blp|autoconfirmed|edit']         = 'หน้าวิกิพีเดียที่ถูกกึ่งป้องกันชั่วคราวเนื่องจากบุคคลมีชีวิตอยู่',
	['all|all|dispute|autoconfirmed|edit']      = 'หน้าวิกิพีเดียที่ถูกกึ่งป้องกันจากการการโต้เถียง',
	['all|all|sock|autoconfirmed|edit']         = 'หน้าวิกิพีเดียที่ถูกกึ่งป้องกันจากผู้ใช้ที่ถูกแบน',
	['all|all|vandalism|autoconfirmed|edit']    = 'หน้าวิกิพีเดียที่ถูกกึ่งป้องกันจากการก่อกวน',
	['all|category|all|autoconfirmed|edit']     = 'หมวดหมู่วิกิพีเดียที่ถูกกึ่งป้องกัน',
	['all|file|all|autoconfirmed|edit']         = 'ไฟล์วิกิพีเดียที่ถูกกึ่งป้องกัน',
	['all|portal|all|autoconfirmed|edit']       = 'สถานีย่อยวิกิพีเดียที่ถูกกึ่งป้องกัน',
	['all|project|all|autoconfirmed|edit']      = 'หน้าโครงการวิกิพีเดียที่ถูกกึ่งป้องกัน',
	['all|talk|all|autoconfirmed|edit']         = 'หน้าคุยวิกิพีเดียที่ถูกกึ่งป้องกัน',
	['all|template|all|autoconfirmed|edit']     = 'แม่แบบวิกิพีเดียที่ถูกกึ่งป้องกัน',
	['all|user|all|autoconfirmed|edit']         = 'หน้าผู้ใช้และคุยกับผู้ใช้วิกิพีเดียที่ถูกกึ่งป้องกัน',
	['all|all|blp|sysop|edit']                  = 'หน้าวิกิพีเดียที่ถูกป้องกันถาวรเนื่องจากบุคคลมีชีวิตอยู่',
	['temp|all|blp|sysop|edit']                 = 'หน้าวิกิพีเดียที่ถูกป้องกันชั่วคราวเนื่องจากบุคคลมีชีวิตอยู่',
	['all|all|dispute|sysop|edit']              = 'หน้าวิกิพีเดียที่ถูกป้องกันจากการการโต้เถียง',
	['all|all|sock|sysop|edit']                 = 'หน้าวิกิพีเดียที่ถูกป้องกันสมบูรณ์จากผู้ใช้ที่ถูกแบน',
	['all|all|vandalism|sysop|edit']            = 'หน้าวิกิพีเดียที่ถูกป้องกันจากการก่อกวน',
	['all|category|all|sysop|edit']             = 'หมวดหมู่วิกิพีเดียที่ถูกป้องกันสมบูรณ์',
	['all|file|all|sysop|edit']                 = 'ไฟล์วิกิพีเดียที่ถูกป้องกันสมบูรณ์',
	['all|project|all|sysop|edit']              = 'หน้าโครงการวิกิพีเดียที่ถูกป้องกันสมบูรณ์',
	['all|talk|all|sysop|edit']                 = 'หน้าคุยวิกิพีเดียที่ถูกป้องกันสมบูรณ์',
	['all|template|all|sysop|edit']             = 'แม่แบบวิกิพีเดียที่ถูกป้องกันสมบูรณ์',
	['all|user|all|sysop|edit']                 = 'หน้าผู้ใช้และหน้าคุยกับผู้ใช้วิกิพีเดียที่ถูกป้องกันสมบูรณ์',
	['all|module|all|all|edit']                 = 'มอดูลวิกิพีเดียที่ถูกป้องกันสมบูรณ์',
	['all|module|all|autoconfirmed|edit']       = 'มอดูลวิกิพีเดียที่ถูกกึ่งป้องกัน',
	['all|all|all|sysop|move']                  = 'หน้าวิกิพีเดียที่ถูกป้องกันการย้าย',
	['indef|all|all|sysop|move']                = 'หน้าวิกิพีเดียที่ถูกป้องกันการย้ายถาวร',
	['all|all|dispute|sysop|move']              = 'หน้าวิกิพีเดียที่ถูกป้องกันการย้ายจากการโต้เถียง',
	['all|all|vandalism|sysop|move']            = 'หน้าวิกิพีเดียที่ถูกป้องกันการย้ายจากการก่อกวน',
	['all|portal|all|sysop|move']               = 'สถานีย่อยวิกิพีเดียที่ถูกป้องกันการย้าย',
	['all|project|all|sysop|move']              = 'หน้าโครงการวิกิพีเดียที่ถูกป้องกันการย้าย',
	['all|talk|all|sysop|move']                 = 'หน้าคุยวิกิพีเดียที่ถูกป้องกันการย้าย',
	['all|template|all|sysop|move']             = 'แม่แบบวิกิพีเดียที่ถูกป้องกันการย้าย',
	['all|user|all|sysop|move']                 = 'หน้าผู้ใช้และคุยกับผู้ใช้วิกิพีเดียที่ถูกป้องกันการย้าย',
	['all|file|all|all|upload']                 = 'ไฟล์วิกิพีเดียที่ถูกป้องกันการย้าย',
},

--------------------------------------------------------------------------------
-- Expiry category config
--------------------------------------------------------------------------------

-- This table configures the expiry category behaviour for each protection
-- action.
-- * If set to true, setting that action will always categorise the page if
--   an expiry parameter is not set.
-- * If set to false, setting that action will never categorise the page.
-- * If set to nil, the module will categorise the page if:
--   1) an expiry parameter is not set, and
--   2) a reason is provided, and
--   3) the specified reason is not blacklisted in the reasonsWithoutExpiryCheck
--      table.

expiryCheckActions = {
	edit = nil,
	move = false,
	autoreview = true,
	upload = false
},

reasonsWithoutExpiryCheck = {
	blp = true,
	template = true,
},

--------------------------------------------------------------------------------
-- Pagetypes
--------------------------------------------------------------------------------

-- This table produces the page types available with the ${PAGETYPE} parameter.
-- Keys are namespace numbers, or the string "default" for the default value.
pagetypes = {
	[0] = 'บทความ',
	[6] = 'ไฟล์',
	[10] = 'แม่แบบ',
	[14] = 'หมวดหมู่',
	[828] = 'มอดูล',
	default = 'หน้า'
},

--------------------------------------------------------------------------------
-- Strings marking indefinite protection
--------------------------------------------------------------------------------

-- This table contains values passed to the expiry parameter that mean the page
-- is protected indefinitely.
indefStrings = {
	['indef'] = true,
	['indefinite'] = true,
	['indefinitely'] = true,
	['infinite'] = true,
	['ตลอดกาล'] = true,	
	['ตลอดไป'] = true,	
},

--------------------------------------------------------------------------------
-- Group hierarchy
--------------------------------------------------------------------------------

-- This table maps each group to all groups that have a superset of the original
-- group's page editing permissions.
hierarchy = {
	sysop = {},
	uploader = {'sysop'},
	reviewer = {'sysop'},
	-- filemover = {'sysop'},
	-- templateeditor = {'sysop'},
	-- extendedconfirmed = {'sysop'},
	-- autoconfirmed = {'reviewer', 'filemover', 'templateeditor', 'extendedconfirmed'},
	user = {'autoconfirmed'},
	['*'] = {'user'}
},

--------------------------------------------------------------------------------
-- Wrapper templates and their default arguments
--------------------------------------------------------------------------------

-- This table contains wrapper templates used with the module, and their
-- default arguments. Templates specified in this table should contain the
-- following invocation, and no other template content:
--
-- {{#invoke:Protection banner|main}}
--
-- If other content is desired, it can be added between
-- <noinclude>...</noinclude> tags.
--
-- When a user calls one of these wrapper templates, they will use the
-- default arguments automatically. However, users can override any of the
-- arguments.
wrappers = {
	['แม่แบบ:ล็อก']										= {},
	['แม่แบบ:ล็อกโต้แย้ง']									= {'dispute'},
	['แม่แบบ:ล็อกย้าย']									= {action = 'move', catonly = 'yes'},
	['แม่แบบ:ป้องกันย้าย']									= {action = 'move', catonly = 'yes'},
	['แม่แบบ:กึ่งล็อก']										= {},
	['แม่แบบ:กึ่งล็อก2']									= {small = true},	
	['แม่แบบ:กึ่งล็อกแม่แบบ']								= {'template', small = true},
	['แม่แบบ:ล็อกแม่แบบ']									= {'template', small = true},
	['แม่แบบ:ป้องกันอัปโหลด']								= {action = 'upload'},
	['แม่แบบ:ป้องกันก่อกวน']									= {'vandalism'},
	-- ['แม่แบบ:Move-protected due to a dispute']		= {'dispute', action = 'move', catonly = 'yes'},
	-- ['แม่แบบ:Move-protected due to vandalism']		= {'vandalism', action = 'move', catonly = 'yes'},
	-- ['แม่แบบ:Office-protected']						= {'office'},
	-- ['แม่แบบ:Pending changes–protected']				= {action = 'autoreview', small = true},
	-- ['แม่แบบ:Protected due to sockpuppetry']			= {'sock'},
	-- ['แม่แบบ:ป้องกันหน้าคุยผู้ใช้ที่ถูกบล็อก']					= {'usertalk'},
},

--------------------------------------------------------------------------------
-- 
--                                 MESSAGES
-- 
--------------------------------------------------------------------------------

msg = {

--------------------------------------------------------------------------------
-- Intro blurb and intro fragment
--------------------------------------------------------------------------------

-- These messages specify what is produced by the ${INTROBLURB} and
-- ${INTROFRAGMENT} parameters. If the protection is temporary they use the
-- intro-blurb-expiry or intro-fragment-expiry, and if not they use
-- intro-blurb-noexpiry or intro-fragment-noexpiry.
-- It is possible to use banner parameters in these messages.
['intro-blurb-expiry'] = '${PROTECTIONBLURB} จนถึง ${EXPIRY}',
['intro-blurb-noexpiry'] = '${PROTECTIONBLURB}',
['intro-fragment-expiry'] = '${PROTECTIONBLURB} จนถึง ${EXPIRY} ', -- ตั้งใจเว้นช่องว่าง
['intro-fragment-noexpiry'] = '${PROTECTIONBLURB} ', -- ตั้งใจเว้นช่องว่าง

--------------------------------------------------------------------------------
-- Tooltip blurb
--------------------------------------------------------------------------------

-- These messages specify what is produced by the ${TOOLTIPBLURB} parameter.
-- If the protection is temporary the tooltip-blurb-expiry message is used, and
-- if not the tooltip-blurb-noexpiry message is used.
-- It is possible to use banner parameters in these messages.
['tooltip-blurb-expiry'] = '${PAGETYPE}นี้ถูก${PROTECTIONLEVEL}จนถึง${EXPIRY}',
['tooltip-blurb-noexpiry'] = '${PAGETYPE}นี้ถูก${PROTECTIONLEVEL}',
['tooltip-fragment-expiry'] = '${PAGETYPE}นี้ถูก${PROTECTIONLEVEL}จนถึง${EXPIRY} ', -- ตั้งใจเว้นช่องว่าง
['tooltip-fragment-noexpiry'] = '${PAGETYPE}นี้ถูก${PROTECTIONLEVEL} ', -- ตั้งใจเว้นช่องว่าง

--------------------------------------------------------------------------------
-- Special explanation blurb
--------------------------------------------------------------------------------

-- An explanation blurb for pages that cannot be unprotected, e.g. for pages
-- in the MediaWiki namespace.
-- It is possible to use banner parameters in this message.
['explanation-blurb-nounprotect'] = 'โปรดดูที่[[วิกิพีเดีย:นโยบายการป้องกัน|'
	.. 'นโยบายการป้องกัย]]และ${PROTECTIONLOG}สำหรับรายละเอียดเพิ่มเติม'
	.. ' โปรดเสนอการเปลี่ยนแปลงใน${TALKPAGE} คุณสามารถ${EDITREQUEST}ให้'
	.. '[[วิกิพีเดีย:ผู้ดูแลระบบ|ผู้ดูแลระบบ]]เพื่อดำเนินการแทนเมื่อการแก้ไข[[วิธีใช้:การแก้ไขเล็กน้อย'
	.. '|ที่ไม่มีข้อโต้แย้ง]]หรือมี[[วิกิพีเดีย:ความเห็นพ้อง|ความเห็นพ้อง]]รองรับ',

--------------------------------------------------------------------------------
-- Protection log display values
--------------------------------------------------------------------------------

-- These messages determine the display values for the protection log link
-- or the pending changes log link produced by the ${PROTECTIONLOG} parameter.
-- It is possible to use banner parameters in these messages.
['protection-log-display'] = 'ปูมการป้องกัน',
['pc-log-display'] = 'pending changes log',

--------------------------------------------------------------------------------
-- Current version display values
--------------------------------------------------------------------------------

-- These messages determine the display values for the page history link
-- or the move log link produced by the ${CURRENTVERSION} parameter.
-- It is possible to use banner parameters in these messages.
['current-version-move-display'] = 'ชื่อเรื่องปัจจุบัน',
['current-version-edit-display'] = 'รุ่นปัจจุบัน',

--------------------------------------------------------------------------------
-- Talk page
--------------------------------------------------------------------------------

-- This message determines the display value of the talk page link produced
-- with the ${TALKPAGE} parameter.
-- It is possible to use banner parameters in this message.
['talk-page-link-display'] = 'หน้าคุย',

--------------------------------------------------------------------------------
-- Edit requests
--------------------------------------------------------------------------------

-- This message determines the display value of the edit request link produced
-- with the ${EDITREQUEST} parameter.
-- It is possible to use banner parameters in this message.
['edit-request-display'] = 'ส่งคำขอแก้ไข',

--------------------------------------------------------------------------------
-- Expiry date format
--------------------------------------------------------------------------------

-- This is the format for the blurb expiry date. It should be valid input for
-- the first parameter of the #time parser function.
['expiry-date-format'] = 'j F xkY เวลา H:i e',

--------------------------------------------------------------------------------
-- Tracking categories
--------------------------------------------------------------------------------

-- These messages determine which tracking categories the module outputs.
['tracking-category-incorrect'] = 'หน้าที่ใช้แม่แบบระดับการป้องกันไม่ถูกต้อง',
['tracking-category-template'] = 'Wikipedia template-protected pages other than templates and modules',

--------------------------------------------------------------------------------
-- Images
--------------------------------------------------------------------------------

-- These are images that are not defined by their protection action and protection level.
['image-filename-indef'] = 'Full-protection-shackle-block.svg',
['image-filename-default'] = 'Transparent.gif',

--------------------------------------------------------------------------------
-- End messages
--------------------------------------------------------------------------------
}

--------------------------------------------------------------------------------
-- End configuration
--------------------------------------------------------------------------------
}