Module:Quotations/mxi/data

Hello, you have come here looking for the meaning of the word Module:Quotations/mxi/data. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:Quotations/mxi/data, but we will also tell you about its etymology, its characteristics and you will know how to say Module:Quotations/mxi/data in singular and plural. Everything you need to know about the word Module:Quotations/mxi/data you have here. The definition of the word Module:Quotations/mxi/data will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:Quotations/mxi/data, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

This module contains data for works in Mozarabic and is used to format the parameters of {{Q|mxi|...}}.


local function new_work(author, year)
	return {
		year = year or "c. 1100",
		author = ({
			 = "]",
			 = "]",
			 = "]",
			 = "]",
		}) or author,
	};
end

local works = {
	-- ARABIC
	A1 = new_work("Muhammad ibn ʕubada"),
	A4 = new_work(),
	A5 = new_work("al-Aʕmā"),
	A8 = new_work("al-Aʕmā"),
	A12 = new_work("ibn Baqī"),
	A14 = new_work(),
	A16 = new_work(),
	A17 = new_work("al-Aʕmā"),
	A19 = new_work("al-Aʕmā"),
	A22 = new_work("al-Aʕmā"),
	A29 = new_work("ibn al-Labbāna"),
	A32 = new_work("ibn al-Rafiʕ Raʔsuh"),
	A41 = new_work("al-Aʕmā"),

	-- HEBREW
	H1 = new_work("Judah Halevi"),
	H3 = new_work("Judah Halevi"),
	H5 = new_work(),
	H9 = new_work("Judah Halevi"),
	H12 = new_work(),
	H14 = new_work("Judah Halevi"),
	H15 = new_work(),
	H17 = new_work(),
	H18 = new_work("Yosef al-Katib", "c. 1000"),
	H24 = new_work(),
	H25 = new_work("Yosef al-Katib"),
};

local aliases = {};
for i, v in pairs(works) do
	works = works;
	aliases = 'Kharja '..i;
end

return { data = {
	authorAliases = {},
	 = { works = works, aliases = aliases }
} };