Module:Quotations/gmq-pro/data
- පහත දැක්වෙන උපදෙස්, Module:documentation/functions/Quotation මගින් ජනනය කොට ඇත. [සංස්කරණය කරන්න]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
This module contains data for works in Proto-Norse and is used to format the parameters of {{Q|gmq-pro|...}}
.
local data = {}
data.authorAliases = {
--Empty for now
}
-- Inscriptions
data[false] = {
works = {
['Björketorp stone'] = {
['wLink'] = 'Björketorp Runestone',
['year'] = 'c. 600–650 AD'
},
['Gummarp stone'] = {
['wLink'] = 'Gummarp Runestone',
['year'] = 'c. 600–650 AD'
},
['Hogganvik stone'] = {
['wLink'] = 'Hogganvik runestone',
['year'] = 'c. 150–400 AD'
},
['Istaby stone'] = {
['wLink'] = 'Istaby Runestone',
['year'] = 'c. 600–650 AD'
},
['Nydam II strap-end (SJy 68)'] = {
['year'] = 'c. 250–320 AD'
},
['Stentoften stone'] = {
['wLink'] = 'Stentoften Runestone',
['year'] = 'c. 600–650 AD'
},
},
aliases = {
['Björketorp'] = 'Björketorp stone',
['Gummarp'] = 'Gummarp stone',
['Hogganvik'] = 'Hogganvik stone',
['Istaby'] = 'Istaby stone',
['Nydam II'] = 'Nydam II strap-end (SJy 68)',
['Stentoften'] = 'Stentoften stone'
}
}
return {['data'] = data}