Module:Quotations/gmq-ogt/data
- පහත දැක්වෙන උපදෙස්, Module:documentation/functions/Quotation මගින් ජනනය කොට ඇත. [සංස්කරණය කරන්න]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
This module contains data for works in Old Gutnish and is used to format the parameters of {{Q|gmq-ogt|...}}
.
local data = {}
data.authorAliases = {
--Empty for now
}
-- Texts
data[false] = {
rlFormat1 = {'s:sv:Gutniska_urkunder/', '.rlTitle', '#kap', '.ref1'},
works = {
['Guta lag'] = {
['rlTitle'] = 'Guta Lag',
['wLink'] = 'Gutalagen',
['year'] = 'c. 1220 CE',
['rlFormat'] = 1
},
['Guta saga'] = {
['rlTitle'] = 'Guta Saga',
['wLink'] = 'Gutasaga',
['year'] = 'c. 1300 CE',
['rlFormat'] = 1
}
},
aliases = {
['Gutalag'] = 'Guta lag',
['Gutasaga'] = 'Guta saga'
}
}
return {['data'] = data}