Module:he:Dialects

Wiktionary වෙතින්

This module provides labels to the templates {{alter}}/{{alt}}, {{descendant}}/{{desc}} as well as the templates derived from Module:nyms ({{synonyms}}/{{syn}} etc.).

How-to[සංස්කරණය]

Additions take this form. Remove < > and the stuff between them and replace with the label you would like to use, the form you would like it to display as, and the Wikipedia entry (if any) that the label should link to. If you do not want to link to a Wikipedia article, simply remove the link line altogether.

data['<label>'] = {
	display = '<link text>',
	link = '<Wikipedia article>',
}

Blank form:

data[''] = {
	display = '',
	link = '',

local data = {}

data['Aramaic spelling'] = {
	display = 'Aramaic spelling'
}
data['arc'] = data['Aramaic spelling']

data['defective spelling'] = {
	display = '[[Appendix:Glossary#defective_spelling|defective spelling]]'
}
data['defective'] = data['defective spelling']
data['def'] = data['defective spelling']

data['excessive spelling'] = {
	display = '[[Appendix:Glossary#excessive_spelling|excessive spelling]]'
}
data['excessive'] = data['excessive spelling']
data['exc'] = data['excessive spelling']
data['plene'] = data['excessive spelling']

data['Paleo-Hebrew spelling'] = {
	display = '[[:Category:Paleo-Hebrew|Paleo-Hebrew]] spelling'
}
data['Paleo-Hebrew'] = data['Paleo-Hebrew spelling']
data['Palaeo-Hebrew'] = data['Paleo-Hebrew spelling']
data['Palaeo-Hebrew spelling'] = data['Paleo-Hebrew spelling']

return data
"https://si.wiktionary.org/w/index.php?title=Module:he:Dialects&oldid=55215" වෙතින් සම්ප්‍රවේශනය කෙරිණි