بەڵگەدارکردنی مۆدیوول[دروست بکە]
local main = {
	template_name = "قورئان",
	translate_page = {
		{page="Quran/tafsir/asan", first=1, last = 57},
		{page="Quran/tafsir/asan2", first = 58, last = 114}
	}
}

local default = {
	shape = "text",
	aya_symbol_template = "ژمارەی ئایەت",
	translate = false
}

local aliases = {
    [1]				= {1},
    ["soura"]       = {"سووڕەت", "سوورەت", "soura"},
    ["from_aya"]    = {2, "ئایەت", "ئایەتی", "لە ئایەتی", "aya", "from aya"},
    ["to_aya"]      = {"بۆ ئایەتی", "to aya"},
    ["from_word"]   = {"لە وشەی", "from word",},
    ["to_word"]     = {"بۆ وشەی", "to word",},
    ["addition_ayat"]   = {3, "ئایەتی زیادە", "ژمارە", "addition ayat"},
    ["shape"]       = {"شێوە", "shape"},
    ["aya_template"]	= {"داڕێژەی ژمارەی ئایەت", "داڕێژەی ئایەت", "aya template"},
    ["search"]      = {"گەڕان", "search"},
    ["user_text"]   = {"دەق", "text"},
    ["s"]           = {"س", "s"}, -- ئەگەر تەنیا دەقەکە دانرابێت
    ["a"]           = {"ئ", "a"}, -- ئەگەر تەنیا دەقەکە دانرابێت
    ["viewtemplate"] = {"پیشاندانی داڕێژە", "viewtemplate"},
    ["no-cite"]		= {"بێسەرچاوە", "no-cite"},
	["translate"]	= {"کوردی", "translate"}
}

local shape_aliases = {
    ["text"]      = {"ڕێنووسی", "text"},
    ["KFGQPC"]    = {"مەدینە", "مەدینە حەفس", "KFGQPC"},
    ["Othmani"]   = {"یونیکۆد", "عوسمانی", "Othmani"}
}

local msgs = {
	["soura_num_err"]	= "ژمارەی سووڕەت لە دەرەوەی مەودایە (دەبێت لەنێوان ١-١١٤ بێت)",
	["soura_name_err"]	= "ھەڵە لە ناوی سووڕەتەکەدا ھەیە",
	["from_aya_err"]	= "ئایەتی یەکەم لە مەودای سووڕەتی $1 ($2) نییە",
	["to_aya_err"]	= "ئایەتی کۆتایی لە مەودای سووڕەتی $1 ($2)",
	["from_word_err"]	= "یەکەم وشە نەدۆزرایەوە",
	["to_word_err"]	= "کۆتا وشە نەدۆزرایەوە",
    ["no_result"] = "ھیچ ئەنجامێک نییە"
}

local presentation = {
	-- The shape of numbers. Empty string mean numbers will not changed
	["numbers_shape"]	= "٠١٢٣٤٥٦٧٨٩",
	["quran"]			= '<span class="quran-parenthesis">﴿</span><span class="quran-$1">$2</span><span class="quran-parenthesis">﴾</span>',
	["cite_quran"]		= '&nbsp;<small class="quran-cite">&#91;[[سووڕەتی $1|$1]]$2&#93;</small>',
	["error"]			= '[[$1]]: <strong class="error">$2</strong>',
	["ژمارەی ئایەت"] 		= '<span class="end-of-aya"><span class="aya-sym">۝</span><span class="aya-num">$1</span></span>',
	["translate"]		= '&nbsp;(<small>[[وەرگێڕاوەکانی قورئان بۆ زمانی کوردی|کوردی]]</small>: <span style="color: #012">$1</span>)'
}

return {
    main = main,
	default = default,
	aliases = aliases,
	shape_aliases = shape_aliases,
	msgs = msgs,
	presentation = presentation
}