Module:Quotations/gmq-ogt/data
Appearance
- The following documentation is generated by Module:documentation/functions/Quotation. [edit]
- Useful links: root page • root page’s subpages • links • 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}