Module:User:Sarri.greek/accent qualifier/data

From Wiktionary, the free dictionary
Jump to navigation Jump to search
-- 2024.03.24. [[wikt:en:User:Sarri.greek]] -- renamed byz to med
-- this is part of [[Module:accent qualifier/data]] -- I need the part about greek language

--!! see these at [[Template:User:Sarri.greek/grk-IPA-mod]]

local labels = {}
local aliases = {}

local CE = '<small class="ce-date2">CE</small>'
local BCE = '<small class="ce-date2">BCE</small>'


labels["grk-cla"] = {
	link = "Ancient Greek phonology",
	tip = 'Ancient Greek phonology as in the Attic dialect of the 5th century BCE at Wikipedia',
	display = '<small>5<sup>th</sup> c. BCE Attic dialect<span style="color:#ffffff;">xxxxxxxxxx</span></small>'
}

labels["grk-cla-only"] = {
	link = "Ancient Greek phonology",
	tip = 'Ancient Greek phonology as in the Attic dialect of the 5th century BCE at Wikipedia',
	display = '<small>5<sup>th</sup> c. BCE Attic</small>'
}


labels["grk-el"] = {
	link = "Modern Greek phonology",
	tip = 'Standard Modern Greek phonology after the 1950s - Modern Greek phonology at Wikipedia',
	display = '<small>20<sup>th</sup> c. Standard Modern Greek<span style="color:#ffffff;">xxx</span></small>'
}
labels["grk-el-only"] = {
	link = "Modern Greek phonology",
	tip = 'Standard Modern Greek phonology after the 1950s - Modern Greek phonology at Wikipedia',
	display = '<small>20<sup>th</sup> c. Standard Modern Greek</small>'
}

labels["grk-koi1"] = {
	link = "Koine_Greek_phonology#Egyptian_Greek,_mid_2nd_century_BC",
	tip = 'Hellenistic Koine phonology of Egyptian Greek, 1st century BCE at Wikipedia',
	display = '<small>1<sup>st</sup> c. CE Koine of Egypt<span style="color:#ffffff;">xxxxxxxxx</span></small>'
}
labels["grk-koi1-only"] = {
	link = "Koine_Greek_phonology#Egyptian_Greek,_mid_2nd_century_BC",
	tip = 'Hellenistic Koine phonology of Egyptian Greek, 1st century BCE at Wikipedia',
	display = '<small>1<sup>st</sup> c. CE Koine of Egypt</small>'
}

labels["grk-koi2"] = {
	link = "Koine_Greek_phonology#4th_century_AD",
	tip = 'Hellenistic Koine Greek phonology of the 4th century CE at Wikipedia',
	display = '<small>4<sup>th</sup> c. CE Koine<span style="color:#ffffff;">xxxxxxxxxxxxxxxxx</span></small>'
}
labels["grk-koi2-only"] = {
	link = "Koine_Greek_phonology#4th_century_AD",
	tip = 'Hellenistic Koine Greek phonology of the 4th century CE at Wikipedia',
	display = '<small>4<sup>th</sup> c. CE Koine</small>'
}


labels["grk-med1"] = {
	link = "Medieval_Greek#Phonetics_and_phonology", -- cannot put |Medieval Greek, phonology -- FIX that at main page
	tip = 'Medieval Greek phonology at Wikipedia',
	display = '<small>10<sup>th</sup> c. Medieval<span style="color:#ffffff;">xxxxxxxxxxxxxxxx</span></small>'
}
labels["grk-med1-only"] = {
	link = "Medieval_Greek#Phonetics_and_phonology", -- cannot put |Medieval Greek, phonology -- FIX that at main page
	tip = 'Medieval Greek phonology at Wikipedia',
	display = '<small>10<sup>th</sup> c. Medieval</small>'
}

labels["grk-med2"] = {
	link = "Medieval_Greek#Phonetics_and_phonology",
	tip = 'Medieval Greek phonology at Wikipedia',
	display = '<small>15<sup>th</sup> c. Medieval of Constantinople</small>'
}
labels["grk-med2-only"] = {
	link = "Medieval_Greek#Phonetics_and_phonology",
	tip = 'Medieval Greek phonology at Wikipedia',
	display = '<small>15<sup>th</sup> c. Medieval of Constantinople</small>'
}



-- what is this?
labels["standard"] = {
	display = "standard"
}
aliases["Standard"] = "standard"


return { labels = labels, aliases = aliases }