মডিউল:Quotations/gmq-pro/data

উইকিঅভিধান, মুক্ত অভিধান থেকে

এই মডিউলের জন্য মডিউল:Quotations/gmq-pro/data/নথি-এ নথিপত্র তৈরি করা হয়ে থাকতে পারে

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}