Module:Quotations/scn/data
< Module:Quotations | scn
- පහත දැක්වෙන උපදෙස්, Module:documentation/functions/Quotation මගින් ජනනය කොට ඇත. [සංස්කරණය කරන්න]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
This module contains data for works in Sicilian and is used to format the parameters of {{Q|scn|...}}
.
local data = {}
data.authorAliases = {
['Meli'] = 'Giovanni Meli', ['M.'] = 'Giovanni Meli',
}
data['Giovanni Meli'] = {
aLink = 'Giovanni Meli',
year = '1740–1815',
rlFormat1 = {'s:it:', '.rlTitle', '/', '.ref1', '#', '.ref2'},
works = {
['Don Chisciotti e Sanciu Panza'] = { year='1785–1787', ['rlTitle'] = 'Don Chisciotti e Sanciu Panza', ['rlFormat'] = 1}
},
aliases = { ['Don Chisciotti'] = 'Don Chisciotti e Sanciu Panza', ['DC.'] = 'Don Chisciotti e Sanciu Panza' },
}
return {['data'] = data}