Module:Quotations/peo/data
< Module:Quotations | peo
- පහත දැක්වෙන උපදෙස්, Module:documentation/functions/Quotation මගින් ජනනය කොට ඇත. [සංස්කරණය කරන්න]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
This module contains data for works in Old Persian and is used to format the parameters of {{Q|peo|...}}
.
local data = {}
data.Sundry = {}
data.authorAliases = {
}
data[false] = {}
data[false].works = {
['AmH'] = {['reroute'] = {['author']='Ariaramnes', ['work']='AmH'}},
['AsH'] = {['reroute'] = {['author']='Arsames', ['work']='AsH'}},
['CMa'] = {['reroute'] = {['author']='Cyrus', ['work']='CMa'}},
['CMb'] = {['reroute'] = {['author']='Cyrus', ['work']='CMb'}},
['CMc'] = {['reroute'] = {['author']='Cyrus', ['work']='CMc'}},
['DB1'] = {['reroute'] = {['author']='Darius I', ['work']='DB1'}},
['DB2'] = {['reroute'] = {['author']='Darius I', ['work']='DB2'}},
['DSe'] = {['reroute'] = {['author']='Darius I', ['work']='DSe'}},
}
data["Ariaramnes"] = {}
data["Ariaramnes"].year = 'c. 640 - 600 BCE'
data["Ariaramnes"].aLink = 'Ariaramnes'
data["Ariaramnes"].works = {
['AmH'] = {},
}
data["Arsames"] = {}
data["Arsames"].year = 'c. 520 BCE'
data["Arsames"].aLink = 'Arsames'
data["Arsames"].works = {
['AsH'] = {},
}
data["Cyrus"] = {}
data["Cyrus"].year = '559 - 530 BCE'
data["Cyrus"].aLink = 'Cyrus the Great'
data["Cyrus"].works = {
['CMa'] = {},
['CMb'] = {},
['CMc'] = {},
}
data["Darius I"] = {}
data["Darius I"].year = '522 - 486 BCE'
data["Darius I"].aLink = 'Darius I'
data["Darius I"].works = {
['DSe'] = {},
['DB1'] = {},
['DB2'] = {},
}
return {['data'] = data}