Dallime mes rishikimeve të "Moduli:utilities/data"

Nga Enciklopedi Puro Shqiptare
Jump to navigation Jump to search
(Krijoi faqen me "local data = {} -- Namespaces which format_categories will allow: (main), Appendix, Thesaurus, Citations, Reconstruction data.category_namespaces = require("Module:table").listToSet{0, 100, 110, 114, 118} -- Script that should be applied to links in categories. data.catfix_scripts = { ["ab"] = "Cyrl", ["ae"] = "Avst", ["ar"] = "Arab", ["ary"] = "Arab", ["be"] = "Cyrl", ["cmn"] = "Hani", ["cu"] = "Cyrs", ["de"] = "Latn", ["el"] = "Grek", ["en"] = "Latn", ["fa"]...")
 
v (Kujdestari7 zhvendosi faqen Moduli:utilitiespopo/data te Moduli:utilities/data pa lënë një ridrejtim: typo upper case U)
 
(3 rishikime të ndërmjetme të pashfaqura nga i njëjti përdorues)
(Pa ndryshime)

Versioni aktual i datës 10 gusht 2025 08:12

Udhëzuesi për këtë modul mund të krijohet te Moduli:utilities/data/doc.

local data = {}

-- Namespaces which format_categories will allow: (main), Appendix, Thesaurus, Citations, Reconstruction
data.category_namespaces = require("Module:table").listToSet{0, 100, 110, 114, 118}

-- Script that should be applied to links in categories.
data.catfix_scripts = {
	["ab"] = "Cyrl",
	["ae"] = "Avst",
	["ar"] = "Arab",
	["ary"] = "Arab",
	["be"] = "Cyrl",
	["cmn"] = "Hani",
	["cu"] = "Cyrs",
	["de"] = "Latn",
	["el"] = "Grek",
	["en"] = "Latn",
	["fa"] = "fa-Arab",
	["grc"] = "Polyt",
	["he"] = "Hebr",
	["hi"] = "Deva",
	["hu"] = "Latn",
	["ja"] = "Jpan",
	["ka"] = "Geor",
	["ko"] = "Kore",
	["mr"] = "Deva",
	["nan-hbl"] = "Hani",
	["orv"] = "Cyrs",
	["ro"] = "Latn",
	["ru"] = "Cyrl",
	["sa"] = "Deva",
	["sq"] = "Latn",
	["syl"] = "Sylo",
	["xfa"] = "Ital",
	["yue"] = "Hani",
	["zh"] = "Hani",
	["zle-ono"] = "Cyrs",
	["zle-ort"] = "Cyrs",
--[[
	[""] = "",
]]
}

return data