Module:li: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.

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

Blank form:

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

For alternative forms of the labels, use the following code:

aliases['<alternative form>'] = '<label with data table>'

aliases[''] = ''

local labels, aliases = {}, {}

labels['West Limburgish'] = {
	link = 'West Limburgish',
}
aliases['wli'] = 'West Limburgish'

labels['Central Limburgish'] = {
	link = 'Central Limburgish',
}
aliases['cli'] = 'Central Limburgish'

labels['North Limburgish'] = {
	link = 'South Guelderish',
}
aliases['nli'] = 'North Limburgish'

labels['East Limburgish'] = {
	link = 'East Limburgish',
}
aliases['eli'] = 'East Limburgish'

labels['Southeast Limburgish'] = {
	link = 'Southeast Limburgish',
} 
aliases['sli'] = 'Southeast Limburgish'

labels['Hasselt'] = {
	link = 'Hasselt dialect',
}
aliases['Hessels'] = 'Hasselt'

labels['Tongeren'] = {
	link = 'Tongeren dialect',
}
aliases['Tungers'] = 'Tongeren'

labels['Maastrichtian'] = {
	link = 'Maastrichtian Limburgish',
}
aliases['Mestreechs'] = 'Maastrichtian'
aliases['Maastricht'] = 'Maastrichtian'

labels['Weert'] = {
	link = 'Weert dialect',
} 
aliases['Wieërts'] = 'Weert'

labels['Montfortian'] = {
	link = 'Montfortian dialect',
}
aliases['Montfort'] = 'Montfortian'
aliases['Mofers'] = 'Montfortian'

labels['Roermond'] = {
	link = 'Roermond dialect',
}
aliases['Remunjs'] = 'Roermond'

labels['Venlo'] = {
	link = 'Venlo dialect',
}
aliases['Venloos'] = 'Venlo'

labels['Sittard'] = {
	link = 'Sittard dialect',
}
aliases['Zittesj'] = 'Sittard'

labels['Heerlen'] = {
	link = 'Heerlen dialect',
}
aliases['Heëlesj'] = 'Heerlen'

labels['Eupen'] = {
	link = 'Eupen dialect',
}
aliases['Eupener'] = 'Eupen'

labels['Krefeld'] = {
	link = 'Krefeld dialect',
}
aliases['Krieewelsch'] = 'Krefeld'

labels['Rheinische Dokumenta spelling'] = {
	display = 'Rheinische Dokumenta spelling',
	link = 'Rheinische Dokumenta',
}
aliases['rhedok'] = 'Rheinische Dokumenta spelling'
aliases['Rheinische Dokumenta'] = 'Rheinische Dokumenta spelling'

labels['Veldeke spelling'] = {
	display = 'Veldeke spelling',
	link = 'Veldekespelling',
}
aliases['Veldeke'] = 'Veldeke spelling'

return {
	labels = labels,
	aliases = aliases,
}
"https://si.wiktionary.org/w/index.php?title=Module:li:Dialects&oldid=55237" වෙතින් සම්ප්‍රවේශනය කෙරිණි