Module:Quotations/gmq-pro/data

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',
			['style'] = 'no',
			['year'] = 'c. 600–650 AD',
			['refn'] = '<ref>{{R:RuneS|93|Bl 6}}</ref>'
		},
		['Eidsvåg stone'] = {
			['style'] = 'no',
			['year'] = 'c. 150–500 AD',
			['notes'] = '(N KJ92)',
			['refn'] = '<ref>{{R:RuneS|88|N KJ92}}</ref>'
		},
		['Gummarp stone'] = {
			['wLink'] = 'Gummarp Runestone',
			['style'] = 'no',
			['year'] = 'c. 550–650 AD',
			['refn'] = '<ref>{{R:RuneS|91|Bl 2}}</ref>'
		},
		['Hogganvik stone'] = {
			['wLink'] = 'Hogganvik Runestone',
			['style'] = 'no',
			['year'] = 'c. 150–450 AD',
			['notes'] = '(N Viking2011;28)',
			['refn'] = '<ref>{{R:RuneS|436|N Viking2011;28}}</ref>'
		},
		['Istaby stone'] = {
			['wLink'] = 'Istaby Runestone',
			['style'] = 'no',
			['year'] = 'c. 550–650',
			['refn'] = '<ref>{{R:RuneS|94|Bl 4}}</ref>'
		},
		['Nydam 1 strap-end'] = {
			['year'] = 'c. 290–310 AD',
			['style'] = 'no',
			['notes'] = '(SJy 68)',
			['refn'] = '<ref>{{R:RuneS|370|SJy 68}}</ref>'
		},
		['Stentoften stone'] = {
			['wLink'] = 'Stentoften Runestone',
			['style'] = 'no',
			['year'] = 'c. 550–650 AD',
			['refn'] = '<ref>{{R:RuneS|92|Bl 3}}</ref>'

		},
		['Thorsberg chape'] = {
			['wLink'] = 'Thorsberg chape',
			['style'] = 'no',
			['year'] = 'c. 160–240 AD',
			['notes'] = '(Sl 11, DR 7, KJ20)',
			['refn'] = '<ref>{{R:RuneS|14|Sl 11}}</ref>'

		},
		['Vimose comb'] = {
			['wLink'] = 'Vimose comb',
			['style'] = 'no',
			['year'] = 'c. 150–160 AD',
			['notes'] = '(DR 207, KJ26)',
			['refn'] = '<ref>{{R:RuneS|20|Fyn 19}}</ref>'

		},
	},
	aliases = {
		['Björketorp'] = 'Björketorp stone',
		['Eidsvåg'] = 'Eidsvåg stone',
		['Gummarp'] = 'Gummarp stone',
		['Hogganvik'] = 'Hogganvik stone',
		['Istaby'] = 'Istaby stone',
		['Nydam 1'] = 'Nydam 1 strap-end',
		['Stentoften'] = 'Stentoften stone'
	}
}

return {['data'] = data}