Content deleted Content added
added Arabic script formatting |
HTML `lang` and `title` |
||
Line 64:
end
local spannedLatin = "<span title=\"Crimean Tatar-language text\" lang=\"crh-Latn\">" .. latinText .. "</span>"
if lead and not labelOnly and link then
table.insert(parts, "[[Latin alphabet|Latin]]: ''" ..
elseif lead and not labelOnly and link then
table.insert(parts, "Latin: ''" ..
else
table.insert(parts, "''" ..
end
if cyrillicText
local spannedCyrillic = "<span title=\"Crimean Tatar-language text\" lang=\"crh-Cyrl\">" .. cyrillicText .. "</span>"
table.insert(parts, "[[Cyrillic script|Cyrillic]]: " ..
elseif cyrillicText and not labelOnly and not link then
table.insert(parts,
elseif cyrillicText and labelOnly then
end▼
table.insert(parts, spannedCyrillic)
▲ end
end
if arabicText then
local
if
table.insert(parts, "[[Arabic script|Arabic]]: " ..
elseif
table.insert(parts, "Arabic: " ..
elseif
table.insert(parts,
end
end
|