Module:pl: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 labels = {}
labels['Middle Polish'] = {
	link = 'Middle Polish',
	display = 'Middle Polish',
}
labels['pl-pre-1816'] = {
	link = 'History_of_Polish_orthography#19th_century',
	display = 'Pre-reform orthography (1816)',
}
labels['pl-pre-1936'] = {
	link = 'History_of_Polish_orthography#1936_Reform',
	display = 'Pre-reform orthography (1936)',
}

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