Module:Footnotes/whitelist: Difference between revisions

From All Skies Encyclopaedia
imported>Jonesey95
(whitespace in pattern)
imported>Hike395
(fix bad data in whitelist)
 
(160 intermediate revisions by 10 users not shown)
Line 11: Line 11:
local wrapper_template_defaults = { -- keys are canonical template names
local wrapper_template_defaults = { -- keys are canonical template names
['Americana'] = {'Rines', '1920'}, -- tables with default name and default year
['Americana'] = {'Rines', '1920'}, -- tables with default name and default year
['Cite bryonames'] = {'BrindaAtwood', ''},
['Cite EB1911'] = {'Chisholm', '1911'}, -- tables with default name and default year
['Cite EB1911'] = {'Chisholm', '1911'}, -- tables with default name and default year
['Encyclopaedia Islamica'] = {'Islamica', ''},
['EB1911'] = {'Chisholm', '1911'},
['EB1911'] = {'Chisholm', '1911'},
['EI3'] = {'FleetKrämerMatringeNawas', ''},
['EI3'] = {'FleetKrämerMatringeNawas', ''},
['Cite NatureServe'] = {'NatureServe', ''},
['ODNB'] = {'', ''}, -- there is no default anchor ID; this forces evaluation of {{cite ODNB}} redirects
['ODNB'] = {'', ''}, -- there is no default anchor ID; this forces evaluation of {{cite ODNB}} redirects
['PLANTS'] = {'NRCS', ''},
}
}


Line 30: Line 34:


]]
]]

-- Helper function to create Encyclopedia Iranica volume table

local iranica_years = {
['1'] = 1985,
['1/1'] = 1982, ['1/2'] = 1982, ['1/3'] = 1983, ['1/4'] = 1983, ['1/5'] = 1983, ['1/6'] = 1984, ['1/7'] = 1984,
['2'] = 1987,
['2/1'] = 1985, ['2/2'] = 1985, ['2/3'] = 1986, ['2/4'] = 1986, ['2/5'] = 1986, ['2/6'] = 1986,
['3'] = 1989,
['3/1'] = 1987, ['3/2'] = 1987, ['3/3'] = 1988, ['3/4'] = 1988, ['3/5'] = 1988, ['3/6'] = 1988, ['3/7'] = 1988, ['3/8'] = 1988,
['4'] = 1990,
['4/1'] = 1989, ['4/2'] = 1989, ['4/3'] = 1989, ['4/4'] = 1989, ['4/5'] = 1989, ['4/6'] = 1990, ['4/7'] = 1990, ['4/8'] = 1989,
['5'] = 1992,
['5/1'] = 1990, ['5/2'] = 1990, ['5/3'] = 1991, ['5/4'] = 1991, ['5/5'] = 1991, ['5/6'] = 1991,
['6'] = 1993,
['6/1'] = 1992, ['6/2'] = 1992,
['7'] = 1996,
['7/1'] = 1994, ['7/2'] = 1994, ['7/3'] = 1994, ['7/4'] = 1995, ['7/5'] = 1995, ['7/6'] = 1995,
['8'] = 1998,
['8/1'] = 1997, ['8/2'] = 1997, ['8/3'] = 1997,
['9'] = 1999,
['9/1'] = 1998,
['10'] = 2001,
['10/1'] = 1999, ['10/2'] = 2000, ['10/3'] = 2000, ['10/4'] = 2000,
['11'] = 2003,
['11/1'] = 2001, ['11/2'] = 2002, ['11/3'] = 2002, ['11/4'] = 2002, ['11/5'] = 2002,
['12'] = 2004,
['12/1'] = 2003, ['12/2'] = 2003, ['12/3'] = 2003,
['13'] = 2006,
['13/1'] = 2004, ['13/2'] = 2004, ['13/3'] = 2004, ['13/4'] = 2004,
['14'] = 2008,
['14/1'] = 2007, ['14/2'] = 2007, ['14/3'] = 2007,
['15'] = 2011,
['15/1'] = 2009, ['15/2'] = 2009, ['15/3'] = 2009, ['15/4'] = 2010, ['15/5'] = 2010, ['15/6'] = 2011,
['16'] = 2020,
['16/1'] = 2012, ['16/2'] = 2013, ['16/3'] = 2017,
['default'] = '1982–2021'
}

local iranica_volumes = {}
for k, yr in pairs(iranica_years) do
iranica_volumes[k] = {'Yarshater', tostring(yr)}
end

-- Helper function to create "TDV Encyclopedia of Islam" volume table

local TDV_years = {
['1'] = '1988', ['2'] = '1989', ['3'] = '1991', ['4'] = '1991', ['5'] = '1992',
['6'] = '1992', ['7'] = '1993', ['8'] = '1993', ['9'] = '1994', ['10'] = '1994',
['11'] = '1995', ['12'] = '1995', ['13'] = '1996', ['14'] = '1996', ['15'] = '1997',
['16'] = '1997', ['17'] = '1998', ['18'] = '1998', ['19'] = '1999', ['20'] = '1999',
['21'] = '2000', ['22'] = '2000', ['23'] = '2001', ['24'] = '2001', ['25'] = '2002',
['26'] = '2002', ['27'] = '2003', ['28'] = '2003', ['29'] = '2004', ['30'] = '2005',
['31'] = '2006', ['32'] = '2006', ['33'] = '2007', ['34'] = '2007', ['35'] = '2008',
['36'] = '2009', ['37'] = '2009', ['38'] = '2010', ['39'] = '2010', ['40'] = '2011',
['41'] = '2012', ['42'] = '2012', ['43'] = '2013', ['44'] = '2013',
['Supplement 1'] = '2016', ['Supplement 2'] = '2016', ['default'] = '1988–2016'
}

local TDV_volumes = {}
for k, yr in pairs(TDV_years) do
TDV_volumes[k] = {'TDVIA', yr}
end


local wrapper_template_defaults_vol = { -- primary keys are canonical template names; TODO: do these keys have to be canonical template names?
local wrapper_template_defaults_vol = { -- primary keys are canonical template names; TODO: do these keys have to be canonical template names?
Line 78: Line 145:
['default'] = {'Baynes', '1875–1889'},
['default'] = {'Baynes', '1875–1889'},
},
},

['The Cambridge History of Iran'] = {
['1'] = {'Fischer', '1968'},
['2'] = {'Gershevitch', '1985'},
['3a'] = {'Yarshater', '1983'},
['3b'] = {'Yarshater', '1983'},
['4'] = {'Frye', '1975'},
['5'] = {'Boyle', '1968'},
['6'] = {'LockhartJackson', '1986'},
['7'] = {'AveryHamblyMelville', '1991'},
['default'] = {'', '1968–1991'}
},

['Encyclopædia Iranica'] = iranica_volumes,


['Encyclopaedia of Islam, New Edition'] = {
['Encyclopaedia of Islam, New Edition'] = {
Line 96: Line 177:
['default'] = {'BearmanBianquisBosworthvan_Donzel', '1960–2005'},
['default'] = {'BearmanBianquisBosworthvan_Donzel', '1960–2005'},
},
},

['TDV Encyclopedia of Islam'] = TDV_volumes,


['New Cambridge Medieval History'] = {
['New Cambridge Medieval History'] = {
Line 165: Line 248:
local wrapper_templates = { -- keys are names of wrapper templates and their redirects
local wrapper_templates = { -- keys are names of wrapper templates and their redirects
['Americana'] = wrapper_template_defaults['Americana'], -- canonical name; this template calls Cite Americana
['Americana'] = wrapper_template_defaults['Americana'], -- canonical name; this template calls Cite Americana

['Cite bryonames'] = wrapper_template_defaults['Cite bryonames'],
['Catholic Encyclopedia'] = wrapper_template_defaults_vol['Cite Catholic Encyclopedia'],
['Catholic Encyclopedia'] = wrapper_template_defaults_vol['Cite Catholic Encyclopedia'],
Line 189: Line 274:
['Cite EB9'] = wrapper_template_defaults_vol['Cite EB9'], -- canonical
['Cite EB9'] = wrapper_template_defaults_vol['Cite EB9'], -- canonical
['Eb9'] = wrapper_template_defaults_vol['Cite EB9'],
['Eb9'] = wrapper_template_defaults_vol['Cite EB9'],

['The Cambridge History of Iran'] = wrapper_template_defaults_vol['The Cambridge History of Iran'],
['Cambridge History of Iran'] = wrapper_template_defaults_vol['The Cambridge History of Iran'],

['Encyclopædia Iranica'] = wrapper_template_defaults_vol['Encyclopædia Iranica'],
['Encyclopædia Iranica Online'] = wrapper_template_defaults_vol['Encyclopædia Iranica'],
['Encyclopaedia Iranica'] = wrapper_template_defaults_vol['Encyclopædia Iranica'],
['Cite Encyclopædia Iranica Online'] = wrapper_template_defaults_vol['Encyclopædia Iranica'],

['Encyclopaedia Islamica'] = wrapper_template_defaults['Encyclopaedia Islamica'],
['TDV Encyclopedia of Islam'] = wrapper_template_defaults_vol['TDV Encyclopedia of Islam'],
['TDV İslâm Ansiklopedisi'] = wrapper_template_defaults_vol['TDV Encyclopedia of Islam'],


['Cite ODNB'] = wrapper_template_defaults['ODNB'], -- canonical
['Cite ODNB'] = wrapper_template_defaults['ODNB'], -- canonical
Line 212: Line 310:
['Encyclopaedia of Islam, THREE'] = wrapper_template_defaults['EI3'], -- canonical
['Encyclopaedia of Islam, THREE'] = wrapper_template_defaults['EI3'], -- canonical
['EI3'] = wrapper_template_defaults['EI3'],
['EI3'] = wrapper_template_defaults['EI3'],

['Cite NatureServe'] = wrapper_template_defaults['Cite NatureServe'],

['New Cambridge Medieval History'] = wrapper_template_defaults_vol['New Cambridge Medieval History'], -- canonical
['New Cambridge Medieval History'] = wrapper_template_defaults_vol['New Cambridge Medieval History'], -- canonical

['PLANTS'] = wrapper_template_defaults['PLANTS'],
['NRCS Plant Profile'] = wrapper_template_defaults['PLANTS'],
['NRCS Plants Profile'] = wrapper_template_defaults['PLANTS'],
['Cite PLANTS'] = wrapper_template_defaults['PLANTS'],
['Cite usda plants'] = wrapper_template_defaults['PLANTS'],
['The History of al-Tabari'] = wrapper_template_defaults_vol['The History of al-Tabari'], -- canonical
['The History of al-Tabari'] = wrapper_template_defaults_vol['The History of al-Tabari'], -- canonical
Line 219: Line 325:
['The History of al-Ṭabarī'] = wrapper_template_defaults_vol['The History of al-Tabari'], -- redirects
['The History of al-Ṭabarī'] = wrapper_template_defaults_vol['The History of al-Tabari'], -- redirects
}
}



--[[--------------------------< T E M P L A T E _ N A M E S >--------------------------------------------------
--[[--------------------------< T E M P L A T E _ N A M E S >--------------------------------------------------
Line 234: Line 339:
['Butt_Stations'] = {'Butt-Stations', 'Butt-stations'},
['Butt_Stations'] = {'Butt-Stations', 'Butt-stations'},
['Cam_Hist_Iran'] = {'Cambridge History of Iran', 'The Cambridge History of Iran'},
['Cam_Hist_Iran'] = {'Cambridge History of Iran', 'The Cambridge History of Iran'},
['DNB'] = {'Cite DNB', 'DNB', 'DNB Cite', 'Cite DNBSupp', 'DNBSupp', 'Cite DNB12', 'Cite DNBIE', 'DNB12', 'DNBIE'},
['DNB'] = {'Cite DNB', 'DNB', 'DNB Cite', 'Cite DNBSupp', 'DNBSupp', 'Cite DNB12', 'Cite DNBIE', 'DNB12', 'DNBIE', 'DNBfirst'},
['EI2'] = {'Encyclopaedia of Islam, New Edition','EI2'},
['ME-ref'] = {'ME-ref', 'Me-ref'},
['ME-ref'] = {'ME-ref', 'Me-ref'},
['ODB'] = {'ODB', 'Oxford Dictionary of Byzantium'},
['ODB'] = {'ODB', 'Oxford Dictionary of Byzantium'},
['ODLA'] = {'ODLA', 'Oxford Dictionary of Late Antiquity'},
['ODLA'] = {'ODLA', 'Oxford Dictionary of Late Antiquity'},
['NDB'] = {'Cite NDB', 'NDB'},
['NDB'] = {'Cite NDB', 'NDB'},
['Iranica'] = {'Encyclopædia Iranica Online', 'Encyclopædia Iranica', 'Encyclopaedia Iranica', 'Cite Encyclopædia Iranica Online'},
['Tabari'] = {'The History of al-Tabari','The History of al-Ṭabarī'}
}
}


--[[--------------------------< W R A P P E R _ T E M P L A T E _ P A T T E R N S >----------------------------


A list of pairs: each pair is a (list of wrapper templates, list of corresponding whitelisted patterns).
--[[--------------------------< S P E C I A L _ P A T T E R N S >----------------------------------------------

Lua patterns. These are scanned sequentially which costs time and processing far and above the time and processing
needed to index into whitelist{}. Do not create a pattern here if a normal whitelist entry or entries can be created.


The main code will sweep through the list of wrapper templates, checking if they are used, the match against corresponding whitelisted patterns.
]]
]]
local wrapper_template_patterns = {
{{'Acad','Alumni Cantabrigienses','Venn'},{'ACAD%u%u%u?%u?%d+%u%u?'}},
{{'Cite AHD','Australian Heritage Database'},{'AHD%d+'}},
{{'Cite Austrian gazette'},{'[BR]GBl_[12]%d%d%d%-?I?I?%/%d+','StGBl_[12]%d%d%d%/%d+','GBlÖ_[12]%d%d%d%/%d+'}},
{{'Cite Bach Digital harvard','BDh'},{'[%d%a_%pöüäß→]+_at_Bach_Digital'}},
{{'Cite DNB', 'DNB', 'DNB Cite', 'Cite DNBSupp', 'DNBSupp', 'Cite DNB12', 'Cite DNBIE', 'DNB12', 'DNBIE', 'DNBfirst'},
{'CITEREF%a[%a%-_\']*188[5-9]', -- 1885–1889
'CITEREF%a[%a%-_\']*189%d', -- 1890–1899
'CITEREF%a[%a%-_\']*190[0-1]', -- 1900–1901
'CITEREF%a[%a%-_\']*1903', -- 1903 IE
'CITEREF%a[%a%-_\']*1912', -- 1912 supplement
}},
{{'Cite gnis2','GNIS 0'},{'%a.*_USGS$'}},
{{'Historic Environment Scotland','HEScotland'},{'Historic_Environment_Scotland%u%u%u?%u?%d'}},
{{'London Gazette'},{'Gazette%d+'}},
{template_names['ME-ref'],{'Tolkien19%d%d'}},
{{'National Heritage List for England','Images of England','IoEEntry','Heritage Gateway',
'NHLE','English Heritage List entry','IoE','National Heritage List for England entry','Historic England',
'Historic England research records','Cite PastScape','PastScape','HERR'},{'Historic_England%d+'}},
{{'Cite QHR','Cite CHIMS'},{'QHR%d+'}}
}


local special_patterns = {
'CITEREFACAD%u%u%u?%u?%d+%u%u?', -- {{Acad}} ID appears to be 2-4 letters, then 3 numbers, then 1-2 letters
'CITEREFAHD%d+', -- {{Cite AHD}}
'CITEREFHistoric_England%d+', -- {{National Heritage List for England}} & {{PastScape}}
'CITEREFHistoric_Environment_Scotland%u%u%u?%u?%d', -- {{Historic Environment Scotland}} %u can be BTL, GLD, HMPA, LB, SM
'CITEREFQHR%d+', -- {{Cite QHR}}
'CITEREF[%d%a_%pöüäß→]+_at_Bach_Digital', -- {{BDh}}
'CITEREF[BGRS]t*[GB]B*lÖ* [12]%d%d%d%/%d+', -- {{Cite Austrian gazette}}
}


local noDefault = {'', ''}


-- ensure that all templates with patterns are classified as wrapper templates
--[[--------------------------< D N B _ S P E C I A L _ P A T T E R N S >--------------------------------------
for _, wtp in ipairs(wrapper_template_patterns) do

for _, t in ipairs(wtp[1]) do
Lua patterns. Note at special_patterns applies. These for the DNB templates only; these will be tried only when
if not wrapper_templates[t] then
there is a DNB template in the article.
wrapper_templates[t] = noDefault

end
Pretty much any author name during the period 1885–1901 inclusive, and 1912.
end

end
The DNBIE was published in 1903, and Template:DNBIE says that its use is deprecated, but we do not fight that battle here.

]]

local DNB_special_patterns = {
'CITEREF%a[%a%-_\']*188[5-9]', -- 1885–1889
'CITEREF%a[%a%-_\']*189%d', -- 1890–1899
'CITEREF%a[%a%-_\']*190[0-1]', -- 1900–1901
'CITEREF%a[%a%-_\']*1903', -- 1903 IE
'CITEREF%a[%a%-_\']*1912', -- 1912 supplement
}



--[[--------------------------< W H I T E L I S T >------------------------------------------------------------
--[[--------------------------< W H I T E L I S T >------------------------------------------------------------
Line 296: Line 405:


]]
]]



local whitelist = {
local whitelist = {
Line 305: Line 415:
['CITEREFATOC2009'] = {'ATOCConnectingCommunitiesReportS10'},
['CITEREFATOC2009'] = {'ATOCConnectingCommunitiesReportS10'},
['CITEREFAbramowitzStegun1983'] = {'Abramowitz Stegun ref'},
['CITEREFAbramowitzStegun1983'] = {'Abramowitz Stegun ref'},
['CITEREFAbulafia1999'] = {'New Cambridge Medieval History'},
['CITEREFActa_Lipsiensium1723'] = {'Bach\'s compositions (sources)'},
['CITEREFActa_Lipsiensium1723'] = {'Bach\'s compositions (sources)'},
['CITEREFAdamsFranzosa2009'] = {'Adams Franzosa Introduction to Topology Pure and Applied'},
['CITEREFAdamsFranzosa2009'] = {'Adams Franzosa Introduction to Topology Pure and Applied'},
['CITEREFAdaschErnstKeim1978'] = {'Adasch Topological Vector Spaces'},
['CITEREFAdaschErnstKeim1978'] = {'Adasch Topological Vector Spaces'},
['CITEREFAffleck1978'] = {'Affleck-On Track'},
['CITEREFAhlgrimm1969'] = {'Bach\'s compositions (sources)'},
['CITEREFAhlgrimm1969'] = {'Bach\'s compositions (sources)'},
['CITEREFAhrons1927'] = {'Book-Ahrons-British Steam Railway Locomotive'},
['CITEREFAhrons1927'] = {'Book-Ahrons-British Steam Railway Locomotive'},
Line 314: Line 426:
['CITEREFAlden1916'] = {'Shakespeare sonnets bibliography'},
['CITEREFAlden1916'] = {'Shakespeare sonnets bibliography'},
['CITEREFAldrich1969'] = {'Aldrich-LocosGER7'},
['CITEREFAldrich1969'] = {'Aldrich-LocosGER7'},
['CITEREFAleksidze2018'] = template_names['ODLA'],
['CITEREFAlexiou2010'] = {'Cite flatiron'},
['CITEREFAlexiou2010'] = {'Cite flatiron'},
['CITEREFAliprantisBorder2006'] = {'Aliprantis Border Infinite Dimensional Analysis A Hitchhiker\'s Guide Third Edition'},
['CITEREFAllenBoddyBrownFry1970'] = {'RCTS-LocosLNER-8A'},
['CITEREFAllamaniPanagiotopoulou1978'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFAllenBoddyBrownFry1971'] = {'RCTS-LocosLNER-8B'},
['CITEREFAllenBoddyBrownFry1983'] = {'RCTS-LocosLNER-8A'},
['CITEREFAllcockDaviesle_FlemingMaskelyne1968'] = {'RCTS-LocosGWR-1'},
['CITEREFAllenBoddyBrownFry1970'] = {'RCTS-LocosLNER-8A', 'RCTS-LocosLNER'},
['CITEREFAllenBoddyBrownFry1971'] = {'RCTS-LocosLNER-8B', 'RCTS-LocosLNER'},
['CITEREFAllenBoddyBrownFry1983'] = {'RCTS-LocosLNER-8A', 'RCTS-LocosLNER'},
['CITEREFAllmand1998'] = {'New Cambridge Medieval History'},
['CITEREFAmerican_Railway_Association1922'] = {'1922 Locomotive Cyclopedia'},
['CITEREFAmerican_Railway_Association1922'] = {'1922 Locomotive Cyclopedia'},
['CITEREFAnderson1952'] = {'Naval Wars in the Levant 1559–1853'},
['CITEREFAnderson1952'] = {'Naval Wars in the Levant 1559–1853'},
['CITEREFAngelov2018'] = template_names['ODLA'],
['CITEREFApostol1976'] = {'Apostol IANT'},
['CITEREFArkhangel&#039;skiiPonomarev1984'] = {'Arkhangel\'skii Ponomarev Fundamentals of General Topology Problems and Exercises'},
['CITEREFArkhangel&#039;skiiPonomarev1984'] = {'Arkhangel\'skii Ponomarev Fundamentals of General Topology Problems and Exercises'},
['CITEREFArrey_von_Dommer1875'] = {'Cite ADB'},
['CITEREFArrey_von_Dommer1875'] = {'Cite ADB'},
['CITEREFAsmus1966'] = template_names['NDB'],
['CITEREFAsmus1966'] = template_names['NDB'],
['CITEREFAspreas1929'] = {'Great Military and Naval Encyclopaedia'},
['CITEREFAtkins2007'] = {'Shakespeare sonnets bibliography'},
['CITEREFAtkins2007'] = {'Shakespeare sonnets bibliography'},
['CITEREFAudiKondevWangHuang2017'] = {'NUBASE2016'},
['CITEREFAvdoyan2018'] = template_names['ODLA'],
['CITEREFAvdoyan2018'] = template_names['ODLA'],
['CITEREFAwdry1990'] = {'Awdry-RailCo', 'Carnarvonshire Railway'},
['CITEREFAwdry1990'] = {'Awdry-RailCo', 'Carnarvonshire Railway'},
['CITEREFRamelli2018'] = {'Oxford Dictionary of Late Antiquity'},['CITEREFA_History_of_the_Crusades'] = {'Setton-A History of the Crusades'},


----------< B >----------
----------< B >----------
['CITEREFBabinger1962'] = {'DBI', 'Dizionario Biografico degli Italiani'},
['CITEREFBabinger1978'] = {'Mehmed the Conqueror and His Time'},
['CITEREFBabinger1978'] = {'Mehmed the Conqueror and His Time'},
['CITEREFBabinger1992'] = {'Mehmed the Conqueror and His Time'},
['CITEREFBabinger1992'] = {'Mehmed the Conqueror and His Time'},
['CITEREFBachAgricola1754'] = {'Bach\'s compositions (sources)'},
['CITEREFBachAgricola1754'] = {'Bach\'s compositions (sources)'},
['CITEREFBadura-SkodaBranscombe2008'] = {'Schubert\'s compositions (references)'},
['CITEREFBadura-SkodaBranscombe2008'] = {'Schubert\'s compositions (references)'},
['CITEREFBagley1999'] = {'Cite Cambridge History of China'},
['CITEREFBaldwin1969'] = {'Setton-A History of the Crusades'},
['CITEREFBaldwin1985'] = {'Setton-A History of the Crusades'},
['CITEREFBaldwin1991'] = template_names['ODB'],
['CITEREFBaldwinKazhdan1991'] = template_names['ODB'],
['CITEREFBaldwinKazhdan1991'] = template_names['ODB'],
['CITEREFBaldwinTalbot1991'] = {'Oxford Dictionary of Byzantium'},
['CITEREFBaldwinTalbot1991'] = template_names['ODB'],
['CITEREFBaltzer1916'] = {'Baltzer-Kolonialbahnen'},
['CITEREFBaltzer1916'] = {'Baltzer-Kolonialbahnen'},
['CITEREFBanach1932'] = {'Banach Théorie des Opérations Linéaires'},
['CITEREFBanach1932'] = {'Banach Théorie des Opérations Linéaires'},
Line 351: Line 478:
['CITEREFBelkeMersisch1990'] = {'Tabula Imperii Byzantini'},
['CITEREFBelkeMersisch1990'] = {'Tabula Imperii Byzantini'},
['CITEREFBelkeRestle1984'] = {'Tabula Imperii Byzantini'},
['CITEREFBelkeRestle1984'] = {'Tabula Imperii Byzantini'},
['CITEREFBellini2008'] = {'DBI', 'Dizionario Biografico degli Italiani'},
['CITEREFBernhard_von_Poten1889'] = template_names['ADB'],
['CITEREFBernhard_von_Poten1889'] = template_names['ADB'],
['CITEREFBernhard_von_Poten1898'] = template_names['ADB'],
['CITEREFBernhard_von_Poten1898'] = template_names['ADB'],
['CITEREFBezilla1980'] = {'Bezilla-PRR-Electric-Traction'},
['CITEREFBezilla1980'] = {'Bezilla-PRR-Electric-Traction'},
['CITEREFBianquis1998'] = {'The Cambridge History of Egypt'},
['CITEREFBianquis1998'] = {'The Cambridge History of Egypt', 'Cambridge History of Egypt'},
['CITEREFBierstedt1988'] = {'Bierstedt An Introduction to Locally Convex Inductive Limits'},
['CITEREFBierstedt1988'] = {'Bierstedt An Introduction to Locally Convex Inductive Limits'},
['CITEREFBirken1976'] = {'Die Provinzen des Osmanischen Reiches'},
['CITEREFBirken1976'] = {'Die Provinzen des Osmanischen Reiches'},
['CITEREFBivar1983'] = template_names['Cam_Hist_Iran'],
['CITEREFBlake1966'] = {'DisraeliRef'},
['CITEREFBlake1966'] = {'DisraeliRef'},
['CITEREFBlanken2019'] = {'Bach\'s compositions (sources)'},
['CITEREFBlanken2019'] = {'Bach\'s compositions (sources)'},
['CITEREFBlankinship1994'] = {'The End of the Jihâd State', 'The End of the Jihad State'},
['CITEREFBlankinship1994'] = {'The End of the Jihâd State', 'The End of the Jihad State'},
['CITEREFBlautSchulze2008'] = {'Bach\'s compositions (sources)'},
['CITEREFBloom2007'] = {'Cite Routledge Broadway', 'Cite Broadway Routledge', 'Cite Routledge Guide to Broadway', 'Routledge Guide to Broadway'},
['CITEREFBock1978'] = {'Audie-bock-directors'},
['CITEREFBock1978'] = {'Audie-bock-directors'},
['CITEREFBodde1986'] = {'Cite Cambridge History of China'},
['CITEREFBoddyBrownFryHennigan1968'] = {'RCTS-LocosLNER-4'},
['CITEREFBoddyBrownFryHennigan1975'] = {'RCTS-LocosLNER-2B'},
['CITEREFBoddyBrownFryHennigan1968'] = {'RCTS-LocosLNER-4', 'RCTS-LocosLNER'},
['CITEREFBoddyBrownFryHennigan1977'] = {'RCTS-LocosLNER-9A', 'RCTS-LocosLNER-9B'},
['CITEREFBoddyBrownFryHennigan1975'] = {'RCTS-LocosLNER-2B', 'RCTS-LocosLNER'},
['CITEREFBoddyBrownFryHennigan1979'] = {'RCTS-LocosLNER-3A'},
['CITEREFBoddyBrownFryHennigan1977'] = {'RCTS-LocosLNER-9A', 'RCTS-LocosLNER-9B', 'RCTS-LocosLNER'},
['CITEREFBoddyBrownHenniganHoole1984'] = {'RCTS-LocosLNER-6C'},
['CITEREFBoddyBrownFryHennigan1979'] = {'RCTS-LocosLNER-3A', 'RCTS-LocosLNER'},
['CITEREFBoddyBrownHenniganNeve1981'] = {'RCTS-LocosLNER-3B'},
['CITEREFBoddyBrownHenniganHoole1984'] = {'RCTS-LocosLNER-6C', 'RCTS-LocosLNER'},
['CITEREFBoddyBrownNeveYeadon1983'] = {'RCTS-LocosLNER-6B'},
['CITEREFBoddyBrownHenniganNeve1981'] = {'RCTS-LocosLNER-3B', 'RCTS-LocosLNER'},
['CITEREFBoddyFryHenniganHoole1990'] = {'RCTS-LocosLNER-10B'},
['CITEREFBoddyBrownNeveYeadon1983'] = {'RCTS-LocosLNER-6B', 'RCTS-LocosLNER'},
['CITEREFBoddyFryHenniganProud1963'] = {'RCTS-LocosLNER-1'},
['CITEREFBoddyFryHenniganHoole1990'] = {'RCTS-LocosLNER-10B', 'RCTS-LocosLNER'},
['CITEREFBoddyNeveTeeYeadon1982'] = {'RCTS-LocosLNER-6A'},
['CITEREFBoddyFryHenniganProud1963'] = {'RCTS-LocosLNER-1', 'RCTS-LocosLNER'},
['CITEREFBoddyNeveYeadon1973'] = {'RCTS-LocosLNER-2A'},
['CITEREFBoddyNeveTeeYeadon1982'] = {'RCTS-LocosLNER-6A', 'RCTS-LocosLNER'},
['CITEREFBoddyNeveYeadon1973'] = {'RCTS-LocosLNER-2A', 'RCTS-LocosLNER'},
['CITEREFBody1989'] = {'Body-Railways-Vol2'},
['CITEREFBody1989'] = {'Body-Railways-Vol2'},
['CITEREFBon1969'] = {'La Morée franque'},
['CITEREFBon1969'] = {'La Morée franque'},
Line 381: Line 511:
['CITEREFBorsari1964'] = {'DBI', 'Dizionario Biografico degli Italiani'},
['CITEREFBorsari1964'] = {'DBI', 'Dizionario Biografico degli Italiani'},
['CITEREFBossert1914'] = {'Schaff-Herzog'},
['CITEREFBossert1914'] = {'Schaff-Herzog'},
['CITEREFBottoMitchell2002'] = {'Cite ATT Broadway', 'Cite At This Theatre Broadway', 'Cite Broadway At This Theatre', 'Cite Broadway ATT'},
['CITEREFBosworth1968'] = template_names['Cam_Hist_Iran'],
['CITEREFBourbaki1987'] = {'Bourbaki Topological Vector Spaces', 'Bourbaki Topological Vector Spaces Part 1 Chapters 1–5'},
['CITEREFBosworth1975'] = template_names['Cam_Hist_Iran'],
['CITEREFBourbaki1987'] = {'Bourbaki Topological Vector Spaces'},
['CITEREFBourbaki1989'] = {'Bourbaki General Topology Part I Chapters 1-4', 'Bourbaki General Topology Part II Chapters 5-10', 'Bourbaki Algebra I Chapters 1-3 Springer'},
['CITEREFBourbaki1989'] = {'Bourbaki General Topology Part I Chapters 1-4', 'Bourbaki General Topology Part II Chapters 5-10', 'Bourbaki Algebra I Chapters 1-3 Springer'},
['CITEREFBourbaki1994'] = {'Bourbaki EHM'},
['CITEREFBourbaki1994'] = {'Bourbaki EHM'},
['CITEREFBournoutian2018'] = {'Cite Armenia and Imperial Decline'},
['CITEREFBowen1928'] = {'The Life and Times of Ali ibn Isa'},
['CITEREFBowmanCameronGarnsey2005'] = {'Cambridge Ancient History'},
['CITEREFBowmanCameronGarnsey2005'] = {'Cambridge Ancient History'},
['CITEREFBoyd1970'] = {'Boyd-MidWales'},
['CITEREFBoyd1970'] = {'Boyd-MidWales'},
Line 399: Line 530:
['CITEREFBradshaw2012'] = {'Bradshaw-1850March'},
['CITEREFBradshaw2012'] = {'Bradshaw-1850March'},
['CITEREFBrand1968'] = {'Byzantium Confronts the West'},
['CITEREFBrand1968'] = {'Byzantium Confronts the West'},
['CITEREFBrand1991'] = template_names['ODB'],
['CITEREFBrand1991'] = {'DBI', 'ODB', 'Oxford Dictionary of Byzantium'},
['CITEREFBrand1991'] = {'DBI'},
['CITEREFBrand1991'] = template_names['ODB'],
['CITEREFBray2010'] = {'Bray-SDJR'},
['CITEREFBray2010'] = {'Bray-SDJR'},
['CITEREFBrett2010'] = {'New Cambridge History of Islam'},
['CITEREFBrett2010'] = {'New Cambridge History of Islam'},
['CITEREFBrown2008'] = {'The Cambridge History of the Byzantine Empire'},
['CITEREFBrunner1975'] = template_names['Cam_Hist_Iran'],
['CITEREFBrown2021'] = {'Cite Gaia EDR3'},
['CITEREFBrunner1983'] = template_names['Cam_Hist_Iran'],
['CITEREFBrunner1984'] = {'Encyclopædia Iranica'},
['CITEREFBryan1886'] = {'Bryan (3rd edition)'},
['CITEREFBryan1886'] = {'Bryan (3rd edition)'},
['CITEREFBryan1889'] = {'Bryan (3rd edition)'},
['CITEREFBryan1889'] = {'Bryan (3rd edition)'},
Line 415: Line 543:
['CITEREFBurke1866'] = {'O\'Donnell family tree'},
['CITEREFBurke1866'] = {'O\'Donnell family tree'},
['CITEREFBurrowsWallace1999'] = {'Cite gotham'},
['CITEREFBurrowsWallace1999'] = {'Cite gotham'},
['CITEREFBury1911'] = {'The Imperial Administrative System of the Ninth Century'},
['CITEREFButcherNicholson2018'] = template_names['ODLA'],
['CITEREFButt1995'] = template_names['Butt_Stations'],
['CITEREFButt1995'] = template_names['Butt_Stations'],


Line 420: Line 550:
['CITEREFCIC1983'] = {'CIC1983bib'},
['CITEREFCIC1983'] = {'CIC1983bib'},
['CITEREFCalifornia1988'] = {'CA-Rail Passenger Development Plan-1988'},
['CITEREFCalifornia1988'] = {'CA-Rail Passenger Development Plan-1988'},
['CITEREFCallwell1999'] = {'Muni Chronology'},
['CITEREFCaltrans1984'] = {'Countrystudy'},
['CITEREFCaltrans1984'] = {'Countrystudy'},
['CITEREFCameronWard-PerkinsWhitby2000'] = {'Cambridge Ancient History'},
['CITEREFCameronWard-PerkinsWhitby2000'] = {'Cambridge Ancient History'},
Line 430: Line 561:
['CITEREFCarpenter1977'] = template_names['ME-ref'],
['CITEREFCarpenter1977'] = template_names['ME-ref'],
['CITEREFCarpenter1981'] = template_names['ME-ref'],
['CITEREFCarpenter1981'] = template_names['ME-ref'],
['CITEREFCarpenter2023'] = template_names['ME-ref'],
['CITEREFCarra_de_VauxHodgson1965'] = {'EI2'},
['CITEREFCarter2006'] = {'Carter-RailwaysMotivePowerArgentina'},
['CITEREFCarter2006'] = {'Carter-RailwaysMotivePowerArgentina'},
['CITEREFCasserley1968'] = {'Casserley-joint'},
['CITEREFCasserley1968'] = {'Casserley-joint'},
Line 435: Line 568:
['CITEREFCasserleyJohnston1974'] = {'Casserley-LocoGrouping3', 'Casserley-LocoGrouping2', '0-7110-0554-0'},
['CITEREFCasserleyJohnston1974'] = {'Casserley-LocoGrouping3', 'Casserley-LocoGrouping2', '0-7110-0554-0'},
['CITEREFCasway1984'] = {'O\'Donnell family tree'},
['CITEREFCasway1984'] = {'O\'Donnell family tree'},
['CITEREFCavanna_Ciappina2001'] = {'DBI'},
['CITEREFCawley2001'] = {'Medieval Lands by Charles Cawley', 'MLCC'},
['CITEREFCawley2001'] = {'Medieval Lands by Charles Cawley'},
['CITEREFCawley2010'] = {'MLCC'},
['CITEREFCawley2010'] = {'MLCC'},
['CITEREFCawley2011'] = {'MLCC'},
['CITEREFCawley2011'] = {'MLCC'},
['CITEREFCawley2012'] = {'Medieval Lands by Charles Cawley'},
['CITEREFChaffeeTwitchett2015'] = {'Cite Cambridge History of China'},
['CITEREFChaléardChanson-JabeurBéranger2006'] = {'Chaléard-Le cdf en Afrique'},
['CITEREFChaléardChanson-JabeurBéranger2006'] = {'Chaléard-Le cdf en Afrique'},
['CITEREFChambers1728'] = {'Cyclopaedia 1728'},
['CITEREFChasiotis1975'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFChasiotis1975'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFCheyneBlack1899'] = {'Biblica'},
['CITEREFCheyneBlack1899'] = {'Biblica', 'Cite Biblica'},
['CITEREFCheyneBlack1899'] = {'Cite Biblica'},
['CITEREFCheyneBlack1899–1903'] = {'Cite Biblica'},
['CITEREFCheyneBlack1899–1903'] = {'Cite Biblica'},
['CITEREFCheyneBlack1901'] = {'Cite Biblica'},
['CITEREFCheyneBlack1901'] = {'Cite Biblica'},
['CITEREFCheyneBlack1902'] = {'Cite Biblica'},
['CITEREFCheyneBlack1902'] = {'Cite Biblica'},
['CITEREFCheyneBlack1903'] = {'Cite Biblica'},
['CITEREFCheyneBlack1903'] = {'Cite Biblica'},
['CITEREFChisholm1911'] = {'Cite EB1911','EB1911','1911EB','EB1911 cite','1911','1911s','Britannica 1911','Encyclopedia Britannica 1911','Encyclopædia Britannica 1911','Wikisource1911Enc Citation','Wikisource1911Enc citation'},
['CITEREFChisholm1922'] = {'EB1922', 'Cite EB1922'},
['CITEREFChisholm1922'] = {'EB1922', 'Cite EB1922'},
['CITEREFChoniates1984'] = {'O City of Byzantium'},
['CITEREFChoniates1984'] = {'O City of Byzantium'},
['CITEREFChrista_Jost1999'] = template_names['NDB'],
['CITEREFChung1994'] = {'Country study'},
['CITEREFChung1994'] = {'Country study'},
['CITEREFChurchmanHurst2001'] = {'Churchman & Hurst Railways of New Zealand'},
['CITEREFChurchmanHurst2001'] = {'Churchman & Hurst Railways of New Zealand'},
Line 459: Line 599:
['CITEREFColledgeWarlow2010'] = {'Cite Colledge2010'},
['CITEREFColledgeWarlow2010'] = {'Cite Colledge2010'},
['CITEREFCollins2016'] = {'Cite Collins 2016'},
['CITEREFCollins2016'] = {'Cite Collins 2016'},
['CITEREFColvin1947'] = {'Colvin1947'},
['CITEREFConolly1998'] = {'IanAllan-PreGroup-Atlas1998'},
['CITEREFConolly1998'] = {'IanAllan-PreGroup-Atlas1998'},
['CITEREFConway1990'] = {'Conway A Course in Functional Analysis'},
['CITEREFConway1990'] = {'Conway A Course in Functional Analysis'},
['CITEREFCosentino2008'] = {'DBI'},
['CITEREFCotsonis2020'] = {'Catalogue of Byzantine Seals at Dumbarton Oaks and in the Fogg Museum of Art'},
['CITEREFCoulthard-Clark2002'] = {'Australian Dictionary of Biography'},
['CITEREFCoulthard-Clark2002'] = {'Australian Dictionary of Biography'},
['CITEREFCousin1910'] = {'A Short Biographical Dictionary of English Literature', 'Cite SBDEL'},
['CITEREFCousin1910'] = {'A Short Biographical Dictionary of English Literature', 'Cite SBDEL'},
['CITEREFCoverdale_&_Colpitts1946'] = {'Coverdale & Colpitts 1', 'Coverdale & Colpitts 2', 'Coverdale & Colpitts 3'},
['CITEREFCox1967'] = {'Cox-Upper Darby'},
['CITEREFCox1967'] = {'Cox-Upper Darby'},
['CITEREFCox2011'] = {'Cox-Dixie'},
['CITEREFCox2011'] = {'Cox-Dixie'},
['CITEREFCrevier1993'] = {'Crevier 1993'},
['CITEREFCrevier1993'] = {'Crevier 1993'},
['CITEREFCrockett2007'] = {'Australian Dictionary of Biography'},
['CITEREFCroke2018'] = template_names['ODLA'],
['CITEREFCrone1980'] = {'Slaves on Horses'},
['CITEREFCrone1980'] = {'Slaves on Horses'},
['CITEREFCrone2003'] = {'Slaves on Horses'},
['CITEREFCroughtonKidnerYoung1982'] = {'Croughton-PrivateStations'},
['CITEREFCroughtonKidnerYoung1982'] = {'Croughton-PrivateStations'},
['CITEREFCruickshanks1970'] = {'HistoryofParliament'},
['CITEREFCruickshanks1970'] = {'HistoryofParliament'},
['CITEREFCsászár1978'] = {'Császár General Topology'},
['CITEREFCudahy2002'] = {'Cudahy-Hudson'},
['CITEREFCudahy2002'] = {'Cudahy-Hudson'},
['CITEREFCudahy2003'] = {'Cudahy-Subways'},
['CITEREFCudahy2003'] = {'Cudahy-Subways'},
Line 493: Line 641:
['CITEREFDavies2003'] = {'Davies-SNCFLocoList'},
['CITEREFDavies2003'] = {'Davies-SNCFLocoList'},
['CITEREFDaviesFirthLuckingThomas1966'] = {'RCTS-LocosGWR-10'},
['CITEREFDaviesFirthLuckingThomas1966'] = {'RCTS-LocosGWR-10'},
['CITEREFDe_Negri1997'] = {'DBI'},
['CITEREFDer_Matossian2020'] = {'Cite The First Republic of Armenia'},
['CITEREFDeutsch1951'] = {'Schubert\'s compositions (references)'},
['CITEREFDeutsch1951'] = {'Schubert\'s compositions (references)'},
['CITEREFDeutsch1978'] = {'Schubert\'s compositions (references)'},
['CITEREFDeutsch1978'] = {'Schubert\'s compositions (references)'},
['CITEREFDeutsche_Autos,_Band_2,2001'] = {'Deutsche Autos-2'},
['CITEREFDeutsche_Autos,_Band_3,2001'] = {'Deutsche Autos-3'},
['CITEREFDeutsche_Autos,_Band_4,2001'] = {'Deutsche Autos-4'},
['CITEREFDeutsche_Autos,_Band_5,2001'] = {'Deutsche Autos-5'},
['CITEREFDeutsche_Autos,_Band_6,2001'] = {'Deutsche Autos-6'},
['CITEREFDewick2005'] = {'Dewick-Atlas'},
['CITEREFDewick2005'] = {'Dewick-Atlas'},
['CITEREFDiamonstein-Spielvogel2011'] = {'Cite landmarks'},
['CITEREFDickens2018'] = template_names['ODLA'],
['CITEREFDickens2018'] = template_names['ODLA'],
['CITEREFDienKnapp2019'] = {'Cite Cambridge History of China'},
['CITEREFDirksen1998'] = {'Bach\'s compositions (sources)'},
['CITEREFDirksen1998'] = {'Bach\'s compositions (sources)'},
['CITEREFDirksen2010'] = {'Bach\'s compositions (sources)'},
['CITEREFDirksen2010'] = {'Bach\'s compositions (sources)'},
['CITEREFDirksen2016'] = {'Bach\'s compositions (sources)'},
['CITEREFDirksen2016'] = {'Bach\'s compositions (sources)'},
['CITEREFDixmier1984'] = {'Dixmier General Topology'},
['CITEREFDixmier1984'] = {'Dixmier General Topology'},
['CITEREFDoganis1930'] = {'Great Military and Naval Encyclopaedia'},
['CITEREFDoleckiMynard2016'] = {'Dolecki Mynard Convergence Foundations Of Topology'},
['CITEREFDoleckiMynard2016'] = {'Dolecki Mynard Convergence Foundations Of Topology'},
['CITEREFDolkart1998'] = {'Cite morningside'},
['CITEREFDolkart1998'] = {'Cite morningside'},
['CITEREFDonaghy1972'] = {'Donaghy-LMR'},
['CITEREFDonohue2003'] = {'The Buwayhid Dynasty in Iraq'},
['CITEREFDonohue2003'] = {'The Buwayhid Dynasty in Iraq'},
['CITEREFDorin1972'] = {'Dorin-North Western'},
['CITEREFDorin1972'] = {'Dorin-North Western'},
Line 533: Line 692:
----------< E >----------
----------< E >----------
['CITEREFEarle2018'] = {'Gymnosperm Database'},
['CITEREFEarle2018'] = {'Gymnosperm Database'},
['CITEREFEaston1897'] = {'Eastons', 'EBD'},
['CITEREFEbata2019'] = {'BDh'},
['CITEREFEbata2019'] = {'BDh'},
['CITEREFEbata2020'] = {'BDh'},
['CITEREFEbata2020'] = {'BDh'},
Line 538: Line 698:
['CITEREFEichberg1976'] = {'Bach\'s compositions (sources)'},
['CITEREFEichberg1976'] = {'Bach\'s compositions (sources)'},
['CITEREFEl-Hibri2010'] = {'New Cambridge History of Islam'},
['CITEREFEl-Hibri2010'] = {'New Cambridge History of Islam'},
['CITEREFEl-Hibri2021'] = {'The Abbasid Caliphate: A History'},
['CITEREFEldredgeHorenstein2014'] = {'Cite concrete'},
['CITEREFEldredgeHorenstein2014'] = {'Cite concrete'},
['CITEREFElsholz1982'] = {'Schubert\'s compositions (references)'},
['CITEREFElsholz1982'] = {'Schubert\'s compositions (references)'},
Line 547: Line 708:


----------< F >----------
----------< F >----------
['CITEREFFairbank1978'] = {'Cite Cambridge History of China'},
['CITEREFFairbank1983'] = {'Cite Cambridge History of China'},
['CITEREFFairbankFeuerwerker1986'] = {'Cite Cambridge History of China'},
['CITEREFFairbankLiu1980'] = {'Cite Cambridge History of China'},
['CITEREFFang1943'] = {'Cite ECCP'},
['CITEREFFang1943'] = {'Cite ECCP'},
['CITEREFFarinella2001'] = {'DBI'},
['CITEREFFeder1958'] = {'Bach\'s compositions (sources)'},
['CITEREFFeder1958'] = {'Bach\'s compositions (sources)'},
['CITEREFFederal_Writers&#039;_Project1939'] = {'Cite fednyc'},
['CITEREFFederal_Writers&#039;_Project1939'] = {'Cite fednyc'},
['CITEREFFernandez1983'] = {'Fernandez1983'},
['CITEREFFernandez1983'] = {'Fernandez1983'},
['CITEREFFerneyhough1980'] = {'Ferneyhough-LMR'},
['CITEREFFiaccadori1991'] = template_names['ODB'],
['CITEREFFiaccadori1991'] = template_names['ODB'],
['CITEREFFine1991'] = {'The Early Medieval Balkans'},
['CITEREFFine1991'] = {'The Early Medieval Balkans'},
['CITEREFFine1994'] = {'The Late Medieval Balkans'},
['CITEREFFine1994'] = {'The Late Medieval Balkans'},
['CITEREFFleetKrämerMatringeNawas'] = {'Encyclopaedia of Islam, THREE','EI3'},
['CITEREFFletcher,_Great_Tank_Scandal'] = {'Book-Fletcher-Great Tank Scandal'},
['CITEREFFletcher,_Great_Tank_Scandal'] = {'Book-Fletcher-Great Tank Scandal'},
['CITEREFFletcher,_Universal_Tank'] = {'Book-Fletcher-Universal Tank'},
['CITEREFFletcher,_Universal_Tank'] = {'Book-Fletcher-Universal Tank'},
['CITEREFFlora_of_China'] = {'EFloras'},
['CITEREFFlora_of_North_America'] = {'EFloras'},
['CITEREFFlora_of_North_America2009'] = {'EFloras'},
['CITEREFFluckMarshallWilson1996'] = {'FluMarWil-LocRailCR'},
['CITEREFFluckMarshallWilson1996'] = {'FluMarWil-LocRailCR'},
['CITEREFFonstad1991'] = template_names['ME-ref'],
['CITEREFFonstad1991'] = template_names['ME-ref'],
['CITEREFFordCrowther1922'] = {'Ford1922'},
['CITEREFForkelTerry1920'] = {'Bach\'s compositions (sources)'},
['CITEREFForkelTerry1920'] = {'Bach\'s compositions (sources)'},
['CITEREFFornaçon,_Siegfried1957'] = template_names['NDB'],
['CITEREFFornaçon,_Siegfried1957'] = template_names['NDB'],
Line 565: Line 737:
['CITEREFFoster1971'] = template_names['ME-ref'],
['CITEREFFoster1971'] = template_names['ME-ref'],
['CITEREFFoster1996'] = {'Foster-Field Guide'},
['CITEREFFoster1996'] = {'Foster-Field Guide'},
['CITEREFFouracre2005'] = {'New Cambridge Medieval History'},
['CITEREFFrailey2010'] = {'Frailey-Twilight'},
['CITEREFFrailey2010'] = {'Frailey-Twilight'},
['CITEREFFranke1994'] = {'Cite Cambridge History of China', 'The Cambridge History of China'},
['CITEREFFranke1994'] = {'Cite Cambridge History of China'},
['CITEREFFrankeTwitchett1994'] = {'Cite Cambridge History of China'},
['CITEREFFranz_Schnorr_von_Carolsfeld1883'] = {'Cite ADB'},
['CITEREFFranz_Schnorr_von_Carolsfeld1883'] = {'Cite ADB'},
['CITEREFFriedrich_Wilhelm_Bautz1975'] = {'BBKL'},
['CITEREFFriedrich_Wilhelm_Bautz1975'] = {'BBKL'},
['CITEREFFriedrich_Wilhelm_Bautz1990'] = {'BBKL'},
['CITEREFFriedrich_Wilhelm_Bautz1990'] = {'BBKL'},
['CITEREFFry1964'] = {'RCTS-LocosLNER-7'},
['CITEREFFry1964'] = {'RCTS-LocosLNER-7', 'RCTS-LocosLNER'},
['CITEREFFry1966'] = {'RCTS-LocosLNER-5'},
['CITEREFFry1966'] = {'RCTS-LocosLNER-5', 'RCTS-LocosLNER'},
['CITEREFFubini2012'] = {'DBI', 'Dizionario Biografico degli Italiani'},
['CITEREFFrye1975'] = template_names['Cam_Hist_Iran'],
['CITEREFFrye1983'] = template_names['Cam_Hist_Iran'],
['CITEREFFudenbergTirole1991'] = {'Cite Fudenberg Tirole 1991'},
['CITEREFFudenbergTirole1991'] = {'Cite Fudenberg Tirole 1991'},
['CITEREFFultonHarris1991'] = {'Fulton-Harris'},
['CITEREFFultonHarris1991'] = {'Fulton-Harris'},


----------< G >----------
----------< G >----------
['CITEREFGaines2008'] = {'Cite Gaines 2008'},
['CITEREFGardner2005'] = {'MSW3 Microbiotheria'},
['CITEREFGardoni2015'] = {'DBI', 'Dizionario Biografico degli Italiani'},
['CITEREFGareyJohnson1979'] = {'Garey-Johnson'},
['CITEREFGareyJohnson1979'] = {'Garey-Johnson'},
['CITEREFGarth2003'] = template_names['ME-ref'],
['CITEREFGarth2003'] = template_names['ME-ref'],
['CITEREFGeanakoplos1959'] = {'Emperor Michael Palaeologus and the West'},
['CITEREFGeanakoplos1959'] = {'Emperor Michael Palaeologus and the West'},
['CITEREFGeorg_von_Dadelsen1953'] = template_names['NDB'],
['CITEREFGeorg_von_Dadelsen1953'] = template_names['NDB'],
['CITEREFGiannasi1975'] = {'DBI', 'Dizionario Biografico degli Italiani'},
['CITEREFGibb1923'] = {'The Arab Conquests in Central Asia'},
['CITEREFGibb1923'] = {'The Arab Conquests in Central Asia'},
['CITEREFGil1997'] = {'A History of Palestine, 634-1099', 'A History of Palestine, 634–1099'},
['CITEREFGil1997'] = {'A History of Palestine, 634-1099', 'A History of Palestine, 634–1099'},
Line 587: Line 766:
['CITEREFGilliland1994'] = {'Pop Chronicles 40s'},
['CITEREFGilliland1994'] = {'Pop Chronicles 40s'},
['CITEREFGilliverMarshallWeiner2006'] = template_names['ME-ref'],
['CITEREFGilliverMarshallWeiner2006'] = template_names['ME-ref'],
['CITEREFGilmanPeckColby1905'] = {'New International Encyclopedia', 'NIE'},
['CITEREFGilmanPeckColby1905'] = {'Cite NIE', 'New International Encyclopedia', 'NIE'},
['CITEREFGilmanPeckColby1916'] = {'New International Encyclopedia', 'NIE'},
['CITEREFGilmanPeckColby1916'] = {'New International Encyclopedia', 'NIE'},
['CITEREFGleaves1921'] = {'Gleaves'},
['CITEREFGleaves1921'] = {'Gleaves'},
Line 599: Line 778:
['CITEREFGrant2017'] = {'Grant-RailCo'},
['CITEREFGrant2017'] = {'Grant-RailCo'},
['CITEREFGreenlaw2007'] = {'Greenlaw-Via Rail'},
['CITEREFGreenlaw2007'] = {'Greenlaw-Via Rail'},
['CITEREFGreenwoodEarnshaw1997'] = {'Greenwood&Earnshaw2nd'},
['CITEREFGregory1991'] = template_names['ODB'],
['CITEREFGregory1991'] = template_names['ODB'],
['CITEREFGregoryKazhdan1991'] = template_names['ODB'],
['CITEREFGregoryŠevčenko1991'] = template_names['ODB'],
['CITEREFGregoryŠevčenko1991'] = template_names['ODB'],
['CITEREFGrete_Schemann1957'] = template_names['NDB'],
['CITEREFGrete_Schemann1957'] = template_names['NDB'],
['CITEREFGrey2002'] = {'Australian Dictionary of Biography'},
['CITEREFGrierson1903'] = {'Cite LSI', 'LSI', 'Linguistic Survey of India'},
['CITEREFGrierson1903'] = {'Cite LSI', 'LSI', 'Linguistic Survey of India'},
['CITEREFGrierson1908'] = {'Cite LSI', 'LSI', 'Linguistic Survey of India'},
['CITEREFGrierson1908'] = {'Cite LSI', 'LSI', 'Linguistic Survey of India'},
Line 620: Line 802:
['CITEREFGrothendieckDieudonné1971'] = {'EGA'},
['CITEREFGrothendieckDieudonné1971'] = {'EGA'},
['CITEREFGroves2005'] = {'MSW3 Primates', 'MSW3 Groves'},
['CITEREFGroves2005'] = {'MSW3 Primates', 'MSW3 Groves'},
['CITEREFGrubb2005'] = {'MSW3 Artiodactyla'},
['CITEREFGuilland1967'] = {'Recherches sur les institutions byzantines'},
['CITEREFGuilland1967'] = {'Recherches sur les institutions byzantines'},
['CITEREFGulino2005'] = {'DBI', 'Dizionario Biografico degli Italiani'},
['CITEREFGulino2005'] = {'DBI', 'Dizionario Biografico degli Italiani'},
Line 625: Line 808:


----------< H >----------
----------< H >----------
['CITEREFHaarer2018'] = template_names['ODLA'],
['CITEREFHaldon1999'] = {'Warfare, State and Society in the Byzantine World, 565–1204'},
['CITEREFHaldon1999'] = {'Warfare, State and Society in the Byzantine World, 565–1204'},
['CITEREFHalliday1985'] = {'Halliday-AustWineCompend'},
['CITEREFHalliday1985'] = {'Halliday-AustWineCompend'},
['CITEREFHalliday2008'] = {'Halliday-JHWAtlasAust2008'},
['CITEREFHalliday2008'] = {'Halliday-JHWAtlasAust2008'},
['CITEREFHalliday2009'] = {'Halliday-AustWineEncyc'},
['CITEREFHalliday2009'] = {'Halliday-AustWineEncyc'},
['CITEREFHalm1991'] = {'Das Reich des Mahdi'},
['CITEREFHalm2003'] = {'Die Kalifen von Kairo'},
['CITEREFHalm2014'] = {'Kalifen und Assassinen'},
['CITEREFHalmos1982'] = {'Halmos A Hilbert Space Problem Book 1982'},
['CITEREFHalpenny1990'] = {'Canadabio'},
['CITEREFHalpenny1990'] = {'Canadabio'},
['CITEREFHammondAnderson1993'] = template_names['ME-ref'],
['CITEREFHammondAnderson1993'] = template_names['ME-ref'],
['CITEREFHammondScull1995'] = template_names['ME-ref'],
['CITEREFHammondScull1995'] = template_names['ME-ref'],
['CITEREFHammondScull2005'] = template_names['ME-ref'],
['CITEREFHammondScull2005'] = template_names['ME-ref'],
['CITEREFHammondScull2006a'] = template_names['ME-ref'],
['CITEREFHammondScull2006'] = template_names['ME-ref'],
['CITEREFHammondScull2006b'] = template_names['ME-ref'],
['CITEREFHans_Heinrich_Borcherdt1955'] = template_names['NDB'],
['CITEREFHans_Heinrich_Borcherdt1955'] = template_names['NDB'],
['CITEREFHans_Knudsen1972'] = template_names['NDB'],
['CITEREFHans_Knudsen1972'] = template_names['NDB'],
['CITEREFHansen1988'] = {'Book-Hansen-US Nuclear Weapons'},
['CITEREFHartshorne1977'] = {'Hartshorne AG'},
['CITEREFHartshorne1977'] = {'Hartshorne AG'},
['CITEREFHasumi2003'] = {'Hasumi-shiguehiko-ozu-2003'},
['CITEREFHasumi2003'] = {'Hasumi-shiguehiko-ozu-2003'},
Line 650: Line 838:
['CITEREFHenrici1725'] = {'Bach\'s compositions (sources)'},
['CITEREFHenrici1725'] = {'Bach\'s compositions (sources)'},
['CITEREFHenryOrsmond1928'] = {'Raiatea family tree'},
['CITEREFHenryOrsmond1928'] = {'Raiatea family tree'},
['CITEREFHansen1988'] = {'Book-Hansen-US Nuclear Weapons'},
['CITEREFHermann_Palm1876'] = {'Cite ADB'},
['CITEREFHermann_Palm1876'] = {'Cite ADB'},
['CITEREFHerr2000'] = {'Herr-LN'},
['CITEREFHerr2000'] = {'Herr-LN'},
['CITEREFHeschel2007'] = {'Encyclopaedia Judaica', 'Cite EJ', 'Cite Encyclopaedia Judaica'},
['CITEREFHidyHidyScottHofsummer2004'] = {'Hidy-Great Northern'},
['CITEREFHidyHidyScottHofsummer2004'] = {'Hidy-Great Northern'},
['CITEREFHildHellenkemper1990'] = {'Tabula Imperii Byzantini'},
['CITEREFHildHellenkemper1990'] = {'Tabula Imperii Byzantini'},
Line 665: Line 853:
['CITEREFHinton1986'] = {'HistoryofParliament'},
['CITEREFHinton1986'] = {'HistoryofParliament'},
['CITEREFHirsch1906'] = {'Cite JE1906'},
['CITEREFHirsch1906'] = {'Cite JE1906'},
['CITEREFHistoric_England'] = {'NHLE', 'National Heritage List for England'},
['CITEREFHistoric_England_Benty_Grange'] = {'NHLE'},
['CITEREFHistoric_Environment_Scotland'] = {'Canmore'},
['CITEREFHistoric_Environment_Scotland1972'] = {'Historic Environment Scotland'},
['CITEREFHistoric_Environment_Scotland1972'] = {'Historic Environment Scotland'},
['CITEREFHistoric_Environment_Scotland1976'] = {'Historic Environment Scotland'},
['CITEREFHistoric_Environment_Scotland1976'] = {'Historic Environment Scotland'},
['CITEREFHistoric_Environment_ScotlandLB33744'] = {'Historic Environment Scotland'},
['CITEREFHistoric_Environment_ScotlandLB50114'] = {'Historic Environment Scotland'},
['CITEREFHistoric_Environment_Scotland2020'] = {'Historic Environment Scotland'},
['CITEREFHistoric_Environment_Scotland2020'] = {'Historic Environment Scotland'},
['CITEREFHistoric_Environment_Scotland:_Rusco_Tower2020'] = {'Historic Environment Scotland'},
['CITEREFHob.'] = {'Schubert\'s compositions (references)'},
['CITEREFHob.'] = {'Schubert\'s compositions (references)'},
['CITEREFHoffmann1738'] = {'Bach\'s compositions (sources)'},
['CITEREFHoffmanSmith2005'] = {'MSW3 Lagomorpha'},
['CITEREFHoffmanSmith2005'] = {'MSW3 Lagomorpha'},
['CITEREFHoffmann1738'] = {'Bach\'s compositions (sources)'},
['CITEREFHofmann1983'] = {'Bach\'s compositions (sources)'},
['CITEREFHofmann1983'] = {'Bach\'s compositions (sources)'},
['CITEREFHofmann1987'] = {'Bach\'s compositions (sources)'},
['CITEREFHofmann1987'] = {'Bach\'s compositions (sources)'},
Line 678: Line 868:
['CITEREFHolland1972'] = {'Holland-Vol 2'},
['CITEREFHolland1972'] = {'Holland-Vol 2'},
['CITEREFHolland1988'] = {'Cite DCB'},
['CITEREFHolland1988'] = {'Cite DCB'},
['CITEREFHolland1989'] = {'Holland1989'},
['CITEREFHolland2001'] = {'Holland-Classic'},
['CITEREFHolland2001'] = {'Holland-Classic'},
['CITEREFHollingsworth1980'] = {'Hollingsworth-Atlas-Rigby'},
['CITEREFHollingsworth1980'] = {'Hollingsworth-Atlas-Rigby'},
Line 685: Line 876:
['CITEREFHoltBiddle1986'] = {'Holt-NorthWest'},
['CITEREFHoltBiddle1986'] = {'Holt-NorthWest'},
['CITEREFHolton1989'] = {'Holton-Reading-1'},
['CITEREFHolton1989'] = {'Holton-Reading-1'},
['CITEREFHonigmann1935'] = {'Byzance et les Arabes'},
['CITEREFHopley1983'] = {'Australian Dictionary of Biography'},
['CITEREFHopley1983'] = {'Australian Dictionary of Biography'},
['CITEREFHort1911'] = {'DCBL'},
['CITEREFHorváth1966'] = {'Horváth Topological Vector Spaces and Distributions Volume 1 1966'},
['CITEREFHorváth1966'] = {'Horváth Topological Vector Spaces and Distributions Volume 1 1966'},
['CITEREFHounshell1984'] = {'Hounshell1984'},
['CITEREFHounshell1984'] = {'Hounshell1984'},
['CITEREFHovannisian1967'] = {'Cite Armenia on the Road to Independence'},
['CITEREFHovannisian1971'] = {'Cite The Republic of Armenia Volume 1'},
['CITEREFHovannisian1982'] = {'Cite The Republic of Armenia Volume 2'},
['CITEREFHovannisian1996'] = {'Cite The Republic of Armenia Volume 3', 'Cite The Republic of Armenia Volume 4'},
['CITEREFHowes1995'] = {'Howes Modern Analysis and Topology 1995'},
['CITEREFHudson1997'] = {'Country study'},
['CITEREFHughes1990'] = {'Hughes-IndianLocos1'},
['CITEREFHughes1990'] = {'Hughes-IndianLocos1'},
['CITEREFHughes1992'] = {'Hughes-IndianLocos2'},
['CITEREFHughes1992'] = {'Hughes-IndianLocos2'},
['CITEREFHughes1994'] = {'Hughes-IndianLocos3'},
['CITEREFHughes1994'] = {'Hughes-IndianLocos3'},
['CITEREFHughes1996'] = {'Hughes-IndianLocos4'},
['CITEREFHughes1996'] = {'Hughes-IndianLocos4'},
['CITEREFHummel1943'] = {'Cite ECCP'},
['CITEREFHumphreys2018'] = template_names['ODLA'],
['CITEREFHunter-Crawley2018'] = template_names['ODLA'],
['CITEREFHunter2008'] = {'Country study'},
['CITEREFHunter2008'] = {'Country study'},
['CITEREFHunter2012'] = {'Cite HGOC', 'Cite Hunter'},
['CITEREFHutterer2005'] = {'MSW3 Soricomorpha'},
['CITEREFHütter2012'] = {'Hütter-50bis53'},
['CITEREFHütter2015'] = {'Hütter-54bis59'},
['CITEREFHütter2021'] = {'Hütter-60bis91'},


----------< I >----------
----------< I >----------
['CITEREFIacocca1984'] = {'Iacocca1984'},
['CITEREFIbn_Khallikan1843'] = {'Ibn Khallikan\'s Biographical Dictionary'},
['CITEREFImber2002'] = {'Imber-The Ottoman Empire, 1300–1650'},
['CITEREFImber2002'] = {'Imber-The Ottoman Empire, 1300–1650'},
['CITEREFInalcik1989'] = {'Setton-A History of the Crusades'},
['CITEREFInalcik1989'] = {'Setton-A History of the Crusades'},
Line 706: Line 915:
['CITEREFJacobs1904'] = {'Cite Jewish Encyclopedia'},
['CITEREFJacobs1904'] = {'Cite Jewish Encyclopedia'},
['CITEREFJarchow1981'] = {'Jarchow Locally Convex Spaces'},
['CITEREFJarchow1981'] = {'Jarchow Locally Convex Spaces'},
['CITEREFJohn_O&#039;Donovan1856'] = {'Cite AFM'},
['CITEREFJohnson1906'] = {'BDA1906', 'Cite BDA1906'},
['CITEREFJohnstonWelshSchafer2001'] = {'Johnston-Streamliner'},
['CITEREFJohnstonWelshSchafer2001'] = {'Johnston-Streamliner'},
['CITEREFJones2000'] = {'New Cambridge Medieval History'},
['CITEREFJones2011'] = {'Cite EPD'},
['CITEREFJones2011'] = {'Cite EPD'},
['CITEREFJordan2002'] = {'Jordan-WineWABest'},
['CITEREFJordan2002'] = {'Jordan-WineWABest'},
Line 714: Line 926:
['CITEREFJowett1989'] = {'Jowett-Atlas', 'Carnarvonshire Railway'},
['CITEREFJowett1989'] = {'Jowett-Atlas', 'Carnarvonshire Railway'},
['CITEREFJowett2000'] = {'Jowett-Nationalised'},
['CITEREFJowett2000'] = {'Jowett-Nationalised'},
['CITEREFJullien2018'] = template_names['ODLA'],
['CITEREFJupp1986'] = {'HistoryofParliament'},
['CITEREFJupp1986'] = {'HistoryofParliament'},


Line 720: Line 933:
['CITEREFKadinsky2016'] = {'Cite Hidden Waters NYC'},
['CITEREFKadinsky2016'] = {'Cite Hidden Waters NYC'},
['CITEREFKaegi1991'] = template_names['ODB'],
['CITEREFKaegi1991'] = template_names['ODB'],
['CITEREFKamp1981'] = {'DBI', 'Dizionario Biografico degli Italiani'},
['CITEREFKang2008'] = {'Country study'},
['CITEREFKang2008'] = {'Country study'},
['CITEREFKarl_Frohnmeyer1953'] = template_names['NDB'],
['CITEREFKarl_Frohnmeyer1953'] = template_names['NDB'],
['CITEREFKarnow1989'] = {'Cite-Karnow'},
['CITEREFKarnow1989'] = {'Cite-Karnow'},
['CITEREFKazemzadeh1951'] = {'Cite The Struggle for Transcaucasia'},
['CITEREFKazemzadeh1951'] = {'The Struggle for Transcaucasia'},
['CITEREFKazhdan1991'] = template_names['ODB'],
['CITEREFKazhdan1991'] = template_names['ODB'],
['CITEREFKazhdanCutler1991'] = template_names['ODB'],
['CITEREFKazhdanCutler1991'] = template_names['ODB'],
['CITEREFKazhdanJeffreys1991'] = template_names['ODB'],
['CITEREFKazhdanŠevčenko1991'] = template_names['ODB'],
['CITEREFKazhdanŠevčenko1991'] = template_names['ODB'],
['CITEREFKeefe2006'] = {'Schubert\'s compositions (references)'},
['CITEREFKeefe2006'] = {'Schubert\'s compositions (references)'},
['CITEREFKeightley1999'] = {'Cite Cambridge History of China'},
['CITEREFKeller1937'] = {'Bach\'s compositions (sources)'},
['CITEREFKeller1937'] = {'Bach\'s compositions (sources)'},
['CITEREFKelley1975'] = {'Kelley General Topology'},
['CITEREFKelly1988'] = {'Cite GEIL'},
['CITEREFKellyBurrage1920'] = {'Cite AMB1920'},
['CITEREFKellyBurrage1920'] = {'Cite AMB1920'},
['CITEREFKennedy1998'] = {'Cite Kennedy 1998'},
['CITEREFKennedy1998'] = {'The Cambridge History of Egypt', 'Cite Kennedy 1998', 'Cambridge History of Egypt'},
['CITEREFKennedy2001'] = {'Kennedy-The Armies of the Caliphs'},
['CITEREFKennedy2001'] = {'Kennedy-The Armies of the Caliphs'},
['CITEREFKennedy2004'] = {'The Prophet and the Age of the Caliphates'},
['CITEREFKennedy2004'] = {'The Prophet and the Age of the Caliphates'},
Line 745: Line 965:
['CITEREFKoderHild1976'] = {'Tabula Imperii Byzantini'},
['CITEREFKoderHild1976'] = {'Tabula Imperii Byzantini'},
['CITEREFKoderSoustalKoder1998'] = {'Tabula Imperii Byzantini'},
['CITEREFKoderSoustalKoder1998'] = {'Tabula Imperii Byzantini'},
['CITEREFKoeppel2015'] = {'Cite citygrid'},
['CITEREFKofos1977'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFKofos1977'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFKolde1914'] = {'Schaff-Herzog'},
['CITEREFKohler1902'] = {'Cite Jewish Encyclopedia'},
['CITEREFKohler1902'] = {'Cite Jewish Encyclopedia'},
['CITEREFKolde1914'] = {'Schaff-Herzog'},
['CITEREFKoliopoulos1978'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFKoliopoulos1978'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFKolmogorovFomin1957'] = {'Kolmogorov Fomin Elements of the Theory of Functions and Functional Analysis'},
['CITEREFKolmogorovFomin1957'] = {'Kolmogorov Fomin Elements of the Theory of Functions and Functional Analysis'},
['CITEREFKonrad_Ameln1985'] = template_names['NDB'],
['CITEREFKonrad_Ameln1985'] = template_names['NDB'],
['CITEREFKorkotyan1932'] = {'Cite The Population of Soviet Armenia'},
['CITEREFKoska2011'] = {'Bach\'s compositions (sources)'},
['CITEREFKoska2011'] = {'Bach\'s compositions (sources)'},
['CITEREFKratville1962'] = {'Kratville-SSL'},
['CITEREFKratville1962'] = {'Kratville-SSL'},
['CITEREFKretzschmar1910'] = {'Bach\'s compositions (sources)'},
['CITEREFKretzschmar1910'] = {'Bach\'s compositions (sources)'},
['CITEREFKube2009'] = {'Schubert\'s compositions (references)'},
['CITEREFKube2009'] = {'Schubert\'s compositions (references)'},
['CITEREFKubrusly2011'] = {'Kubrusly The Elements of Operator Theory 2nd Edition 2011'},
['CITEREFKuznik2008'] = {'Bach\'s compositions (sources)'},
['CITEREFKöthe1969'] = {'Köthe Topological Vector Spaces I'},
['CITEREFKöthe1969'] = {'Köthe Topological Vector Spaces I'},
['CITEREFKöthe1979'] = {'Köthe Topological Vector Spaces II'},
['CITEREFKöthe1983'] = {'Köthe Topological Vector Spaces I'},
['CITEREFKülzer2008'] = {'Tabula Imperii Byzantini'},
['CITEREFKülzer2008'] = {'Tabula Imperii Byzantini'},


----------< L >----------
----------< L >----------
['CITEREFLa_Porta2018'] = template_names['ODLA'],
['CITEREFLacourcière1974'] = {'Cite DCB'},
['CITEREFLadefogedMaddieson1996'] = {'SOWL'},
['CITEREFLadefogedMaddieson1996'] = {'SOWL'},
['CITEREFLandau-Tasseron2010'] = {'New Cambridge History of Islam'},
['CITEREFLandauCondit1996'] = {'Cite nysky'},
['CITEREFLandauCondit1996'] = {'Cite nysky'},
['CITEREFLandmann1907'] = {'Bach\'s compositions (sources)'},
['CITEREFLandmann1907'] = {'Bach\'s compositions (sources)'},
['CITEREFLang2002'] = {'Lang Algebra'},
['CITEREFLaërtius1925'] = {'Cite Lives of the Eminent Philosophers', 'Cite LotEP'},
['CITEREFLaërtius1925'] = {'Cite Lives of the Eminent Philosophers', 'Cite LotEP'},
['CITEREFLe_Quien1740'] = {'Oriens Christianus'},
['CITEREFLe_Quien1740'] = {'Oriens Christianus'},
Line 769: Line 999:
['CITEREFLeblanc1979'] = {'Cite DCB'},
['CITEREFLeblanc1979'] = {'Cite DCB'},
['CITEREFLee1903'] = {'Cite DNBIE'},
['CITEREFLee1903'] = {'Cite DNBIE'},
['CITEREFLee2018'] = template_names['ODLA'],
['CITEREFLegifrance'] = {'Cite Legifrance', 'Cite Légifrance'},
['CITEREFLeisingerWollny1993'] = {'Bach\'s compositions (sources)'},
['CITEREFLeisingerWollny1993'] = {'Bach\'s compositions (sources)'},
['CITEREFLev1999'] = {'Saladin in Egypt'},
['CITEREFLevitan2001'] = {'Springer'},
['CITEREFLevitan2001'] = {'Springer'},
['CITEREFLewin1925'] = {'Lewin-EarlyRail'},
['CITEREFLewin1925'] = {'Lewin-EarlyRail'},
Line 776: Line 1,009:
['CITEREFLewis1991'] = {'Lewis-Shortline-1991'},
['CITEREFLewis1991'] = {'Lewis-Shortline-1991'},
['CITEREFLewis1996'] = {'Lewis-Shortline-1996'},
['CITEREFLewis1996'] = {'Lewis-Shortline-1996'},
['CITEREFLi2002'] = {'Cite Cambridge History of China'},
['CITEREFLiederNet_Archive'] = {'Schubert\'s compositions (references)'},
['CITEREFLiederNet_Archive'] = {'Schubert\'s compositions (references)'},
['CITEREFLighthouses_of_Australia_Inc'] = {'Cite loa'},
['CITEREFLighthouses_of_Australia_Inc'] = {'Cite loa'},
['CITEREFLilieLudwigPratschZielke1998–2013'] = {'Prosopographie der mittelbyzantinischen Zeit'},
['CITEREFLilieLudwigPratschZielke1999'] = {'Prosopographie der mittelbyzantinischen Zeit', 'PMBZ'},
['CITEREFLilieLudwigPratschZielke2000'] = {'Prosopographie der mittelbyzantinischen Zeit'},
['CITEREFLilieLudwigPratschZielke2001'] = {'Prosopographie der mittelbyzantinischen Zeit'},
['CITEREFLilieLudwigPratschZielke2002'] = {'Prosopographie der mittelbyzantinischen Zeit'},
['CITEREFLilieLudwigPratschZielke2009'] = {'Prosopographie der mittelbyzantinischen Zeit'},
['CITEREFLilieLudwigPratschZielke2013'] = {'Prosopographie der mittelbyzantinischen Zeit'},
['CITEREFLind1986'] = {'Lind-Limiteds'},
['CITEREFLind1986'] = {'Lind-Limiteds'},
['CITEREFLittle1974'] = {'Cite DCB'},
['CITEREFLoeweShaughnessy1999'] = {'Cite Cambridge History of China'},
['CITEREFLongnon1969'] = {'Setton-A History of the Crusades'},
['CITEREFLongnon1969'] = {'Setton-A History of the Crusades'},
['CITEREFLoverance2018'] = template_names['ODLA'],
['CITEREFLukonin1983'] = {'Cambridge History of Iran'},
['CITEREFLurie'] = {'Lurie-HA'},
['CITEREFLuscombeRiley-Smith2004'] = {'New Cambridge Medieval History'},
['CITEREFLuttrell1975'] = {'Setton-A History of the Crusades'},
['CITEREFLuttrell1975'] = {'Setton-A History of the Crusades'},
['CITEREFLuttrell1987'] = {'DBI'},
['CITEREFLuttrell1987'] = {'DBI'},
Line 787: Line 1,034:
['CITEREFLéger1990'] = {'Cite DCB'},
['CITEREFLéger1990'] = {'Cite DCB'},
['CITEREFle_Fleming1953'] = {'RCTS-LocosGWR-8'},
['CITEREFle_Fleming1953'] = {'RCTS-LocosGWR-8'},
['CITEREFle_Fleming1958'] = {'RCTS-LocosGWR-5'},
['CITEREFle_Fleming1960'] = {'RCTS-LocosGWR-8'},
['CITEREFle_Fleming1960'] = {'RCTS-LocosGWR-8'},


Line 792: Line 1,040:
['CITEREFMacDermot1927'] = {'Infobox GWR'},
['CITEREFMacDermot1927'] = {'Infobox GWR'},
['CITEREFMacDermot1931'] = {'Infobox GWR'},
['CITEREFMacDermot1931'] = {'Infobox GWR'},
['CITEREFMacFarquharFairbank1987'] = {'Cite Cambridge History of China'},
['CITEREFMadelung1975'] = template_names['Cam_Hist_Iran'],
['CITEREFMacFarquharFairbank1991'] = {'Cite Cambridge History of China'},
['CITEREFMachinery&#039;s_Handbook1996'] = {'MachinerysHandbook25e'},
['CITEREFMadelung1978'] = {'EI2'},
['CITEREFMagdalino2002'] = {'The Empire of Manuel I Komnenos'},
['CITEREFMagdalino2002'] = {'The Empire of Manuel I Komnenos'},
['CITEREFMaiken1989'] = {'Maiken-Night Trains'},
['CITEREFMaiken1989'] = {'Maiken-Night Trains'},
Line 808: Line 1,059:
['CITEREFMarshall1833'] = {'Cite RNB1823'},
['CITEREFMarshall1833'] = {'Cite RNB1823'},
['CITEREFMarshall1835'] = {'Cite RNB1823'},
['CITEREFMarshall1835'] = {'Cite RNB1823'},
['CITEREFMarshall1969'] = {'Lancashire & Yorkshire Railway 1'},
['CITEREFMarshall1970'] = {'Lancashire & Yorkshire Railway 2'},
['CITEREFMarshall1972'] = {'Lancashire & Yorkshire Railway 3'},
['CITEREFMarshall1972'] = {'Lancashire & Yorkshire Railway 3'},
['CITEREFMarshall2001'] = {'Marshall-INGSR'},
['CITEREFMarshall2001'] = {'Marshall-INGSR'},
Line 816: Line 1,069:
['CITEREFMartindale1992'] = {'Prosopography of the Later Roman Empire', 'PLRE'},
['CITEREFMartindale1992'] = {'Prosopography of the Later Roman Empire', 'PLRE'},
['CITEREFMartindaleJonesMorris1971'] = {'Prosopography of the Later Roman Empire', 'PLRE'},
['CITEREFMartindaleJonesMorris1971'] = {'Prosopography of the Later Roman Empire', 'PLRE'},
['CITEREFMaul2005'] = {'Bach\'s compositions (sources)'},
['CITEREFMayGray2006'] = {'MayGray-WAGRPassCar'},
['CITEREFMayGray2006'] = {'MayGray-WAGRPassCar'},
['CITEREFMcArthurMcArthur2003'] = {'Cite ogn', 'Cite Oregon Geographic Names'},
['CITEREFMcArthurMcArthur2003'] = {'Cite ogn', 'Cite Oregon Geographic Names'},
Line 821: Line 1,075:
['CITEREFMcCurdyRogers1902'] = {'Cite Jewish Encyclopedia'},
['CITEREFMcCurdyRogers1902'] = {'Cite Jewish Encyclopedia'},
['CITEREFMcDonnell2015'] = {'McDonnell-Locomotives-2nd'},
['CITEREFMcDonnell2015'] = {'McDonnell-Locomotives-2nd'},
['CITEREFMcGeerNesbittOikonomides2001'] = {'Catalogue of Byzantine Seals at Dumbarton Oaks and in the Fogg Museum of Art'},
['CITEREFMcGeerNesbittOikonomides2005'] = {'Catalogue of Byzantine Seals at Dumbarton Oaks and in the Fogg Museum of Art'},
['CITEREFMcGhee2008'] = {'Cite McGhee 2008'},
['CITEREFMcGhee2008'] = {'Cite McGhee 2008'},
['CITEREFMcKitterick1995'] = {'New Cambridge Medieval History'},
['CITEREFMeiningen1704'] = {'Bach\'s compositions (sources)'},
['CITEREFMeiningen1704'] = {'Bach\'s compositions (sources)'},
['CITEREFMeints1992'] = {'Meints-Companies'},
['CITEREFMeints1992'] = {'Meints-Companies'},
Line 827: Line 1,084:
['CITEREFMelamed1988'] = {'Bach\'s compositions (sources)'},
['CITEREFMelamed1988'] = {'Bach\'s compositions (sources)'},
['CITEREFMelamed1995'] = {'Bach\'s compositions (sources)'},
['CITEREFMelamed1995'] = {'Bach\'s compositions (sources)'},
['CITEREFMennell1892'] = {'Dictionary of Australasian Biography'},
['CITEREFMetcalfe2009'] = {'The Muslims of Medieval Italy'},
['CITEREFMiddleton1961'] = {'Middleton-Interurban'},
['CITEREFMiddleton1961'] = {'Middleton-Interurban'},
['CITEREFMiddleton2001'] = {'Middleton-Electrified-2nd'},
['CITEREFMiddleton2001'] = {'Middleton-Electrified-2nd'},
Line 840: Line 1,099:
['CITEREFMittermeierLouisRichardsonSchwitzer2010'] = {'LoM3'},
['CITEREFMittermeierLouisRichardsonSchwitzer2010'] = {'LoM3'},
['CITEREFMittermeierTattersallKonstantMeyers1994'] = {'LoM1'},
['CITEREFMittermeierTattersallKonstantMeyers1994'] = {'LoM1'},
['CITEREFMoore1875'] = {'Cite CEM'},
['CITEREFMorana1993'] = {'Bach\'s compositions (sources)'},
['CITEREFMorana1993'] = {'Bach\'s compositions (sources)'},
['CITEREFMoschonas1975'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFMoschonas1975'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFMoteTwitchett1988'] = {'Cite Cambridge History of China'},
['CITEREFMottahedeh1975'] = template_names['Cam_Hist_Iran'],
['CITEREFMozartHaydnHaydn2008'] = {'Schubert\'s compositions (references)'},
['CITEREFMozartHaydnHaydn2008'] = {'Schubert\'s compositions (references)'},
['CITEREFMullié1852'] = {'Cite Mullié', 'Mullié'},
['CITEREFMunkres1974'] = {'Munkres Topology'},
['CITEREFMunkres1974'] = {'Munkres Topology'},
['CITEREFMunkres2000'] = {'Munkres Topology'},
['CITEREFMunkres2000'] = {'Munkres Topology'},
['CITEREFMurray2006'] = {'Murray-Illinois Central'},
['CITEREFMurray2006'] = {'Murray-Illinois Central'},
['CITEREFMusserCarleton2005'] = {'MSW3 Muroidea'},
['CITEREFMyersWang2002'] = {'Cite Cambridge History of China'},
['CITEREFMüller,_Hans-Christian1966'] = template_names['NDB'],
['CITEREFMüller,_Hans-Christian1966'] = template_names['NDB'],


Line 854: Line 1,117:
['CITEREFNSA_website'] = {'Schubert\'s compositions (references)'},
['CITEREFNSA_website'] = {'Schubert\'s compositions (references)'},
['CITEREFNariciBeckenstein2011'] = {'Narici Beckenstein Topological Vector Spaces'},
['CITEREFNariciBeckenstein2011'] = {'Narici Beckenstein Topological Vector Spaces'},
['CITEREFNemiroffBonnell1998'] = {'Cite APOD'},
['CITEREFNemiroffBonnell2004'] = {'Cite APOD'},
['CITEREFNemiroffBonnell2005'] = {'Cite APOD'},
['CITEREFNemiroffBonnell2006'] = {'Cite APOD'},
['CITEREFNemiroffBonnell2007'] = {'Cite APOD'},
['CITEREFNersessian2018'] = template_names['ODLA'],
['CITEREFNersessian2018'] = template_names['ODLA'],
['CITEREFNesbittMorrisson2009'] = {'Catalogue of Byzantine Seals at Dumbarton Oaks and in the Fogg Museum of Art'},
['CITEREFNesbittOikonomides1991'] = {'Catalogue of Byzantine Seals at Dumbarton Oaks and in the Fogg Museum of Art'},
['CITEREFNesbittOikonomides1994'] = {'Catalogue of Byzantine Seals at Dumbarton Oaks and in the Fogg Museum of Art'},
['CITEREFNesbittOikonomides1996'] = {'Catalogue of Byzantine Seals at Dumbarton Oaks and in the Fogg Museum of Art'},
['CITEREFNestruev2020'] = {'Nestruev Smooth Manifolds and Observables 2020'},
['CITEREFNeukirch1999'] = {'Neukirch ANT'},
['CITEREFNeukirch1999'] = {'Neukirch ANT'},
['CITEREFNeukirchSchmidtWingberg2000'] = {'Neukirch et al. CNF'},
['CITEREFNeukirchSchmidtWingberg2000'] = {'Neukirch et al. CNF'},
['CITEREFNew_Cambridge_Medieval_History'] = {'New Cambridge Medieval History'},
['CITEREFNew_York_City_Landmarks_Preservation_CommissionDolkartPostal2009'] = {'Cite nycland'},
['CITEREFNew_York_City_Landmarks_Preservation_CommissionDolkartPostal2009'] = {'Cite nycland'},
['CITEREFNewbould1999'] = {'Schubert\'s compositions (references)'},
['CITEREFNewbould1999'] = {'Schubert\'s compositions (references)'},
['CITEREFNicholson2018'] = template_names['ODLA'],
['CITEREFNicholsonCanepaDaryaee2018'] = template_names['ODLA'],
['CITEREFNicholsonCanepaDaryaee2018'] = template_names['ODLA'],
['CITEREFNicol1968'] = {'The Byzantine Family of Kantakouzenos'},
['CITEREFNicol1984'] = {'The Despotate of Epiros, 1267–1479'},
['CITEREFNicol1988'] = {'Byzantium and Venice: A Study in Diplomatic and Cultural Relations'},
['CITEREFNicol1988'] = {'Byzantium and Venice: A Study in Diplomatic and Cultural Relations'},
['CITEREFNicol1992'] = {'The Immortal Emperor: The Life and Legend of Constantine Palaiologos, Last Emperor of the Romans'},
['CITEREFNicol1993'] = {'The Last Centuries of Byzantium, 1261–1453', 'The Last Centuries of Byzantium'},
['CITEREFNicol1993'] = {'The Last Centuries of Byzantium, 1261–1453', 'The Last Centuries of Byzantium'},
['CITEREFNicol1994'] = {'The Byzantine Lady: Ten Portraits, 1250–1500'},
['CITEREFNock1974'] = {'Nock-EustonGlasgow'},
['CITEREFNock1974'] = {'Nock-EustonGlasgow'},


----------< O >----------
----------< O >----------
['CITEREFO&#039;Byrne1849'] = {'Cite NBD1849'},
['CITEREFO&#039;Byrne1849'] = {'Cite NBD1849'},
['CITEREFO&#039;ConnorRobertson'] = {'MacTutor Biography', 'MacTutor'},
['CITEREFO&#039;ConnorRobertson1996'] = {'MacTutor Biography', 'MacTutor'},
['CITEREFO&#039;ConnorRobertson1996'] = {'MacTutor Biography', 'MacTutor'},
['CITEREFO&#039;ConnorRobertson2000'] = {'MacTutor Biography', 'MacTutor'},
['CITEREFO&#039;ConnorRobertson2000'] = {'MacTutor Biography', 'MacTutor'},
['CITEREFO&#039;ConnorRobertson2004'] = {'MacTutor Biography', 'MacTutor'},
['CITEREFODB'] = {'Oxford Dictionary of Byzantium'},
['CITEREFO&#039;Donoghue1897'] = {'Cite DNB'},
['CITEREFODB'] = template_names['ODB'],
['CITEREFODLA'] = template_names['ODLA'],
['CITEREFODLA'] = template_names['ODLA'],
['CITEREFOdisheli2018'] = template_names['ODLA'],
['CITEREFOfficial_Guide_of_the_Railways1950'] = {'Official Guide of the Railways'},
['CITEREFOfficial_Guide_of_the_Railways1950'] = {'Official Guide of the Railways'},
['CITEREFOgorek2012'] = {'Ogorek-South Shore'},
['CITEREFOgorek2012'] = {'Ogorek-South Shore'},
['CITEREFOikonomides1991'] = template_names['ODB'],
['CITEREFOikonomides1991'] = template_names['ODB'],
['CITEREFOikonomou1977'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFOrmsby1982'] = {'Cite DCB'},


----------< P >----------
----------< P >----------
Line 878: Line 1,163:
['CITEREFPalmer1875'] = {'Cite ADB'},
['CITEREFPalmer1875'] = {'Cite ADB'},
['CITEREFPalmerStewart1965'] = {'Palmer & Stewart'},
['CITEREFPalmerStewart1965'] = {'Palmer & Stewart'},
['CITEREFPatience1996'] = {'Patience-SteamTwilight'},
['CITEREFPatton2005'] = {'MSW3 Geomyidae'},
['CITEREFPatton2005'] = {'MSW3 Geomyidae'},
['CITEREFPawson1979'] = {'Pawson-Delaware Valley'},
['CITEREFPaxtonBourne1985'] = {'Paxton-Bourne'},
['CITEREFPaxtonBourne1985'] = {'Paxton-Bourne'},
['CITEREFPeck1898'] = {'HDCA'},
['CITEREFPeck1898'] = {'HDCA'},
['CITEREFPerlis2001'] = {'Springer'},
['CITEREFPerreault2004'] = {'Bach\'s compositions (sources)'},
['CITEREFPerreault2004'] = {'Bach\'s compositions (sources)'},
['CITEREFPeterson2002'] = {'Cite Cambridge History of China'},
['CITEREFPeterson2016'] = {'Cite Cambridge History of China'},
['CITEREFPetropoulosKoumarianou1977'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFPetropoulosKoumarianou1977'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFPetrucci1982'] = {'DBI'},
['CITEREFPfau2008'] = {'Bach\'s compositions (sources)'},
['CITEREFPfau2008'] = {'Bach\'s compositions (sources)'},
['CITEREFPikros1977'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFPinkepank1973'] = {'Pinkepank diesel spotters guide 2'},
['CITEREFPinkepank1973'] = {'Pinkepank diesel spotters guide 2'},
['CITEREFPlantlist2016'] = {'Plantlist'},
['CITEREFPlantlist2016'] = {'Plantlist'},
['CITEREFPlaten1976'] = {'Bach\'s compositions (sources)'},
['CITEREFPlaten1976'] = {'Bach\'s compositions (sources)'},
['CITEREFPloumidisAlexiou1974'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFPmbZ'] = {'Prosopographie der mittelbyzantinischen Zeit', 'PMBZ'},
['CITEREFPmbZ'] = {'Prosopographie der mittelbyzantinischen Zeit', 'PMBZ'},
['CITEREFPolemis1968'] = {'Polemis-The Doukai'},
['CITEREFPolemis1968'] = {'Polemis-The Doukai'},
['CITEREFPope2007'] = {'Encyclopaedia Judaica', 'Cite EJ', 'Cite Encyclopaedia Judaica'},
['CITEREFPopplewell'] = {'Popplewell-Gazetteer'},
['CITEREFPotts2018'] = template_names['ODLA'],
['CITEREFPotts2018'] = template_names['ODLA'],
['CITEREFPottsCanepa2018'] = template_names['ODLA'],
['CITEREFPloumidisAlexiou1974'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFPopplewell'] = {'Popplewell-Gazetteer'},
['CITEREFPourshariati2017'] = {'Encyclopædia Iranica Online'},
['CITEREFPozza1992'] = {'DBI', 'Dizionario Biografico degli Italiani'},
['CITEREFPrawer1985'] = {'Setton-A History of the Crusades'},
['CITEREFPrawer1985'] = {'Setton-A History of the Crusades'},
['CITEREFPritsak1991'] = template_names['ODB'],
['CITEREFPritsak1991'] = template_names['ODB'],
Line 899: Line 1,195:
['CITEREFQuick2009'] = {'Quick-Stations'},
['CITEREFQuick2009'] = {'Quick-Stations'},
['CITEREFQuick2019'] = {'Quick-stations-5'},
['CITEREFQuick2019'] = {'Quick-stations-5'},
['CITEREFQuick2020'] = {'Quick-stations-5'},
['CITEREFQuick2022'] = {'Quick-stations-5'},
['CITEREFQuick2023'] = {'Quick-stations-5.05'},


----------< R >----------
----------< R >----------
['CITEREFRamaer1974'] = {'Ramaer-SteamLocosEAR'},
['CITEREFRamaer1974'] = {'Ramaer-SteamLocosEAR'},
['CITEREFRansome-Wallis1971'] = {'Ransome-Wallis 1'},
['CITEREFRateliff2007'] = template_names['ME-ref'],
['CITEREFRateliff2007'] = template_names['ME-ref'],
['CITEREFRavegnano2000'] = {'DBI'},
['CITEREFRavegnano2000'] = {'DBI'},
Line 909: Line 1,209:
['CITEREFReinhard_Tenberg1990'] = {'BBKL'},
['CITEREFReinhard_Tenberg1990'] = {'BBKL'},
['CITEREFRettinghaus2020'] = {'BDh'},
['CITEREFRettinghaus2020'] = {'BDh'},
['CITEREFReuter2000'] = {'New Cambridge Medieval History'},
['CITEREFReynolds1921'] = {'Cite Collier\'s', 'Collier\'s'},
['CITEREFReynolds1921'] = {'Cite Collier\'s', 'Collier\'s'},
['CITEREFReynoldsOroszi2000'] = {'Reynolds-BO'},
['CITEREFReynoldsOroszi2000'] = {'Reynolds-BO'},
['CITEREFRezakhani2018'] = template_names['ODLA'],
['CITEREFRichter2018'] = {'BDh'},
['CITEREFRichter2018'] = {'BDh'},
['CITEREFRigo2005'] = template_names['ODB'],
['CITEREFRigo2005'] = template_names['ODB'],
['CITEREFRines1920'] = {'Americana','Cite Americana'},
['CITEREFRipleyDana1863'] = {'New American Cyclopedia'},
['CITEREFRipleyDana1863'] = {'New American Cyclopedia'},
['CITEREFRipleyDana1864'] = {'New American Cyclopedia'},
['CITEREFRipleyDana1864'] = {'New American Cyclopedia'},
Line 919: Line 1,222:
['CITEREFRobert_Eitner1891'] = {'Cite ADB'},
['CITEREFRobert_Eitner1891'] = {'Cite ADB'},
['CITEREFRobertson1983'] = {'Robertson-OriginScot'},
['CITEREFRobertson1983'] = {'Robertson-OriginScot'},
['CITEREFRockafellarWets2009'] = {'Rockafellar Wets Variational Analysis 2009 Springer'},
['CITEREFRoe1916'] = {'Roe1916'},
['CITEREFRoe1937'] = {'Roe1937'},
['CITEREFRolt1965'] = {'Rolt1965'},
['CITEREFRoltKichenside1982'] = {'Rolt-Red'},
['CITEREFRoltKichenside1982'] = {'Rolt-Red'},
['CITEREFRose1857'] = {'Cite Newgenbio'},
['CITEREFRose1857'] = {'Cite Newgenbio'},
['CITEREFRosenfeld1974'] = template_names['NDB'],
['CITEREFRosenfeld1974'] = template_names['NDB'],
['CITEREFRosenzweigBlackmar1992'] = {'Cite Central Park history'},
['CITEREFRosenzweigBlackmar1992'] = {'Cite Central Park History', 'Cite Central Park history'},
['CITEREFRowe2002'] = {'Cite Cambridge History of China'},
['CITEREFRowledge1975'] = {'Rowledge-Engines of the LMS'},
['CITEREFRowledge1975'] = {'Rowledge-Engines of the LMS'},
['CITEREFRowledge1993'] = {'Rowledge-Irish Steam Register'},
['CITEREFRowledge1993'] = {'Rowledge-Irish Steam Register'},
['CITEREFRowlett'] = {'Cite rowlett'},
['CITEREFRowlett'] = {'Cite rowlett', 'Cite Rowlett'},
['CITEREFRowlett2007'] = {'Cite rowlett', 'Cite Rowlett'},
['CITEREFRowlett2012'] = {'Cite rowlett', 'Cite Rowlett'},
['CITEREFRowlett2013'] = {'Cite rowlett', 'Cite Rowlett'},
['CITEREFRowlett2016'] = {'Cite rowlett', 'Cite Rowlett'},
['CITEREFRowlett2017'] = {'Cite rowlett', 'Cite Rowlett'},
['CITEREFRowling1997'] = {'HP1ref'},
['CITEREFRowling1998'] = {'HP2ref'},
['CITEREFRowling1999'] = {'HP3ref'},
['CITEREFRowling2000'] = {'HP4ref'},
['CITEREFRowling2003'] = {'HP5ref'},
['CITEREFRowling2005'] = {'HP6ref'},
['CITEREFRowling2007'] = {'HP7ref'},
['CITEREFRudin1973'] = {'Rudin Walter Functional Analysis'},
['CITEREFRudin1973'] = {'Rudin Walter Functional Analysis'},
['CITEREFRudin1991'] = {'Rudin Walter Functional Analysis'},
['CITEREFRudin1991'] = {'Rudin Walter Functional Analysis'},
Line 933: Line 1,253:
['CITEREFRunciman1954'] = {'Runciman-A History of the Crusades'},
['CITEREFRunciman1954'] = {'Runciman-A History of the Crusades'},
['CITEREFRunciman1989'] = {'Runciman-A History of the Crusades'},
['CITEREFRunciman1989'] = {'Runciman-A History of the Crusades'},
['CITEREFRussell1985'] = {'Setton-A History of the Crusades'},
['CITEREFRussell1985'] = {'Setton-A History of the Crusades', 'Encyclopædia Iranica Online', 'Encyclopædia Iranica', 'Encyclopaedia Iranica', 'Cite Encyclopædia Iranica Online'},
['CITEREFRussellNorvig2003'] = {'Russell Norvig 2003'},
['CITEREFRussellNorvig2003'] = {'Russell Norvig 2003'},
['CITEREFRybczynski2000'] = {'Rybczynski2000'},
['CITEREFRybczynski2000'] = {'Rybczynski2000'},
Line 940: Line 1,260:
['CITEREFSR_staff2013'] = {'Houston family tree'},
['CITEREFSR_staff2013'] = {'Houston family tree'},
['CITEREFSalo2004'] = template_names['ME-ref'],
['CITEREFSalo2004'] = template_names['ME-ref'],
['CITEREFSanders1998'] = {'The Cambridge History of Egypt', 'Cambridge History of Egypt'},
['CITEREFSanders2003'] = {'Sanders-Indiana'},
['CITEREFSanders2003'] = {'Sanders-Indiana'},
['CITEREFSanders2006'] = {'Sanders-Heartland'},
['CITEREFSanders2006'] = {'Sanders-Heartland'},
Line 964: Line 1,285:
['CITEREFSchmieder1950'] = {'Bach\'s compositions (sources)'},
['CITEREFSchmieder1950'] = {'Bach\'s compositions (sources)'},
['CITEREFSchmieder1990'] = {'Bach\'s compositions (sources)'},
['CITEREFSchmieder1990'] = {'Bach\'s compositions (sources)'},
['CITEREFSchmitz1870'] = {'Cite DGRBM'},
['CITEREFSchneider1907'] = {'Bach\'s compositions (sources)'},
['CITEREFSchneider1907'] = {'Bach\'s compositions (sources)'},
['CITEREFSchneider1912'] = {'Bach\'s compositions (sources)'},
['CITEREFSchneider1912'] = {'Bach\'s compositions (sources)'},
Line 981: Line 1,303:
['CITEREFScribbins2008'] = {'Scribbins-400-2008', 'Scribbins-Remembered'},
['CITEREFScribbins2008'] = {'Scribbins-400-2008', 'Scribbins-Remembered'},
['CITEREFSearle'] = {'Cite sslidx'},
['CITEREFSearle'] = {'Cite sslidx'},
['CITEREFSearle1980'] = {'Searle 1980'},
['CITEREFSellwood1983'] = template_names['Cam_Hist_Iran'],
['CITEREFSemmensGoldfinch2000'] = {'Book-Semmens-Goldfinch-How Steam Locomotives Really Work'},
['CITEREFSemmensGoldfinch2003'] = {'Book-Semmens-Goldfinch-How Steam Locomotives Really Work'},
['CITEREFSetton1975'] = {'Setton-A History of the Crusades'},
['CITEREFSetton1975'] = {'Setton-A History of the Crusades'},
['CITEREFSetton1976'] = {'The Papacy and the Levant'},
['CITEREFSetton1976'] = {'The Papacy and the Levant'},
['CITEREFSetton1978'] = {'The Papacy and the Levant'},
['CITEREFSetton1978'] = {'The Papacy and the Levant'},
['CITEREFSetton1984'] = {'The Papacy and the Levant'},
['CITEREFSetton1984'] = {'The Papacy and the Levant'},
['CITEREFSettonHazard1975'] = {'Setton-A History of the Crusades'},
['CITEREFSfyroeras1975'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFShaughnessy1997'] = {'Shaughnessy-DH'},
['CITEREFShaughnessy1997'] = {'Shaughnessy-DH'},
['CITEREFShaw1978'] = {'Shaw-RailroadAccidents'},
['CITEREFShaw1978'] = {'Shaw-RailroadAccidents'},
['CITEREFShiji'] = {'Cite Shiji'},
['CITEREFShindo2004'] = {'Kaneto-shindo-shinario-jinsei'},
['CITEREFShindo2004'] = {'Kaneto-shindo-shinario-jinsei'},
['CITEREFShippey2001'] = template_names['ME-ref'],
['CITEREFShippey2005'] = template_names['ME-ref'],
['CITEREFShoshani2005'] = {'MSW3 Shoshani'},
['CITEREFShtern2001'] = {'Springer', 'SpringerEOM'},
['CITEREFShtern2001'] = {'Springer', 'SpringerEOM'},
['CITEREFSiegele1957'] = {'Bach\'s compositions (sources)'},
['CITEREFSiegele1957'] = {'Bach\'s compositions (sources)'},
['CITEREFSilanos2014'] = {'DBI', 'Dizionario Biografico degli Italiani'},
['CITEREFSilke2006'] = {'O\'Donnell family tree'},
['CITEREFSilke2006'] = {'O\'Donnell family tree'},
['CITEREFSima'] = {'Cite Shiji'},
['CITEREFSimaSima'] = {'Cite Shiji'},
['CITEREFSimmons2005'] = {'MSW3 Chiroptera'},
['CITEREFSimmons2005'] = {'MSW3 Chiroptera'},
['CITEREFSimon1966'] = {'Simon-Wines Australia'},
['CITEREFSimon1966'] = {'Simon-Wines Australia'},
Line 998: Line 1,329:
['CITEREFSinclair1911'] = {'DCBL'},
['CITEREFSinclair1911'] = {'DCBL'},
['CITEREFSinger1905'] = {'Jewish Encyclopedia'},
['CITEREFSinger1905'] = {'Jewish Encyclopedia'},
['CITEREFSix1934'] = {'Cite Six', 'Cite six'},
['CITEREFSkjærvø2018'] = template_names['ODLA'],
['CITEREFSkoulatos1980'] = {'Les personnages byzantins de l\'Alexiade'},
['CITEREFSkoulatos1980'] = {'Les personnages byzantins de l\'Alexiade'},
['CITEREFSloan1964'] = {'Sloan1964'},
['CITEREFSloan1964'] = {'Sloan1964'},
['CITEREFSmith1854'] = {'Cite DGRG'},
['CITEREFSmid2008'] = {'Smid2008'},
['CITEREFSmid2010'] = {'Smid2010'},
['CITEREFSmith1854'] = {'Cite DGRG', 'DGRG'},
['CITEREFSmith1870'] = {'DGRBM', 'Cite DGRBM'},
['CITEREFSmith1870'] = {'DGRBM', 'Cite DGRBM'},
['CITEREFSmith1873'] = {'DGRBM', 'Cite DGRBM'},
['CITEREFSmith1873'] = {'DGRBM', 'Cite DGRBM'},
Line 1,016: Line 1,351:
['CITEREFSolomonSchafer2007'] = {'Solomon-New York Central'},
['CITEREFSolomonSchafer2007'] = {'Solomon-New York Central'},
['CITEREFSolopova2009'] = template_names['ME-ref'],
['CITEREFSolopova2009'] = template_names['ME-ref'],
['CITEREFSorensen1956'] = {'Sorensen1956'},
['CITEREFSoustal1991'] = {'Tabula Imperii Byzantini'},
['CITEREFSoustal1991'] = {'Tabula Imperii Byzantini'},
['CITEREFSoustalKoder1981'] = {'Tabula Imperii Byzantini'},
['CITEREFSoustalKoder1981'] = {'Tabula Imperii Byzantini'},
['CITEREFSpielhoff1991'] = {'Spielhoff-EL'},
['CITEREFSpitta1894'] = {'Bach\'s compositions (sources)'},
['CITEREFSpitta1894'] = {'Bach\'s compositions (sources)'},
['CITEREFSpitta1899'] = {'Bach\'s compositions (sources)'},
['CITEREFSpitta1899'] = {'Bach\'s compositions (sources)'},
['CITEREFSpringirth2016'] = {'Springirth-Philadelphia'},
['CITEREFSpringirth2016'] = {'Springirth-Philadelphia'},
['CITEREFSpyropoulos1928'] = {'Great Military and Naval Encyclopaedia'},
['CITEREFStagner1993'] = {'Stagner-Transition'},
['CITEREFStagner1993'] = {'Stagner-Transition'},
['CITEREFStansfield1999'] = {'Stansfield-AyrRenfrew'},
['CITEREFStansfield1999'] = {'Stansfield-AyrRenfrew'},
Line 1,040: Line 1,378:
['CITEREFSusanne_Schurr1992'] = {'BBKL'},
['CITEREFSusanne_Schurr1992'] = {'BBKL'},
['CITEREFSusanne_Siebert1992'] = {'BBKL'},
['CITEREFSusanne_Siebert1992'] = {'BBKL'},
['CITEREFSvolopoulos1977'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFSwartz1992'] = {'Swartz An Introduction to Functional Analysis'},
['CITEREFSwartz1992'] = {'Swartz An Introduction to Functional Analysis'},


----------< T >----------
----------< T >----------
['CITEREFLondon_Gazette'] = {'London Gazette'},
['CITEREFTaber1977'] = {'Taber-DLW-19th'},
['CITEREFTaber1977'] = {'Taber-DLW-19th'},
['CITEREFTaberTaber1980'] = {'Taber-DLW-20th-1'},
['CITEREFTaberTaber1980'] = {'Taber-DLW-20th-1'},
['CITEREFTaberTaber1981'] = {'Taber-DLW-20th-2'},
['CITEREFTaberTaber1981'] = {'Taber-DLW-20th-2'},
['CITEREFTalbot1991'] = template_names['ODB'],
['CITEREFTalbot1991'] = template_names['ODB'],
['CITEREFTalbotKazhdan1991'] = {'Oxford Dictionary of Byzantium'},
['CITEREFTalbotKazhdan1991'] = template_names['ODB'],
['CITEREFTao2009'] = {'Cite Cambridge History of China', 'The Cambridge History of China'},
['CITEREFTao2009'] = {'Cite Cambridge History of China'},
['CITEREFTer-Ghewondyan1976'] = {'The Arab Emirates in Bagratid Armenia'},
['CITEREFTer-Ghewondyan1976'] = {'The Arab Emirates in Bagratid Armenia'},
['CITEREFThe_London_Gazette1950'] = {'London Gazette'},
['CITEREFThe_London_Gazette1950'] = {'London Gazette'},
['CITEREFThe_London_Gazette_26_September_1919'] = {'London Gazette'},
['CITEREFThielemann2012'] = {'Bach\'s compositions (sources)'},
['CITEREFThielemann2012'] = {'Bach\'s compositions (sources)'},
['CITEREFThomas1970'] = {'HistoryofParliament'},
['CITEREFThomas1970'] = {'HistoryofParliament'},
Line 1,058: Line 1,401:
['CITEREFTodt1996'] = {'BBKL'},
['CITEREFTodt1996'] = {'BBKL'},
['CITEREFTodtVest2014'] = {'Tabula Imperii Byzantini'},
['CITEREFTodtVest2014'] = {'Tabula Imperii Byzantini'},
['CITEREFTolkien1937'] = template_names['ME-ref'],
['CITEREFTolkien1954'] = template_names['ME-ref'],
['CITEREFTolkien1955'] = template_names['ME-ref'],
['CITEREFTolkien1964'] = template_names['ME-ref'],
['CITEREFTolkien1966'] = template_names['ME-ref'],
['CITEREFTolkien1977'] = template_names['ME-ref'],
['CITEREFTolkien1980'] = template_names['ME-ref'],
['CITEREFTolkien1982'] = template_names['ME-ref'],
['CITEREFTolkien1983'] = template_names['ME-ref'],
['CITEREFTolkien1984'] = template_names['ME-ref'],
['CITEREFTolkien1985'] = template_names['ME-ref'],
['CITEREFTolkien1986'] = template_names['ME-ref'],
['CITEREFTolkien1987'] = template_names['ME-ref'],
['CITEREFTolkien1988'] = template_names['ME-ref'],
['CITEREFTolkien1989'] = template_names['ME-ref'],
['CITEREFTolkien1990'] = template_names['ME-ref'],
['CITEREFTolkien1992'] = template_names['ME-ref'],
['CITEREFTolkien1993'] = template_names['ME-ref'],
['CITEREFTolkien1994'] = template_names['ME-ref'],
['CITEREFTolkien1996'] = template_names['ME-ref'],
['CITEREFTolkien1998'] = template_names['ME-ref'],
['CITEREFTolkien1999'] = template_names['ME-ref'],
['CITEREFTolkien2007'] = template_names['ME-ref'],
['CITEREFTolkien2007'] = template_names['ME-ref'],
['CITEREFTolkienSwan1978'] = template_names['ME-ref'],
['CITEREFTolkien2014'] = template_names['ME-ref'],
['CITEREFTolkien2015'] = template_names['ME-ref'],
['CITEREFTolkien2017'] = template_names['ME-ref'],
['CITEREFTolkien2018'] = template_names['ME-ref'],
['CITEREFTolkienSwann1978'] = template_names['ME-ref'],
['CITEREFTolkienSwann2002'] = {'ME-ref'},
['CITEREFTolkienTolkien1992'] = template_names['ME-ref'],
['CITEREFTolkienTolkien1992'] = template_names['ME-ref'],
['CITEREFTonks1988'] = {'Tonks ironstone'},
['CITEREFTonks1988'] = {'Tonks ironstone'},
['CITEREFTonks1989'] = {'Tonks ironstone'},
['CITEREFTonks1989'] = {'Tonks ironstone'},
['CITEREFTonks1992'] = {'Tonks ironstone'},
['CITEREFTonks1992'] = {'Tonks ironstone'},
['CITEREFTopping1975'] = {'Setton-A History of the Crusades'},
['CITEREFTopping1975'] = {'Setton-A History of the Crusades', 'Wisconsin History of the Crusades'},
['CITEREFTorri2013'] = {'Bach\'s compositions (sources)'},
['CITEREFTorri2013'] = {'Bach\'s compositions (sources)'},
['CITEREFTougher2018'] = template_names['ODLA'],
['CITEREFTourret1995'] = {'Tourret-Allied Military Locomotives'},
['CITEREFTourret1995'] = {'Tourret-Allied Military Locomotives'},
['CITEREFTrapp1991'] = template_names['ODB'],
['CITEREFTrapp1991'] = template_names['ODB'],
Line 1,096: Line 1,423:
['CITEREFTreadgold1997'] = {'A History of the Byzantine State and Society'},
['CITEREFTreadgold1997'] = {'A History of the Byzantine State and Society'},
['CITEREFTrèves2006'] = {'Trèves François Topological vector spaces, distributions and kernels'},
['CITEREFTrèves2006'] = {'Trèves François Topological vector spaces, distributions and kernels'},
['CITEREFTsutsiev2014'] = {'Cite Atlas of the Ethno-Political History of the Caucasus'},
['CITEREFTurim1998'] = {'Turim-oshima'},
['CITEREFTurim1998'] = {'Turim-oshima'},
['CITEREFTuring1950'] = {'Turing 1950'},
['CITEREFTwitchett1979'] = {'Cite Cambridge History of China'},
['CITEREFTwitchettLoewe1986'] = {'Cite Cambridge History of China'},
['CITEREFTwitchettMote1988'] = {'Cite Cambridge History of China'},
['CITEREFTwitchettSmith2009'] = {'Cite Cambridge History of China'},


----------< U >----------
----------< U >----------
Line 1,109: Line 1,442:
['CITEREFVan_Hoorickx1971'] = {'Schubert\'s compositions (references)'},
['CITEREFVan_Hoorickx1971'] = {'Schubert\'s compositions (references)'},
['CITEREFVan_Hoorickx_1974–1976'] = {'Schubert\'s compositions (references)'},
['CITEREFVan_Hoorickx_1974–1976'] = {'Schubert\'s compositions (references)'},
['CITEREFVan_Lint2018'] = template_names['ODLA'],
['CITEREFVan_Riemsdijk,_Compound_Locomotives'] = {'Book-Van Riemsdijk-Compound Locomotives'},
['CITEREFVan_Riemsdijk,_Compound_Locomotives'] = {'Book-Van Riemsdijk-Compound Locomotives'},
['CITEREFVan_Riemsdijk1994'] = {'Book-Van Riemsdijk-Compound Locomotives'},
['CITEREFVan_Tricht2011'] = {'The Latin Renovatio of Byzantium'},
['CITEREFVan_Tricht2011'] = {'The Latin Renovatio of Byzantium'},
['CITEREFVandenberghen1989'] = {'Vandenberghen-SNCB12.2'},
['CITEREFVarzos1984'] = {'Η Γενεαλογία των Κομνηνών', 'Varzos-Genealogy of the Komnenoi'},
['CITEREFVarzos1984'] = {'Η Γενεαλογία των Κομνηνών', 'Varzos-Genealogy of the Komnenoi'},
['CITEREFVasiliev1935'] = {'Byzance et les Arabes'},
['CITEREFVasiliev1968'] = {'Byzance et les Arabes'},
['CITEREFVenables1911'] = {'DCBL'},
['CITEREFVendler1997'] = {'Shakespeare sonnets bibliography'},
['CITEREFVendler1997'] = {'Shakespeare sonnets bibliography'},
['CITEREFVenn1954'] = {'VennAC'},
['CITEREFVenn1954'] = {'VennAC'},
['CITEREFVentura1963'] = {'DBI', 'Dizionario Biografico degli Italiani'},
['CITEREFVetter1713'] = {'Bach\'s compositions (sources)'},
['CITEREFVetter1713'] = {'Bach\'s compositions (sources)'},
['CITEREFVevainaCanepa2018'] = template_names['ODLA'],
['CITEREFVeysey1958'] = {'Veysey-PE-1958'},
['CITEREFVischer1912'] = {'Schaff-Herzog'},
['CITEREFVischer1912'] = {'Schaff-Herzog'},
['CITEREFVolkmer1991'] = {'Volkmer-Pennsy-Electric'},
['CITEREFVolkmer1991'] = {'Volkmer-Pennsy-Electric'},
['CITEREFvan_Leyden1956'] = {'Bach\'s compositions (sources)'},
['CITEREFvan_Leyden1956'] = {'Bach\'s compositions (sources)'},
['CITEREFvan_Lint2018'] = template_names['ODLA'],
['CITEREFvon_Prantl1879'] = {'Cite ADB'},
['CITEREFvon_Prantl1879'] = {'Cite ADB'},


----------< W >----------
----------< W >----------
['CITEREFWagnerBäzoldZschechLüderitz1990'] = {'Wagner-EFA2.3.2'},
['CITEREFWalter1967'] = {'DBI', 'Dizionario Biografico degli Italiani'},
['CITEREFWalter_Asmus1966'] = template_names['NDB'],
['CITEREFWalter_Asmus1966'] = template_names['NDB'],
['CITEREFWägliJacobi2010'] = {'Schienennetz Schweiz'},
['CITEREFWayner1972'] = {'Wayner - Car names, numbers, consists'},
['CITEREFWayner1972'] = {'Wayner - Car names, numbers, consists'},
['CITEREFWayner1973'] = {'Wayner-Spotter-2nd'},
['CITEREFWayner1973'] = {'Wayner-Spotter-2nd'},
['CITEREFWebb2018'] = template_names['ODLA'],
['CITEREFWebb2018'] = template_names['ODLA'],
['CITEREFWechsler1979'] = {'Cite Cambridge History of China', 'The Cambridge History of China'},
['CITEREFWechsler1979'] = {'Cite Cambridge History of China'},
['CITEREFWegman2008'] = {'Wegman-Illustrated'},
['CITEREFWegman2008'] = {'Wegman-Illustrated'},
['CITEREFWeibel1994'] = {'Weibel IHA'},
['CITEREFWeibel1994'] = {'Weibel IHA'},
['CITEREFWeinrebHibbertKeayKeay2008'] = {'London encyclopedia'},
['CITEREFWeinrebHibbertKeayKeay2008'] = {'London encyclopedia'},
['CITEREFWeisbrod1991'] = {'Weisbrod-EFA1.5'},
['CITEREFWeisbrodMüllerPetznik1978'] = {'Weisbrod-EFA1.2'},
['CITEREFWellhausen1927'] = {'The Arab Kingdom and its Fall'},
['CITEREFWellhausen1927'] = {'The Arab Kingdom and its Fall'},
['CITEREFWells1982'] = {'Accents of English'},
['CITEREFWells1982'] = {'Accents of English'},
['CITEREFWells1990'] = {'Cite LPD'},
['CITEREFWells2000'] = {'Cite LPD'},
['CITEREFWells2008'] = {'Cite LPD'},
['CITEREFWells2008'] = {'Cite LPD'},
['CITEREFWelsh2006'] = {'Welsh-Broadway'},
['CITEREFWelsh2006'] = {'Welsh-Broadway'},
Line 1,138: Line 1,488:
['CITEREFWestermayer,_Georg1882'] = {'Cite ADB'},
['CITEREFWestermayer,_Georg1882'] = {'Cite ADB'},
['CITEREFWham1997'] = {'Wham-Ayrshire'},
['CITEREFWham1997'] = {'Wham-Ayrshire'},
['CITEREFWharton1991'] = template_names['ODB'],
['CITEREFWhishaw1842'] = {'Whishaw-RailofGB-2ndEd'},
['CITEREFWhishaw1842'] = {'Whishaw-RailofGB-2ndEd'},
['CITEREFWhishaw1969'] = {'Whishaw-RailofGB'},
['CITEREFWhishaw1969'] = {'Whishaw-RailofGB'},
Line 1,148: Line 1,497:
['CITEREFWickman1982'] = {'Country study'},
['CITEREFWickman1982'] = {'Country study'},
['CITEREFWiesehöfer2018'] = template_names['ODLA'],
['CITEREFWiesehöfer2018'] = template_names['ODLA'],
['CITEREFWilansky2008'] = {'Wilansky Topology for Analysis 2008'},
['CITEREFWilansky2013'] = {'Wilansky Modern Methods in Topological Vector Spaces'},
['CITEREFWilansky2013'] = {'Wilansky Modern Methods in Topological Vector Spaces'},
['CITEREFWillard2004'] = {'Willard General Topology'},
['CITEREFWillard2004'] = {'Willard General Topology'},
Line 1,154: Line 1,504:
['CITEREFWillis1750'] = {'Cite Notitia Parliamentaria'},
['CITEREFWillis1750'] = {'Cite Notitia Parliamentaria'},
['CITEREFWilson2017'] = {'Wilson-Guide'},
['CITEREFWilson2017'] = {'Wilson-Guide'},
['CITEREFWilsonFiske1889'] = {'Appletons\'', 'Cite Appletons\'', 'Appletons'},
['CITEREFWilsonFiske1891'] = {'Appletons\'', 'Cite Appletons\'', 'Appletons'},
['CITEREFWilsonFiske1891'] = {'Appletons\'', 'Cite Appletons\'', 'Appletons'},
['CITEREFWilsonFiske1892'] = {'Appletons\'', 'Cite Appletons\'', 'Appletons'},
['CITEREFWilsonFiske1900'] = {'Appletons\'', 'Cite Appletons\'', 'Appletons'},
['CITEREFWilsonFiske1900'] = {'Appletons\'', 'Cite Appletons\'', 'Appletons'},
['CITEREFWiltshire2000'] = {'Lloyd-Margaret River'},
['CITEREFWiltshire2000'] = {'Lloyd-Margaret River'},
Line 1,162: Line 1,514:
['CITEREFWolff1969'] = {'Setton-A History of the Crusades'},
['CITEREFWolff1969'] = {'Setton-A History of the Crusades'},
['CITEREFWollny2015'] = {'Bach\'s compositions (sources)'},
['CITEREFWollny2015'] = {'Bach\'s compositions (sources)'},
['CITEREFWood1907'] = {'Cite Nuttall'},
['CITEREFWood1907'] = {'Cite Nuttall', 'Nuttall'},
['CITEREFWood1907'] = {'Nuttall'},
['CITEREFWoodsKilpatrick2005'] = {'MSW3 Hystricognathi'},
['CITEREFWoodsKilpatrick2005'] = {'MSW3 Hystricognathi'},
['CITEREFWorden2008'] = {'Country study'},
['CITEREFWorden2008'] = {'Country study'},
['CITEREFWortley2010'] = {'John Skylitzes: A Synopsis of Byzantine History, 811–1057'},
['CITEREFWortley2010'] = {'John Skylitzes: A Synopsis of Byzantine History, 811–1057'},
['CITEREFWozencraft2005'] = {'MSW3 Carnivora'},
['CITEREFWozencraft2005'] = {'MSW3 Carnivora'},
['CITEREFWright1979'] = {'Cite Cambridge History of China', 'The Cambridge History of China'},
['CITEREFWright1979'] = {'Cite Cambridge History of China'},
['CITEREFWright2000'] = {'Bach\'s compositions (sources)'},
['CITEREFWright2000'] = {'Bach\'s compositions (sources)'},
['CITEREFWägliJacobi2010'] = {'Schienennetz Schweiz'},


----------< X >----------
----------< X >----------
Line 1,174: Line 1,528:


----------< Y >----------
----------< Y >----------
['CITEREFYarshater2018'] = {'Encyclopædia Iranica'},
['CITEREFYenne2005'] = {'Yenne-Chiefs'},
['CITEREFYenne2005'] = {'Yenne-Chiefs'},
['CITEREFYonge1990'] = {'Quail-4'},
['CITEREFYonge1990'] = {'Quail-4'},
Line 1,182: Line 1,535:
['CITEREFYonge2016'] = {'Quail-2-2016'},
['CITEREFYonge2016'] = {'Quail-2-2016'},
['CITEREFYongePadgettSzwenk2013'] = {'Quail-4-Paper-3rdEd'},
['CITEREFYongePadgettSzwenk2013'] = {'Quail-4-Paper-3rdEd'},
['CITEREFYu1986'] = {'Cite Cambridge History of China'},


----------< Z >----------
----------< Z >----------
['CITEREFZahn1889–1893'] = {'Bach\'s compositions (sources)'},
['CITEREFZahn1889–1893'] = {'Bach\'s compositions (sources)'},
['CITEREFZeiniWiesehöfer2018'] = template_names['ODLA'],
['CITEREFZakeri2021'] = {'Encyclopædia Iranica Online'},
['CITEREFZarrinkub1975'] = template_names['Cam_Hist_Iran'],
['CITEREFZekulich2000'] = {'Zekulich-WineWA'},
['CITEREFZekulich2000'] = {'Zekulich-WineWA'},
['CITEREFZimmermann2004'] = {'Zimmermann-Burlington'},
['CITEREFZimmermann2004'] = {'Zimmermann-Burlington'},
['CITEREFZimmermann2007'] = {'Zimmermann-GrandLuxe'},
['CITEREFZimmermann2007'] = {'Zimmermann-GrandLuxe'},
['CITEREFZuccaric._1747'] = {'Bach\'s compositions (sources)'},
['CITEREFZuccaric._1747'] = {'Bach\'s compositions (sources)'},
['CITEREFZălinescu2002'] = {'Zălinescu Convex Analysis in General Vector Spaces 2002'},
['CITEREFZeiniWiesehöfer2018'] = template_names['ODLA'],

----------< OTHER >----------
['CITEREFΙστορία_του_Ελληνικού_Έθνους'] = {'Ιστορία του Ελληνικού Έθνους'},
['CITEREFΜεγάλη_Στρατιωτικὴ_καὶ_Ναυτικὴ_Ἐγκυκλοπαιδεία'] = {'Great Military and Naval Encyclopaedia'},
['CITEREFКавказский_календарь_на_1910_год'] = {'Cite Kavkazskiy Kalendar 1910'},
['CITEREFКавказский_календарь_на_1913_год'] = {'Cite Kavkazskiy Kalendar 1913'},
['CITEREFКавказский_календарь_на_1915_год'] = {'Cite Kavkazskiy Kalendar 1915'},
['CITEREFКавказский_календарь_на_1917_год'] = {'Cite Kavkazskiy Kalendar 1917'},


----------< UNSORTED >----------
----------< UNSORTED >----------
['CITEREFRezakhani2018'] = template_names['ODLA'],
['CITEREFOdisheli2018'] = template_names['ODLA'],
['CITEREFAleksidze2018'] = template_names['ODLA'],
['CITEREFHaarer2018'] = template_names['ODLA'],
['CITEREFLee2018'] = template_names['ODLA'],
['CITEREFCroke2018'] = template_names['ODLA'],
['CITEREFLa_Porta2018'] = template_names['ODLA'],
['CITEREFvan_Lint2018'] = template_names['ODLA'],
['CITEREFButcherNicholson2018'] = template_names['ODLA'],
['CITEREFVevainaCanepa2018'] = template_names['ODLA'],
['CITEREFSkjærvø2018'] = template_names['ODLA'],
['CITEREFGilmanPeckColby1905'] = {'Cite NIE', 'New International Encyclopedia', 'NIE'},
['CITEREFKennedy1998'] = {'The Cambridge History of Egypt'},
['CITEREFZarrinkoubNegahban2008'] = {'Encyclopaedia Islamica'},
['CITEREFKennedy1998'] = {'The Cambridge History of Egypt', 'Cite Kennedy 1998'},
['CITEREFMcGhee2008'] = {'Cite McGhee 2008'},
['CITEREFVasiliev1935'] = {'Byzance et les Arabes'},
['CITEREFDiamonstein-Spielvogel2011'] = {'Cite landmarks'},
['CITEREFKoeppel2015'] = {'Cite citygrid'},
['CITEREFGrubb2005'] = {'MSW3 Artiodactyla'},
['CITEREFLacourcière1974'] = {'Cite DCB'},
['CITEREFCudahy2002'] = {'Cite Cudahy-Hudson'},
['CITEREFCawley2001'] = {'Medieval Lands by Charles Cawley'},
['CITEREFHutterer2005'] = {'MSW3 Soricomorpha'},
['CITEREFGardner2005'] = {'MSW3 Microbiotheria'},
['CITEREFMusserCarleton2005'] = {'MSW3 Muroidea'},
['CITEREFRosenzweigBlackmar1992'] = {'Cite Central Park History'},
['CITEREFShoshani2005'] = {'MSW3 Shoshani'},
['CITEREFCrockett2007'] = {'Australian Dictionary of Biography'},
['CITEREFPatience1996'] = {'Patience-SteamTwilight'},
['CITEREFFatehi-nezhadRahimi2008'] = {'Encyclopaedia Islamica'},
['CITEREFLangaroodiCooper2008'] = {'Encyclopaedia Islamica'},
['CITEREFSemsarZand2008'] = {'Encyclopaedia Islamica'},
['CITEREFLangaroodiNegahban2008'] = {'Encyclopaedia Islamica'},
['CITEREFTucker2009'] = {'Encyclopaedia Islamica'},
['CITEREFDurand-Guédy2013'] = {'Encyclopaedia Islamica'},
['CITEREFDavudNazerian2008'] = {'Encyclopaedia Islamica'},
['CITEREFMiller'] = {'Encyclopaedia Islamica'},
['CITEREFShoarian-SattariRezaeeNegahban2008'] = {'Encyclopaedia Islamica'},
['CITEREFGarakaniBrown2013'] = {'Encyclopaedia Islamica'},
['CITEREFDavud2018'] = {'Encyclopaedia Islamica'},
['CITEREFAhmadiNegahban2013'] = {'Encyclopaedia Islamica'},
['CITEREFPandariHirtensteinNegahban2013'] = {'Encyclopaedia Islamica'},
['CITEREFRoemer1986'] = template_names['Cam_Hist_Iran'],
['CITEREFBusse1975'] = template_names['Cam_Hist_Iran'],
['CITEREFPerry1990'] = template_names['Cam_Hist_Iran'],
['CITEREFAlgar1989'] = {'Encyclopaedia Iranica', 'Encyclopædia Iranica'},
['CITEREFBosworth1994'] = {'Encyclopaedia Iranica', 'Encyclopædia Iranica'},
['CITEREFBosworth1984'] = {'Encyclopaedia Iranica', 'Encyclopædia Iranica'},
['CITEREFDaiber1988 '] = {'Encyclopaedia Iranica', 'Encyclopædia Iranica'},
['CITEREFGutas1987'] = {'Encyclopaedia Iranica', 'Encyclopædia Iranica'},
['CITEREFBosworth2002'] = {'Encyclopædia Iranica Online'},
['CITEREFBosworth1998'] = {'Encyclopaedia Iranica', 'Encyclopædia Iranica'},
['CITEREFNewman1994'] = {'Encyclopaedia Iranica', 'Encyclopædia Iranica'},
['CITEREFJackson1988'] = {'Encyclopaedia Iranica', 'Encyclopædia Iranica'},
['CITEREFSamiʿiMelvin-Koushki2013'] = {'Encyclopaedia Islamica'},
['CITEREFSadeghiTehrani2008'] = {'Encyclopaedia Islamica'},
['CITEREFFatehi-NezhadAzarnooshNegahban2008'] = {'Encyclopaedia Islamica'},
['CITEREFSanders1998 '] = {'The Cambridge History of Egypt', 'Cambridge History of Egypt'},
['CITEREFBahramianHirtensteinGholami2013'] = {'Encyclopaedia Islamica'},
['CITEREFRichter-Bernburg2003'] = {'Encyclopaedia Iranica', 'Encyclopædia Iranica'},
['CITEREFMacKenzie1992'] = {'Encyclopaedia Iranica', 'Encyclopædia Iranica'},
['CITEREFBriant1985'] = {'Encyclopaedia Iranica', 'Encyclopædia Iranica'},
['CITEREFKüçükaşcı2001'] = {'TDV Encyclopedia of Islam'},
['CITEREFKelly1988'] = {'Cite GEIL'},
['CITEREFAudiKondevWangHuang2017'] = {'NUBASE2016'},
['CITEREFO&#039;Donoghue1897'] = {'cite DNB'},
['CITEREFHistoric_Environment_Scotland:_Rusco_Tower2020'] = {'Historic Environment Scotland'},
['CITEREFFlora_of_North_America2009'] = {'eFloras'},
['CITEREFFlora_of_North_America'] = {'eFloras'},
['CITEREFMoore1875'] = {'cite CEM'},
['CITEREFHambly1990'] = template_names['Cam_Hist_Iran'],
}
}

-- Auto-classify templates mentioned in whitelist as wrapper templates
for _, tlist in pairs(whitelist) do
for _, t in ipairs(tlist) do
if not wrapper_templates[t] then
wrapper_templates[t] = noDefault
end
end
end




Line 1,273: Line 1,572:


return {
return {
DNB_special_patterns = DNB_special_patterns,
DNB_template_names = template_names['DNB'],
special_patterns = special_patterns,
whitelist = whitelist,
whitelist = whitelist,
wrapper_template_patterns = wrapper_template_patterns,
wrapper_templates = wrapper_templates,
wrapper_templates = wrapper_templates
}
}

Latest revision as of 18:24, 25 January 2025

Documentation for this module may be created at Module:Footnotes/whitelist/doc

--[[--------------------------< W R A P P E R _ T E M P L A T E _ D E F A U L T S >----------------------------

A list of wrapper templates by their canonical names – spelling and capitalization is important.  Each wrapper
template has a table of two values: [1] is the wrapper's default name-list as it is used in an anchor ID; [2] is
the default year.  This table is indexed indirectly through the wrapper_templates table.

This table is not available externally.

]]

local wrapper_template_defaults = {												-- keys are canonical template names
	['Americana'] = {'Rines', '1920'},											-- tables with default name and default year
    ['Cite bryonames'] = {'BrindaAtwood', ''},
	['Cite EB1911'] = {'Chisholm', '1911'},										-- tables with default name and default year
    ['Encyclopaedia Islamica'] = {'Islamica', ''},
	['EB1911'] = {'Chisholm', '1911'},
	['EI3'] = {'FleetKrämerMatringeNawas', ''},
    ['Cite NatureServe'] = {'NatureServe', ''},
	['ODNB'] = {'', ''},														-- there is no default anchor ID; this forces evaluation of {{cite ODNB}} redirects
    ['PLANTS'] = {'NRCS', ''},
	}


--[[--------------------------< W R A P P E R _ T E M P L A T E _ D E F A U L T S _ V O L >--------------------

For wrapper templates that use |volume= to specify default name (often editor names) and year.  Wrapper templates
are indexed by their canonical names – spelling and capitalization is important.  Each wrapper template has a table
of values for every volume.  Volumes may be indexed by Arabic or Roman numerals.  Each volume index has a table of
twp values" [1] is the wrapper's default name-list as it is used in an anchor ID; [2] is the default year.  Each
wrapper template in this table must have a ['default'] key for those occasions when |volume= is omitted or empty.
This table is indexed indirectly through the wrapper_templates table.

This table is not available externally.

]]

-- Helper function to create Encyclopedia Iranica volume table

local iranica_years = { 
    ['1'] = 1985,
        ['1/1'] = 1982, ['1/2'] = 1982, ['1/3'] = 1983, ['1/4'] = 1983, ['1/5'] = 1983, ['1/6'] = 1984, ['1/7'] = 1984,
    ['2'] = 1987,
        ['2/1'] = 1985, ['2/2'] = 1985, ['2/3'] = 1986, ['2/4'] = 1986, ['2/5'] = 1986, ['2/6'] = 1986,
	['3'] = 1989,
        ['3/1'] = 1987, ['3/2'] = 1987, ['3/3'] = 1988, ['3/4'] = 1988, ['3/5'] = 1988, ['3/6'] = 1988, ['3/7'] = 1988, ['3/8'] = 1988,
	['4'] = 1990,
        ['4/1'] = 1989, ['4/2'] = 1989, ['4/3'] = 1989, ['4/4'] = 1989, ['4/5'] = 1989, ['4/6'] = 1990, ['4/7'] = 1990, ['4/8'] = 1989,
	['5'] = 1992,
        ['5/1'] = 1990, ['5/2'] = 1990, ['5/3'] = 1991, ['5/4'] = 1991, ['5/5'] = 1991, ['5/6'] = 1991,
	['6'] = 1993,
        ['6/1'] = 1992, ['6/2'] = 1992,
    ['7'] = 1996,
        ['7/1'] = 1994, ['7/2'] = 1994, ['7/3'] = 1994, ['7/4'] = 1995, ['7/5'] = 1995, ['7/6'] = 1995,
	['8'] = 1998,
        ['8/1'] = 1997, ['8/2'] = 1997, ['8/3'] = 1997,
    ['9'] = 1999,
        ['9/1'] = 1998,
	['10'] = 2001,
        ['10/1'] = 1999, ['10/2'] = 2000, ['10/3'] = 2000, ['10/4'] = 2000,
	['11'] = 2003,
        ['11/1'] = 2001, ['11/2'] = 2002, ['11/3'] = 2002, ['11/4'] = 2002, ['11/5'] = 2002,
	['12'] = 2004,
        ['12/1'] = 2003, ['12/2'] = 2003, ['12/3'] = 2003,
	['13'] = 2006,
        ['13/1'] = 2004, ['13/2'] = 2004, ['13/3'] = 2004, ['13/4'] = 2004,
    ['14'] = 2008,
        ['14/1'] = 2007, ['14/2'] = 2007, ['14/3'] = 2007,
	['15'] = 2011,
        ['15/1'] = 2009, ['15/2'] = 2009, ['15/3'] = 2009, ['15/4'] = 2010, ['15/5'] = 2010, ['15/6'] = 2011,
	['16'] = 2020,
        ['16/1'] = 2012, ['16/2'] = 2013, ['16/3'] = 2017,
	['default'] = '1982–2021'
}

local iranica_volumes = {}
for k, yr in pairs(iranica_years) do
    iranica_volumes[k] = {'Yarshater', tostring(yr)}
end

-- Helper function to create "TDV Encyclopedia of Islam" volume table

local TDV_years = {
 ['1'] = '1988', ['2'] = '1989', ['3'] = '1991', ['4'] = '1991', ['5'] = '1992',
 ['6'] = '1992', ['7'] = '1993', ['8'] = '1993', ['9'] = '1994', ['10'] = '1994',
 ['11'] = '1995', ['12'] = '1995', ['13'] = '1996', ['14'] = '1996', ['15'] = '1997',
 ['16'] = '1997', ['17'] = '1998', ['18'] = '1998', ['19'] = '1999', ['20'] = '1999',
 ['21'] = '2000', ['22'] = '2000', ['23'] = '2001', ['24'] = '2001', ['25'] = '2002',
 ['26'] = '2002', ['27'] = '2003', ['28'] = '2003', ['29'] = '2004', ['30'] = '2005',
 ['31'] = '2006', ['32'] = '2006', ['33'] = '2007', ['34'] = '2007', ['35'] = '2008',
 ['36'] = '2009', ['37'] = '2009', ['38'] = '2010', ['39'] = '2010', ['40'] = '2011',
 ['41'] = '2012', ['42'] = '2012', ['43'] = '2013', ['44'] = '2013', 
 ['Supplement 1'] = '2016', ['Supplement 2'] = '2016', ['default'] = '1988–2016'
}

local TDV_volumes = {}
for k, yr in pairs(TDV_years) do
    TDV_volumes[k] = {'TDVIA', yr}
end

local wrapper_template_defaults_vol = {											-- primary keys are canonical template names; TODO: do these keys have to be canonical template names?
	['Cite Catholic Encyclopedia'] = {											-- secondary keys are volume
		['1'] = {'Herbermann', '1907'},
		['2'] = {'Herbermann', '1907'},
		['3'] = {'Herbermann', '1908'},
		['4'] = {'Herbermann', '1908'},
		['5'] = {'Herbermann', '1909'},
		['6'] = {'Herbermann', '1909'},
		['7'] = {'Herbermann', '1910'},
		['8'] = {'Herbermann', '1910'},
		['9'] = {'Herbermann', '1910'},
		['10'] = {'Herbermann', '1911'},
		['11'] = {'Herbermann', '1911'},
		['12'] = {'Herbermann', '1911'},
		['13'] = {'Herbermann', '1912'},
		['14'] = {'Herbermann', '1912'},
		['15'] = {'Herbermann', '1912'},
		['default'] = {'Herbermann', '1913'},
		},

	['Cite EB9'] = {
		['1'] = {'Baynes', '1878'},			['I'] = {'Baynes', '1878'},
		['2'] = {'Baynes', '1878'},			['II'] = {'Baynes', '1878'},
		['3'] = {'Baynes', '1878'},			['III'] = {'Baynes', '1878'},
		['4'] = {'Baynes', '1878'},			['IV'] = {'Baynes', '1878'},
		['5'] = {'Baynes', '1878'},			['V'] = {'Baynes', '1878'},
		['6'] = {'Baynes', '1878'},			['VI'] = {'Baynes', '1878'},
		['7'] = {'Baynes', '1878'},			['VII'] = {'Baynes', '1878'},
		['8'] = {'Baynes', '1878'},			['VIII'] = {'Baynes', '1878'},
		['9'] = {'Baynes', '1879'},			['IX'] = {'Baynes', '1879'},
		['10'] = {'Baynes', '1879'},		['X'] = {'Baynes', '1879'},
		['11'] = {'BaynesSmith', '1880'},	['XI'] = {'BaynesSmith', '1880'},
		['12'] = {'BaynesSmith', '1881'},	['XII'] = {'BaynesSmith', '1881'},
		['13'] = {'BaynesSmith', '1881'},	['XIII'] = {'BaynesSmith', '1881'},
		['14'] = {'BaynesSmith', '1882'},	['XIV'] = {'BaynesSmith', '1882'},
		['15'] = {'BaynesSmith', '1883'},	['XV'] = {'BaynesSmith', '1883'},
		['16'] = {'BaynesSmith', '1883'},	['XVI'] = {'BaynesSmith', '1883'},
		['17'] = {'BaynesSmith', '1884'},	['XVII'] = {'BaynesSmith', '1884'},
		['18'] = {'BaynesSmith', '1885'},	['XVIII'] = {'BaynesSmith', '1885'},
		['19'] = {'BaynesSmith', '1885'},	['XIX'] = {'BaynesSmith', '1885'},
		['20'] = {'BaynesSmith', '1886'},	['XX'] = {'BaynesSmith', '1886'},
		['21'] = {'BaynesSmith', '1886'},	['XXI'] = {'BaynesSmith', '1886'},
		['22'] = {'BaynesSmith', '1887'},	['XXII'] = {'BaynesSmith', '1887'},
		['23'] = {'BaynesSmith', '1888'},	['XXIII'] = {'BaynesSmith', '1888'},
		['24'] = {'BaynesSmith', '1888'},	['XXIV'] = {'BaynesSmith', '1888'},
		['default'] = {'Baynes', '1875–1889'},
		},

    ['The Cambridge History of Iran'] = {
        ['1'] = {'Fischer', '1968'},
        ['2'] = {'Gershevitch', '1985'},
        ['3a'] = {'Yarshater', '1983'},
        ['3b'] = {'Yarshater', '1983'},
        ['4'] = {'Frye', '1975'},
        ['5'] = {'Boyle', '1968'},
        ['6'] = {'LockhartJackson', '1986'},
        ['7'] = {'AveryHamblyMelville', '1991'},
        ['default'] = {'', '1968–1991'}
        },

    ['Encyclopædia Iranica'] = iranica_volumes,

	['Encyclopaedia of Islam, New Edition'] = {
		['1'] = {'GibbKramersLévi-ProvençalSchacht', '1960'},
		['2'] = {'LewisPellatSchacht', '1965'},
		['3'] = {'LewisMénagePellatSchacht', '1971'},
		['4'] = {'van_DonzelLewisPellatBosworth', '1978'},
		['5'] = {'Bosworthvan_DonzelLewisPellat', '1986'},
		['6'] = {'Bosworthvan_DonzelPellat', '1991'},
		['7'] = {'Bosworthvan_DonzelHeinrichsPellat', '1993'},
		['8'] = {'Bosworthvan_DonzelHeinrichsLecomte', '1995'},
		['9'] = {'Bosworthvan_DonzelHeinrichsLecomte', '1997'},
		['10'] = {'BearmanBianquisBosworthvan_Donzel', '2000'},
		['11'] = {'BearmanBianquisBosworthvan_Donzel', '2002'},
		['12'] = {'BearmanBianquisBosworthvan_Donzel', '2004'},
		['atlas'] = {'Brice', '1981'},
		['abridged'] = {'van_Donzel', '1994'},
		['default'] = {'BearmanBianquisBosworthvan_Donzel', '1960–2005'},
		},

    ['TDV Encyclopedia of Islam'] = TDV_volumes, 

	['New Cambridge Medieval History'] = {
		['1'] = {'Fouracre', '2005'},
		['2'] = {'McKitterick', '1995'},
		['3'] = {'Reuter', '2000'},
		['4a'] = {'LuscombeRiley-Smith', '2004'},
		['4b'] = {'LuscombeRiley-Smith', '2004'},
		['5'] = {'Abulafia', '1999'},
		['6'] = {'Jones', '2000'},
		['7'] = {'Allmand', '1998'},
		['default'] = {'', '1995–2005'},
		},

	['The History of al-Tabari'] = {
		['1'] = {'Rosenthal', '1989'},
		['2'] = {'Brinner', '1986'},
		['3'] = {'Brinner', '1991'},
		['4'] = {'Perlmann', '1987'},
		['5'] = {'Bosworth', '1999'},
		['6'] = {'WattMcDonald', '1989'},
		['7'] = {'McDonald', '1987'},
		['8'] = {'Fishbein', '1997'},
		['9'] = {'Poonawala', '1990'},
		['10'] = {'Donner', '1993'},
		['11'] = {'Blankinship', '1993'},
		['12'] = {'Friedmann', '1992'},
		['13'] = {'Juynboll', '1989'},
		['14'] = {'Smith', '1994'},
		['15'] = {'Humphreys', '1990'},
		['16'] = {'Brockett', '1997'},
		['17'] = {'Hawting', '1996'},
		['18'] = {'Morony', '1987'},
		['19'] = {'Howard', '1990'},
		['20'] = {'Hawting', '1989'},
		['21'] = {'Fishbein', '1990'},
		['22'] = {'Rowson', '1989'},
		['23'] = {'Hinds', '1990'},
		['24'] = {'Powers', '1989'},
		['25'] = {'Blankinship', '1989'},
		['26'] = {'Hillenbrand', '1989'},
		['27'] = {'Williams', '1985'},
		['28'] = {'McAuliffe', '1995'},
		['29'] = {'Kennedy', '1990'},
		['30'] = {'Bosworth', '1989'},
		['31'] = {'Fishbein', '1992'},
		['32'] = {'Bosworth', '1987'},
		['33'] = {'Bosworth', '1991'},
		['34'] = {'Kraemer', '1989'},
		['35'] = {'Saliba', '1985'},
		['36'] = {'Waines', '1992'},
		['37'] = {'Fields', '1987'},
		['38'] = {'Rosenthal', '1985'},
		['39'] = {'Landau-Tasseron', '1998'},
		['40'] = {'Popovkin', '2007'},
		['default'] = {'Yarshater', '1985–2007'},
		},
	}


--[[--------------------------< W R A P P E R _ T E M P L A T E S >--------------------------------------------

A list of wrapper templates and their redirects – spelling and capitalization is important; first character is
always uppercase.  Each wrapper template gets its value from a k/v pair in the wrapper_template_defaults table.

article reader queries this table to see if template_name is a wrapper template
]]

local wrapper_templates = {														-- keys are names of wrapper templates and their redirects
	['Americana'] = wrapper_template_defaults['Americana'],						-- canonical name; this template calls Cite Americana

    ['Cite bryonames'] = wrapper_template_defaults['Cite bryonames'],
	
	['Catholic Encyclopedia'] = wrapper_template_defaults_vol['Cite Catholic Encyclopedia'],
		['1913Catholic'] = wrapper_template_defaults_vol['Cite Catholic Encyclopedia'],
		['Catholic'] = wrapper_template_defaults_vol['Cite Catholic Encyclopedia'],
		['Catholic encyclopedia'] = wrapper_template_defaults_vol['Cite Catholic Encyclopedia'],
		['CatholicEncyclopedia'] = wrapper_template_defaults_vol['Cite Catholic Encyclopedia'],
		['CE13'] = wrapper_template_defaults_vol['Cite Catholic Encyclopedia'],
		['CE1913'] = wrapper_template_defaults_vol['Cite Catholic Encyclopedia'],

	['Cite Americana'] = wrapper_template_defaults['Americana'],				-- canonical name

	['Cite Catholic Encyclopedia'] = wrapper_template_defaults_vol['Cite Catholic Encyclopedia'],
		['CathEncy'] = wrapper_template_defaults_vol['Cite Catholic Encyclopedia'],
		['Cite Catholic Encyclopædia'] = wrapper_template_defaults_vol['Cite Catholic Encyclopedia'],
		['Cite CE1913'] = wrapper_template_defaults_vol['Cite Catholic Encyclopedia'],

	['Cite EB1911'] = wrapper_template_defaults['Cite EB1911'],					-- canonical name
		['1911EB'] = wrapper_template_defaults['Cite EB1911'],					-- redirects
		['EB1911 cite'] = wrapper_template_defaults['Cite EB1911'],
		['Wikisource1911Enc Citation'] = wrapper_template_defaults['Cite EB1911'],
		['Wikisource1911Enc citation'] = wrapper_template_defaults['Cite EB1911'],

	['Cite EB9'] = wrapper_template_defaults_vol['Cite EB9'],					-- canonical
		['Eb9'] = wrapper_template_defaults_vol['Cite EB9'],

    ['The Cambridge History of Iran'] = wrapper_template_defaults_vol['The Cambridge History of Iran'],
        ['Cambridge History of Iran'] = wrapper_template_defaults_vol['The Cambridge History of Iran'],

    ['Encyclopædia Iranica'] = wrapper_template_defaults_vol['Encyclopædia Iranica'],
        ['Encyclopædia Iranica Online'] = wrapper_template_defaults_vol['Encyclopædia Iranica'],
        ['Encyclopaedia Iranica'] = wrapper_template_defaults_vol['Encyclopædia Iranica'],
        ['Cite Encyclopædia Iranica Online'] = wrapper_template_defaults_vol['Encyclopædia Iranica'],

    ['Encyclopaedia Islamica'] = wrapper_template_defaults['Encyclopaedia Islamica'],
    
    ['TDV Encyclopedia of Islam'] = wrapper_template_defaults_vol['TDV Encyclopedia of Islam'],
        ['TDV İslâm Ansiklopedisi'] = wrapper_template_defaults_vol['TDV Encyclopedia of Islam'],

	['Cite ODNB'] = wrapper_template_defaults['ODNB'],							-- canonical
		['Cite odnb'] = wrapper_template_defaults['ODNB'],
		['DNBweb'] = wrapper_template_defaults['ODNB'],
		['OBDNweb'] = wrapper_template_defaults['ODNB'],
		['ODNB'] = wrapper_template_defaults['ODNB'],
		['ODNBref'] = wrapper_template_defaults['ODNB'],
		['ODNBweb'] = wrapper_template_defaults['ODNB'],
		
	['EB1911'] = wrapper_template_defaults['EB1911'],							-- canonical name; this template calls Cite EB1911
		['1911'] = wrapper_template_defaults['EB1911'],							-- redirects
		['1911s'] = wrapper_template_defaults['EB1911'],
		['Britannica 1911'] = wrapper_template_defaults['EB1911'],
		['Encyclopedia Britannica 1911'] = wrapper_template_defaults['EB1911'],
		['Encyclopædia Britannica 1911'] = wrapper_template_defaults['EB1911'],

	['EB9'] = wrapper_template_defaults_vol['Cite EB9'],						-- canonical; this template calls Cite EB9
	
	['Encyclopaedia of Islam, New Edition'] = wrapper_template_defaults_vol['Encyclopaedia of Islam, New Edition'],	-- canonical
		['EI2'] = wrapper_template_defaults_vol['Encyclopaedia of Islam, New Edition'],
	
	['Encyclopaedia of Islam, THREE'] = wrapper_template_defaults['EI3'],		-- canonical
		['EI3'] = wrapper_template_defaults['EI3'],

    ['Cite NatureServe'] = wrapper_template_defaults['Cite NatureServe'],

	['New Cambridge Medieval History'] = wrapper_template_defaults_vol['New Cambridge Medieval History'],	-- canonical

    ['PLANTS'] = wrapper_template_defaults['PLANTS'],
	    ['NRCS Plant Profile'] = wrapper_template_defaults['PLANTS'],
        ['NRCS Plants Profile'] = wrapper_template_defaults['PLANTS'],
        ['Cite PLANTS'] = wrapper_template_defaults['PLANTS'],
        ['Cite usda plants'] = wrapper_template_defaults['PLANTS'],
	
	['The History of al-Tabari'] = wrapper_template_defaults_vol['The History of al-Tabari'],		-- canonical
		['The History of Al-Tabari'] = wrapper_template_defaults_vol['The History of al-Tabari'],	-- redirects
		['The History of al-Ṭabarī'] = wrapper_template_defaults_vol['The History of al-Tabari'],	-- redirects
	}

--[[--------------------------< T E M P L A T E _ N A M E S >--------------------------------------------------

This table holds the names of templates and the names of their redirects.  Template names must be written exactly
as they are named at their templatespace page.  This same also applies to redirects.

The indexes in this table are not critical but should be short and concise.

]]

local template_names = {
	['ADB'] = {'Allgemeine Deutsche Biographie', 'Cite ADB'},
	['Butt_Stations'] = {'Butt-Stations', 'Butt-stations'},
	['Cam_Hist_Iran'] = {'Cambridge History of Iran', 'The Cambridge History of Iran'},
	['DNB'] = {'Cite DNB', 'DNB', 'DNB Cite', 'Cite DNBSupp', 'DNBSupp', 'Cite DNB12', 'Cite DNBIE', 'DNB12', 'DNBIE', 'DNBfirst'},
    ['EI2'] = {'Encyclopaedia of Islam, New Edition','EI2'},
	['ME-ref'] = {'ME-ref', 'Me-ref'},
	['ODB'] = {'ODB', 'Oxford Dictionary of Byzantium'},
	['ODLA'] = {'ODLA', 'Oxford Dictionary of Late Antiquity'},
	['NDB'] = {'Cite NDB', 'NDB'},
	['Iranica'] = {'Encyclopædia Iranica Online', 'Encyclopædia Iranica', 'Encyclopaedia Iranica', 'Cite Encyclopædia Iranica Online'},
    ['Tabari'] = {'The History of al-Tabari','The History of al-Ṭabarī'}
}

--[[--------------------------< W R A P P E R _ T E M P L A T E _ P A T T E R N S >----------------------------

A list of pairs: each pair is a (list of wrapper templates, list of corresponding whitelisted patterns).

The main code will sweep through the list of wrapper templates, checking if they are used, the match against corresponding whitelisted patterns.
]]
local wrapper_template_patterns = {
   {{'Acad','Alumni Cantabrigienses','Venn'},{'ACAD%u%u%u?%u?%d+%u%u?'}},
   {{'Cite AHD','Australian Heritage Database'},{'AHD%d+'}},
   {{'Cite Austrian gazette'},{'[BR]GBl_[12]%d%d%d%-?I?I?%/%d+','StGBl_[12]%d%d%d%/%d+','GBlÖ_[12]%d%d%d%/%d+'}},
   {{'Cite Bach Digital harvard','BDh'},{'[%d%a_%pöüäß→]+_at_Bach_Digital'}},
   {{'Cite DNB', 'DNB', 'DNB Cite', 'Cite DNBSupp', 'DNBSupp', 'Cite DNB12', 'Cite DNBIE', 'DNB12', 'DNBIE', 'DNBfirst'},
     {'CITEREF%a[%a%-_\']*188[5-9]',												-- 1885–1889
	  'CITEREF%a[%a%-_\']*189%d',													-- 1890–1899
	  'CITEREF%a[%a%-_\']*190[0-1]',												-- 1900–1901
	  'CITEREF%a[%a%-_\']*1903',													-- 1903 IE
	  'CITEREF%a[%a%-_\']*1912',													-- 1912 supplement
	}},
   {{'Cite gnis2','GNIS 0'},{'%a.*_USGS$'}},
   {{'Historic Environment Scotland','HEScotland'},{'Historic_Environment_Scotland%u%u%u?%u?%d'}},
   {{'London Gazette'},{'Gazette%d+'}},
   {template_names['ME-ref'],{'Tolkien19%d%d'}},
   {{'National Heritage List for England','Images of England','IoEEntry','Heritage Gateway',
     'NHLE','English Heritage List entry','IoE','National Heritage List for England entry','Historic England',
     'Historic England research records','Cite PastScape','PastScape','HERR'},{'Historic_England%d+'}},
   {{'Cite QHR','Cite CHIMS'},{'QHR%d+'}}
}


local noDefault = {'', ''}

-- ensure that all templates with patterns are classified as wrapper templates
for _, wtp in ipairs(wrapper_template_patterns) do
    for _, t in ipairs(wtp[1]) do
        if not wrapper_templates[t] then
           wrapper_templates[t] = noDefault
        end
    end
end

--[[--------------------------< W H I T E L I S T >------------------------------------------------------------

This is a list of anchor IDs known to be associated with specific wrapper templates.  The anchor ID serves as an
index into the table.  The assigned value is another table that lists the associated template and any redirects.

Except for year disambiguators, anchor IDs must have the same form as the anchor creator makes; must be the
anchor-encoded form.  Remove the year disambiguator.

Template names must be written exactly as they are named at their templatespace page.  This same also applies to
redirects.  Module:Footnotes reads the template names left to right so most-commonly-used template or redirect name
should appear first.  When there are more than one name and when those templates have various anchor IDs the template
namelist should be added to the template_names{} table.

Note that references to Template:EB1911 are listed under "E" in the alphabetical list below to keep them organized.

]]


local whitelist = {
----------< # >----------
	['CITEREF2013_Statistical_Yearbook_of_the_Republic_of_Croatia'] = {'Croatia Yearbook 2013'},

----------< A >----------
	['CITEREFAGA_1884–1897'] = {'Schubert\'s compositions (references)'},
	['CITEREFATOC2009'] = {'ATOCConnectingCommunitiesReportS10'},
	['CITEREFAbramowitzStegun1983'] = {'Abramowitz Stegun ref'},
	['CITEREFAbulafia1999'] = {'New Cambridge Medieval History'},
	['CITEREFActa_Lipsiensium1723'] = {'Bach\'s compositions (sources)'},
	['CITEREFAdamsFranzosa2009'] = {'Adams Franzosa Introduction to Topology Pure and Applied'},
	['CITEREFAdaschErnstKeim1978'] = {'Adasch Topological Vector Spaces'},
	['CITEREFAffleck1978'] = {'Affleck-On Track'},
	['CITEREFAhlgrimm1969'] = {'Bach\'s compositions (sources)'},
	['CITEREFAhrons1927'] = {'Book-Ahrons-British Steam Railway Locomotive'},
	['CITEREFAl-Kindi1912'] = {'The Governors and Judges of Egypt'},
	['CITEREFAlbert_Schumann1886'] = {'Cite ADB'},
	['CITEREFAlden1916'] = {'Shakespeare sonnets bibliography'},
	['CITEREFAldrich1969'] = {'Aldrich-LocosGER7'},
	['CITEREFAleksidze2018'] = template_names['ODLA'],
	['CITEREFAlexiou2010'] = {'Cite flatiron'},
	['CITEREFAliprantisBorder2006'] = {'Aliprantis Border Infinite Dimensional Analysis A Hitchhiker\'s Guide Third Edition'},
	['CITEREFAllamaniPanagiotopoulou1978'] = {'Ιστορία του Ελληνικού Έθνους'},
	['CITEREFAllcockDaviesle_FlemingMaskelyne1968'] = {'RCTS-LocosGWR-1'},
	['CITEREFAllenBoddyBrownFry1970'] = {'RCTS-LocosLNER-8A', 'RCTS-LocosLNER'},
	['CITEREFAllenBoddyBrownFry1971'] = {'RCTS-LocosLNER-8B', 'RCTS-LocosLNER'},
	['CITEREFAllenBoddyBrownFry1983'] = {'RCTS-LocosLNER-8A', 'RCTS-LocosLNER'},
	['CITEREFAllmand1998'] = {'New Cambridge Medieval History'},
	['CITEREFAmerican_Railway_Association1922'] = {'1922 Locomotive Cyclopedia'},
	['CITEREFAnderson1952'] = {'Naval Wars in the Levant 1559–1853'},
	['CITEREFAngelov2018'] = template_names['ODLA'],
	['CITEREFApostol1976'] = {'Apostol IANT'},
	['CITEREFArkhangel&#039;skiiPonomarev1984'] = {'Arkhangel\'skii Ponomarev Fundamentals of General Topology Problems and Exercises'},
	['CITEREFArrey_von_Dommer1875'] = {'Cite ADB'},
	['CITEREFAsmus1966'] = template_names['NDB'],
	['CITEREFAspreas1929'] = {'Great Military and Naval Encyclopaedia'},
	['CITEREFAtkins2007'] = {'Shakespeare sonnets bibliography'},
	['CITEREFAudiKondevWangHuang2017'] = {'NUBASE2016'},
	['CITEREFAvdoyan2018'] = template_names['ODLA'],
	['CITEREFAwdry1990'] = {'Awdry-RailCo', 'Carnarvonshire Railway'},
	['CITEREFRamelli2018'] = {'Oxford Dictionary of Late Antiquity'},['CITEREFA_History_of_the_Crusades'] = {'Setton-A History of the Crusades'},

----------< B >----------
	['CITEREFBabinger1962'] = {'DBI', 'Dizionario Biografico degli Italiani'},
	['CITEREFBabinger1978'] = {'Mehmed the Conqueror and His Time'},
	['CITEREFBabinger1992'] = {'Mehmed the Conqueror and His Time'},
	['CITEREFBachAgricola1754'] = {'Bach\'s compositions (sources)'},
	['CITEREFBadura-SkodaBranscombe2008'] = {'Schubert\'s compositions (references)'},
	['CITEREFBagley1999'] = {'Cite Cambridge History of China'},
	['CITEREFBaldwin1969'] = {'Setton-A History of the Crusades'},
	['CITEREFBaldwin1985'] = {'Setton-A History of the Crusades'},
	['CITEREFBaldwin1991'] = template_names['ODB'],
	['CITEREFBaldwinKazhdan1991'] = template_names['ODB'],
	['CITEREFBaldwinTalbot1991'] = template_names['ODB'],
	['CITEREFBaltzer1916'] = {'Baltzer-Kolonialbahnen'},
	['CITEREFBanach1932'] = {'Banach Théorie des Opérations Linéaires'},
	['CITEREFBartusis1991'] = template_names['ODB'],
	['CITEREFBaxter1971'] = {'Baxter-BritishLocoCat1'},
	['CITEREFBaxter1977'] = {'Baxter-BritishLocoCat1'},
	['CITEREFBaxter1978'] = {'Baxter-BritishLocoCat2A'},
	['CITEREFBaxter1979'] = {'Baxter-BritishLocoCat2B'},
	['CITEREFBaxter1982'] = {'Baxter-BritishLocoCat3A', 'Baxter-BritishLocoCat3B'},
	['CITEREFBaxter1984'] = {'Baxter-BritishLocoCat4'},
	['CITEREFBaxter1986'] = {'Baxter-BritishLocoCat5A'},
	['CITEREFBaxter1988'] = {'Baxter-BritishLocoCat5B'},
	['CITEREFBaxter2012'] = {'Baxter-BritishLocoCat6'},
	['CITEREFBeißwenger1991'] = {'Bach\'s compositions (sources)'},
	['CITEREFBek2001'] = {'Cite Grove'},
	['CITEREFBelke1996'] = {'Tabula Imperii Byzantini'},
	['CITEREFBelkeMersisch1990'] = {'Tabula Imperii Byzantini'},
	['CITEREFBelkeRestle1984'] = {'Tabula Imperii Byzantini'},
	['CITEREFBellini2008'] = {'DBI', 'Dizionario Biografico degli Italiani'},
	['CITEREFBernhard_von_Poten1889'] = template_names['ADB'],
	['CITEREFBernhard_von_Poten1898'] = template_names['ADB'],
	['CITEREFBezilla1980'] = {'Bezilla-PRR-Electric-Traction'},
	['CITEREFBianquis1998'] = {'The Cambridge History of Egypt', 'Cambridge History of Egypt'},
	['CITEREFBierstedt1988'] = {'Bierstedt An Introduction to Locally Convex Inductive Limits'},
	['CITEREFBirken1976'] = {'Die Provinzen des Osmanischen Reiches'},
	['CITEREFBlake1966'] = {'DisraeliRef'},
	['CITEREFBlanken2019'] = {'Bach\'s compositions (sources)'},
	['CITEREFBlankinship1994'] = {'The End of the Jihâd State', 'The End of the Jihad State'},
	['CITEREFBlautSchulze2008'] = {'Bach\'s compositions (sources)'},
	['CITEREFBloom2007'] = {'Cite Routledge Broadway', 'Cite Broadway Routledge', 'Cite Routledge Guide to Broadway', 'Routledge Guide to Broadway'},
	['CITEREFBock1978'] = {'Audie-bock-directors'},
	['CITEREFBodde1986'] = {'Cite Cambridge History of China'},
	['CITEREFBoddyBrownFryHennigan1968'] = {'RCTS-LocosLNER-4', 'RCTS-LocosLNER'},
	['CITEREFBoddyBrownFryHennigan1975'] = {'RCTS-LocosLNER-2B', 'RCTS-LocosLNER'},
	['CITEREFBoddyBrownFryHennigan1977'] = {'RCTS-LocosLNER-9A', 'RCTS-LocosLNER-9B', 'RCTS-LocosLNER'},
	['CITEREFBoddyBrownFryHennigan1979'] = {'RCTS-LocosLNER-3A', 'RCTS-LocosLNER'},
	['CITEREFBoddyBrownHenniganHoole1984'] = {'RCTS-LocosLNER-6C', 'RCTS-LocosLNER'},
	['CITEREFBoddyBrownHenniganNeve1981'] = {'RCTS-LocosLNER-3B', 'RCTS-LocosLNER'},
	['CITEREFBoddyBrownNeveYeadon1983'] = {'RCTS-LocosLNER-6B', 'RCTS-LocosLNER'},
	['CITEREFBoddyFryHenniganHoole1990'] = {'RCTS-LocosLNER-10B', 'RCTS-LocosLNER'},
	['CITEREFBoddyFryHenniganProud1963'] = {'RCTS-LocosLNER-1', 'RCTS-LocosLNER'},
	['CITEREFBoddyNeveTeeYeadon1982'] = {'RCTS-LocosLNER-6A', 'RCTS-LocosLNER'},
	['CITEREFBoddyNeveYeadon1973'] = {'RCTS-LocosLNER-2A', 'RCTS-LocosLNER'},
	['CITEREFBody1989'] = {'Body-Railways-Vol2'},
	['CITEREFBon1969'] = {'La Morée franque'},
	['CITEREFBonner2010'] = {'New Cambridge History of Islam'},
	['CITEREFBonnett2005'] = {'Bonnett Practical Rail Engineering'},
	['CITEREFBonporti1712'] = {'Bach\'s compositions (sources)'},
	['CITEREFBooth2000'] = {'Shakespeare sonnets bibliography'},
	['CITEREFBorsari1964'] = {'DBI', 'Dizionario Biografico degli Italiani'},
	['CITEREFBossert1914'] = {'Schaff-Herzog'},
	['CITEREFBottoMitchell2002'] = {'Cite ATT Broadway', 'Cite At This Theatre Broadway', 'Cite Broadway At This Theatre', 'Cite Broadway ATT'},
	['CITEREFBourbaki1987'] = {'Bourbaki Topological Vector Spaces', 'Bourbaki Topological Vector Spaces Part 1 Chapters 1–5'},
	['CITEREFBourbaki1989'] = {'Bourbaki General Topology Part I Chapters 1-4', 'Bourbaki General Topology Part II Chapters 5-10', 'Bourbaki Algebra I Chapters 1-3 Springer'},
	['CITEREFBourbaki1994'] = {'Bourbaki EHM'},
	['CITEREFBournoutian2018'] = {'Cite Armenia and Imperial Decline'},
	['CITEREFBowen1928'] = {'The Life and Times of Ali ibn Isa'},
	['CITEREFBowmanCameronGarnsey2005'] = {'Cambridge Ancient History'},
	['CITEREFBoyd1970'] = {'Boyd-MidWales'},
	['CITEREFBoyd1975'] = {'Boyd-FR1'},
	['CITEREFBoyd1985'] = {'Boyd-NCaerns2Penrhyn'},
	['CITEREFBoyd1986'] = {'Boyd-NCaerns3Dinorwic'},
	['CITEREFBoyd1988'] = {'Boyd-SCaerns1'},
	['CITEREFBoyd1989'] = {'Boyd-SCaerns2'},
	['CITEREFBoyd1990'] = {'Boyd-NCaerns1'},
	['CITEREFBradshaw1968'] = {'Bradshaw-1910April'},
	['CITEREFBradshaw1985'] = {'Bradshaw-1922July'},
	['CITEREFBradshaw2011'] = {'Bradshaw-1895December'},
	['CITEREFBradshaw2012'] = {'Bradshaw-1850March'},
	['CITEREFBrand1968'] = {'Byzantium Confronts the West'},
	['CITEREFBrand1991'] = {'DBI', 'ODB', 'Oxford Dictionary of Byzantium'},
	['CITEREFBray2010'] = {'Bray-SDJR'},
	['CITEREFBrett2010'] = {'New Cambridge History of Islam'},
	['CITEREFBrown2008'] = {'The Cambridge History of the Byzantine Empire'},
	['CITEREFBrown2021'] = {'Cite Gaia EDR3'},
	['CITEREFBryan1886'] = {'Bryan (3rd edition)'},
	['CITEREFBryan1889'] = {'Bryan (3rd edition)'},
	['CITEREFBuhle1909'] = {'Bach\'s compositions (sources)'},
	['CITEREFBunbury1857'] = {'DGRG'},
	['CITEREFBurant1987'] = {'Cite DCB'},
	['CITEREFBurch1911'] = {'Burch Electric Traction'},
	['CITEREFBurke1866'] = {'O\'Donnell family tree'},
	['CITEREFBurrowsWallace1999'] = {'Cite gotham'},
	['CITEREFBury1911'] = {'The Imperial Administrative System of the Ninth Century'},
	['CITEREFButcherNicholson2018'] = template_names['ODLA'],
	['CITEREFButt1995'] = template_names['Butt_Stations'],

----------< C >----------
	['CITEREFCIC1983'] = {'CIC1983bib'},
	['CITEREFCalifornia1988'] = {'CA-Rail Passenger Development Plan-1988'},
	['CITEREFCallwell1999'] = {'Muni Chronology'},
	['CITEREFCaltrans1984'] = {'Countrystudy'},
	['CITEREFCameronWard-PerkinsWhitby2000'] = {'Cambridge Ancient History'},
	['CITEREFCanepa2018'] = template_names['ODLA'],
	['CITEREFCanny2008'] = {'O\'Donnell family tree'},
	['CITEREFCappelCutlerKazhdan1991'] = template_names['ODB'],
	['CITEREFCarl_von_Prantl1879'] = {'Cite ADB'},
	['CITEREFCarlson2010'] = {'Dlmf'},
	['CITEREFCaro1974'] = {'Cite Power Broker'},
	['CITEREFCarpenter1977'] = template_names['ME-ref'],
	['CITEREFCarpenter1981'] = template_names['ME-ref'],
	['CITEREFCarpenter2023'] = template_names['ME-ref'],
	['CITEREFCarra_de_VauxHodgson1965'] = {'EI2'},
	['CITEREFCarter2006'] = {'Carter-RailwaysMotivePowerArgentina'},
	['CITEREFCasserley1968'] = {'Casserley-joint'},
	['CITEREFCasserleyJohnston1966'] = {'Casserley-LocoGrouping3'},
	['CITEREFCasserleyJohnston1974'] = {'Casserley-LocoGrouping3', 'Casserley-LocoGrouping2', '0-7110-0554-0'},
	['CITEREFCasway1984'] = {'O\'Donnell family tree'},
	['CITEREFCavanna_Ciappina2001'] = {'DBI'},
	['CITEREFCawley2001'] = {'Medieval Lands by Charles Cawley', 'MLCC'},
	['CITEREFCawley2001'] = {'Medieval Lands by Charles Cawley'},
	['CITEREFCawley2010'] = {'MLCC'},
	['CITEREFCawley2011'] = {'MLCC'},
	['CITEREFCawley2012'] = {'Medieval Lands by Charles Cawley'},
	['CITEREFChaffeeTwitchett2015'] = {'Cite Cambridge History of China'},
	['CITEREFChaléardChanson-JabeurBéranger2006'] = {'Chaléard-Le cdf en Afrique'},
	['CITEREFChambers1728'] = {'Cyclopaedia 1728'},
	['CITEREFChasiotis1975'] = {'Ιστορία του Ελληνικού Έθνους'},
	['CITEREFCheyneBlack1899'] = {'Biblica', 'Cite Biblica'},
	['CITEREFCheyneBlack1899–1903'] = {'Cite Biblica'},
	['CITEREFCheyneBlack1901'] = {'Cite Biblica'},
	['CITEREFCheyneBlack1902'] = {'Cite Biblica'},
	['CITEREFCheyneBlack1903'] = {'Cite Biblica'},
	['CITEREFChisholm1911'] = {'Cite EB1911','EB1911','1911EB','EB1911 cite','1911','1911s','Britannica 1911','Encyclopedia Britannica 1911','Encyclopædia Britannica 1911','Wikisource1911Enc Citation','Wikisource1911Enc citation'},
	['CITEREFChisholm1922'] = {'EB1922', 'Cite EB1922'},
	['CITEREFChoniates1984'] = {'O City of Byzantium'},
	['CITEREFChrista_Jost1999'] = template_names['NDB'],
	['CITEREFChung1994'] = {'Country study'},
	['CITEREFChurchmanHurst2001'] = {'Churchman & Hurst Railways of New Zealand'},
	['CITEREFChurchman_&amp;_Hurst2001'] = {'Churchman & Hurst Railways of New Zealand'},
	['CITEREFChurella2013'] = {'Churella-PRR-1'},
	['CITEREFClementsMcMahon2008'] = {'ClementsMcMahon-GSR Locomotives'},
	['CITEREFClinker1978'] = {'Clinker-Stations'},
	['CITEREFClinker1988'] = {'Clinker-Stations'},
	['CITEREFCoates1990'] = {'Coates-Reading'},
	['CITEREFColbyWilliams1916'] = {'New International Encyclopedia', 'NIE'},
	['CITEREFColledgeWarlow2006'] = {'Colledge', 'Cite Colledge2006'},
	['CITEREFColledgeWarlow2010'] = {'Cite Colledge2010'},
	['CITEREFCollins2016'] = {'Cite Collins 2016'},
	['CITEREFColvin1947'] = {'Colvin1947'},
	['CITEREFConolly1998'] = {'IanAllan-PreGroup-Atlas1998'},
	['CITEREFConway1990'] = {'Conway A Course in Functional Analysis'},
	['CITEREFCosentino2008'] = {'DBI'},
	['CITEREFCotsonis2020'] = {'Catalogue of Byzantine Seals at Dumbarton Oaks and in the Fogg Museum of Art'},
	['CITEREFCoulthard-Clark2002'] = {'Australian Dictionary of Biography'},
	['CITEREFCousin1910'] = {'A Short Biographical Dictionary of English Literature', 'Cite SBDEL'},
	['CITEREFCoverdale_&_Colpitts1946'] = {'Coverdale & Colpitts 1', 'Coverdale & Colpitts 2', 'Coverdale & Colpitts 3'},
	['CITEREFCox1967'] = {'Cox-Upper Darby'},
	['CITEREFCox2011'] = {'Cox-Dixie'},
	['CITEREFCrevier1993'] = {'Crevier 1993'},
	['CITEREFCrockett2007'] = {'Australian Dictionary of Biography'},
	['CITEREFCroke2018'] = template_names['ODLA'],
	['CITEREFCrone1980'] = {'Slaves on Horses'},
	['CITEREFCrone2003'] = {'Slaves on Horses'},
	['CITEREFCroughtonKidnerYoung1982'] = {'Croughton-PrivateStations'},
	['CITEREFCruickshanks1970'] = {'HistoryofParliament'},
	['CITEREFCsászár1978'] = {'Császár General Topology'},
	['CITEREFCudahy2002'] = {'Cudahy-Hudson'},
	['CITEREFCudahy2003'] = {'Cudahy-Subways'},
	['CITEREFCurta2006'] = {'Southeastern Europe in the Middle Ages, 500–1250'},

----------< D >----------
	['CITEREFDBI'] = {'DBI', 'Dizionario Biografico degli Italiani'},
	['CITEREFDZS2015'] = {'Croatia Yearbook 2015'},
	['CITEREFDadelsen1957'] = {'Bach\'s compositions (sources)'},
	['CITEREFDaftary1990'] = {'Daftary-The Ismailis'},
	['CITEREFDaftary2007'] = {'Daftary-The Ismailis'},
	['CITEREFDaniel2010'] = {'New Cambridge History of Islam'},
	['CITEREFDanielsDench1963'] = {'Daniels-NoMore'},
	['CITEREFDanielsDench1973'] = {'Daniels-NoMore'},
	['CITEREFDarleyCanepa2018'] = {'Oxford Dictionary of Late Antiquity'},
	['CITEREFDaryaee2018'] = template_names['ODLA'],
	['CITEREFDaryaeeCanepa2018'] = template_names['ODLA'],
	['CITEREFDavid1961'] = {'Bach\'s compositions (sources)'},
	['CITEREFDavidson2010'] = {'HistoryofParliament'},
	['CITEREFDavidsonThrush2010'] = {'HistoryofParliament'},
	['CITEREFDavies1996'] = {'Davies-PLMLocoList'},
	['CITEREFDavies1997'] = {'Davies-NordLocoList'},
	['CITEREFDavies2001'] = {'Davies-EstLocoList3', 'Davies-ÉtatLocoList'},
	['CITEREFDavies2003'] = {'Davies-SNCFLocoList'},
	['CITEREFDaviesFirthLuckingThomas1966'] = {'RCTS-LocosGWR-10'},
	['CITEREFDe_Negri1997'] = {'DBI'},
	['CITEREFDer_Matossian2020'] = {'Cite The First Republic of Armenia'},
	['CITEREFDeutsch1951'] = {'Schubert\'s compositions (references)'},
	['CITEREFDeutsch1978'] = {'Schubert\'s compositions (references)'},
	['CITEREFDeutsche_Autos,_Band_2,2001'] = {'Deutsche Autos-2'},
	['CITEREFDeutsche_Autos,_Band_3,2001'] = {'Deutsche Autos-3'},
	['CITEREFDeutsche_Autos,_Band_4,2001'] = {'Deutsche Autos-4'},
	['CITEREFDeutsche_Autos,_Band_5,2001'] = {'Deutsche Autos-5'},
	['CITEREFDeutsche_Autos,_Band_6,2001'] = {'Deutsche Autos-6'},
	['CITEREFDewick2005'] = {'Dewick-Atlas'},
	['CITEREFDiamonstein-Spielvogel2011'] = {'Cite landmarks'},
	['CITEREFDickens2018'] = template_names['ODLA'],
	['CITEREFDienKnapp2019'] = {'Cite Cambridge History of China'},
	['CITEREFDirksen1998'] = {'Bach\'s compositions (sources)'},
	['CITEREFDirksen2010'] = {'Bach\'s compositions (sources)'},
	['CITEREFDirksen2016'] = {'Bach\'s compositions (sources)'},
	['CITEREFDixmier1984'] = {'Dixmier General Topology'},
	['CITEREFDoganis1930'] = {'Great Military and Naval Encyclopaedia'},
	['CITEREFDoleckiMynard2016'] = {'Dolecki Mynard Convergence Foundations Of Topology'},
	['CITEREFDolkart1998'] = {'Cite morningside'},
	['CITEREFDonaghy1972'] = {'Donaghy-LMR'},
	['CITEREFDonohue2003'] = {'The Buwayhid Dynasty in Iraq'},
	['CITEREFDorin1972'] = {'Dorin-North Western'},
	['CITEREFDow1962'] = {'Dow-GC2'},
	['CITEREFDow1965'] = {'Dow-GC3'},
	['CITEREFDow1985'] = {'Dow-GC1'},
	['CITEREFDowney2007'] = {'Downey-Chicago'},
	['CITEREFDrummond1964'] = {'HistoryofParliament'},
	['CITEREFDrury1985'] = {'Drury Historical Guide 1985'},
	['CITEREFDrury1993'] = {'Drury-North American Steam'},
	['CITEREFDugundji1966'] = {'Dugundji Topology'},
	['CITEREFDuke1995'] = {'Duke-Santa Fe-1'},
	['CITEREFDukeKeilty1990'] = {'Duke-RDC'},
	['CITEREFDumbarton_Oaks_Hagiography_Database'] = {'Dumbarton Oaks Hagiography Database'},
	['CITEREFDunbar1969'] = {'Dunbar-Railroads'},
	['CITEREFDuncan-Jones2010'] = {'Shakespeare sonnets bibliography'},
	['CITEREFDunlop1895'] = {'O\'Donnell family tree'},
	['CITEREFDunn2013'] = {'Dunn-Comeng-5'},
	['CITEREFDurham1998'] = {'California\'s Geographic Names'},
	['CITEREFDurrant1972'] = {'Durrant-Steam Locos Eastern Europe'},
	['CITEREFDurrant1981'] = {'Durrant-Garratt-Rev'},
	['CITEREFDurrantLewisJorgensen1981'] = {'Durrant-SteamAfrica'},
	['CITEREFDömlingKohlhase1971'] = {'Bach\'s compositions (sources)'},
	['CITEREFDürr1952'] = {'Bach\'s compositions (sources)'},
	['CITEREFDürr1954'] = {'Bach\'s compositions (sources)'},
	['CITEREFDürr1987'] = {'Bach\'s compositions (sources)'},
	['CITEREFDürrJones2006'] = {'Bach\'s compositions (sources)'},
	['CITEREFDürrKobayashi1998'] = {'Bach\'s compositions (sources)'},

----------< E >----------
	['CITEREFEarle2018'] = {'Gymnosperm Database'},
	['CITEREFEaston1897'] = {'Eastons', 'EBD'},
	['CITEREFEbata2019'] = {'BDh'},
	['CITEREFEbata2020'] = {'BDh'},
	['CITEREFEdwards1995'] = {'Edwards Functional Analysis Theory and Applications'},
	['CITEREFEichberg1976'] = {'Bach\'s compositions (sources)'},
	['CITEREFEl-Hibri2010'] = {'New Cambridge History of Islam'},
	['CITEREFEl-Hibri2021'] = {'The Abbasid Caliphate: A History'},
	['CITEREFEldredgeHorenstein2014'] = {'Cite concrete'},
	['CITEREFElsholz1982'] = {'Schubert\'s compositions (references)'},
	['CITEREFEppstein1966'] = {'Bach\'s compositions (sources)'},
	['CITEREFEppstein1982'] = {'Bach\'s compositions (sources)'},
	['CITEREFEquasis'] = {'Csr', 'Cite ship register'},
	['CITEREFEuDaly2009'] = {'Complete Book of North American Railroading'},
	['CITEREFEuDalySchaferJessupBoyd2009'] = {'Complete Book of North American Railroading'},

----------< F >----------
	['CITEREFFairbank1978'] = {'Cite Cambridge History of China'},
	['CITEREFFairbank1983'] = {'Cite Cambridge History of China'},
	['CITEREFFairbankFeuerwerker1986'] = {'Cite Cambridge History of China'},
	['CITEREFFairbankLiu1980'] = {'Cite Cambridge History of China'},
	['CITEREFFang1943'] = {'Cite ECCP'},
	['CITEREFFarinella2001'] = {'DBI'},
	['CITEREFFeder1958'] = {'Bach\'s compositions (sources)'},
	['CITEREFFederal_Writers&#039;_Project1939'] = {'Cite fednyc'},
	['CITEREFFernandez1983'] = {'Fernandez1983'},
	['CITEREFFerneyhough1980'] = {'Ferneyhough-LMR'},
	['CITEREFFiaccadori1991'] = template_names['ODB'],
	['CITEREFFine1991'] = {'The Early Medieval Balkans'},
	['CITEREFFine1994'] = {'The Late Medieval Balkans'},
	['CITEREFFleetKrämerMatringeNawas'] = {'Encyclopaedia of Islam, THREE','EI3'},
	['CITEREFFletcher,_Great_Tank_Scandal'] = {'Book-Fletcher-Great Tank Scandal'},
	['CITEREFFletcher,_Universal_Tank'] = {'Book-Fletcher-Universal Tank'},
	['CITEREFFlora_of_China'] = {'EFloras'},
	['CITEREFFlora_of_North_America'] = {'EFloras'},
	['CITEREFFlora_of_North_America2009'] = {'EFloras'},
	['CITEREFFluckMarshallWilson1996'] = {'FluMarWil-LocRailCR'},
	['CITEREFFonstad1991'] = template_names['ME-ref'],
	['CITEREFFordCrowther1922'] = {'Ford1922'},
	['CITEREFForkelTerry1920'] = {'Bach\'s compositions (sources)'},
	['CITEREFFornaçon,_Siegfried1957'] = template_names['NDB'],
	['CITEREFForrestal1999'] = {'Forrestal-Wineries'},
	['CITEREFForster1990'] = {'Cite DCB'},
	['CITEREFFoss1991'] = template_names['ODB'],
	['CITEREFFoster1971'] = template_names['ME-ref'],
	['CITEREFFoster1996'] = {'Foster-Field Guide'},
	['CITEREFFouracre2005'] = {'New Cambridge Medieval History'},
	['CITEREFFrailey2010'] = {'Frailey-Twilight'},
	['CITEREFFranke1994'] = {'Cite Cambridge History of China', 'The Cambridge History of China'},
	['CITEREFFranke1994'] = {'Cite Cambridge History of China'},
	['CITEREFFrankeTwitchett1994'] = {'Cite Cambridge History of China'},
	['CITEREFFranz_Schnorr_von_Carolsfeld1883'] = {'Cite ADB'},
	['CITEREFFriedrich_Wilhelm_Bautz1975'] = {'BBKL'},
	['CITEREFFriedrich_Wilhelm_Bautz1990'] = {'BBKL'},
	['CITEREFFry1964'] = {'RCTS-LocosLNER-7', 'RCTS-LocosLNER'},
	['CITEREFFry1966'] = {'RCTS-LocosLNER-5', 'RCTS-LocosLNER'},
	['CITEREFFubini2012'] = {'DBI', 'Dizionario Biografico degli Italiani'},
	['CITEREFFudenbergTirole1991'] = {'Cite Fudenberg Tirole 1991'},
	['CITEREFFultonHarris1991'] = {'Fulton-Harris'},

----------< G >----------
	['CITEREFGaines2008'] = {'Cite Gaines 2008'},
	['CITEREFGardner2005'] = {'MSW3 Microbiotheria'},
	['CITEREFGardoni2015'] = {'DBI', 'Dizionario Biografico degli Italiani'},
	['CITEREFGareyJohnson1979'] = {'Garey-Johnson'},
	['CITEREFGarth2003'] = template_names['ME-ref'],
	['CITEREFGeanakoplos1959'] = {'Emperor Michael Palaeologus and the West'},
	['CITEREFGeorg_von_Dadelsen1953'] = template_names['NDB'],
	['CITEREFGiannasi1975'] = {'DBI', 'Dizionario Biografico degli Italiani'},
	['CITEREFGibb1923'] = {'The Arab Conquests in Central Asia'},
	['CITEREFGil1997'] = {'A History of Palestine, 634-1099', 'A History of Palestine, 634–1099'},
	['CITEREFGillham2001'] = {'Gillham-Waterloo-City'},
	['CITEREFGilliland1969'] = {'Gilliland'},
	['CITEREFGilliland1994'] = {'Pop Chronicles 40s'},
	['CITEREFGilliverMarshallWeiner2006'] = template_names['ME-ref'],
	['CITEREFGilmanPeckColby1905'] = {'Cite NIE', 'New International Encyclopedia', 'NIE'},
	['CITEREFGilmanPeckColby1916'] = {'New International Encyclopedia', 'NIE'},
	['CITEREFGleaves1921'] = {'Gleaves'},
	['CITEREFGlischinski1997'] = {'Glischinski-Santa Fe'},
	['CITEREFGlöckner1983'] = {'Bach\'s compositions (sources)'},
	['CITEREFGoldberg1981'] = {'Goldberg-Amtrak'},
	['CITEREFGordon2001'] = {'Gordon-The Breaking of a Thousand Swords'},
	['CITEREFGraham1974'] = {'Cite DCB'},
	['CITEREFGrant1994'] = {'Grant-Death'},
	['CITEREFGrant2010'] = {'Grant-Twilight'},
	['CITEREFGrant2017'] = {'Grant-RailCo'},
	['CITEREFGreenlaw2007'] = {'Greenlaw-Via Rail'},
	['CITEREFGreenwoodEarnshaw1997'] = {'Greenwood&Earnshaw2nd'},
	['CITEREFGregory1991'] = template_names['ODB'],
	['CITEREFGregoryKazhdan1991'] = template_names['ODB'],
	['CITEREFGregoryŠevčenko1991'] = template_names['ODB'],
	['CITEREFGrete_Schemann1957'] = template_names['NDB'],
	['CITEREFGrey2002'] = {'Australian Dictionary of Biography'},
	['CITEREFGrierson1903'] = {'Cite LSI', 'LSI', 'Linguistic Survey of India'},
	['CITEREFGrierson1908'] = {'Cite LSI', 'LSI', 'Linguistic Survey of India'},
	['CITEREFGrierson1919'] = {'Cite LSI', 'LSI', 'Linguistic Survey of India'},
	['CITEREFGrierson1967'] = {'Cite LSI', 'LSI', 'Linguistic Survey of India'},
	['CITEREFGriffith1991'] = template_names['ODB'],
	['CITEREFGriffithsSmith1999'] = {'Griffiths-Sheds1'},
	['CITEREFGriffithsSmith2000'] = {'Griffiths-Sheds2'},
	['CITEREFGrothendieck1955'] = {'Grothendieck Produits Tensoriels Topologiques et Espaces Nucléaires'},
	['CITEREFGrothendieck1973'] = {'Grothendieck Topological Vector Spaces'},
	['CITEREFGrothendieckDieudonné1960'] = {'EGA'},
	['CITEREFGrothendieckDieudonné1961'] = {'EGA'},
	['CITEREFGrothendieckDieudonné1963'] = {'EGA'},
	['CITEREFGrothendieckDieudonné1964'] = {'EGA'},
	['CITEREFGrothendieckDieudonné1965'] = {'EGA'},
	['CITEREFGrothendieckDieudonné1966'] = {'EGA'},
	['CITEREFGrothendieckDieudonné1967'] = {'EGA'},
	['CITEREFGrothendieckDieudonné1971'] = {'EGA'},
	['CITEREFGroves2005'] = {'MSW3 Primates', 'MSW3 Groves'},
	['CITEREFGrubb2005'] = {'MSW3 Artiodactyla'},
	['CITEREFGuilland1967'] = {'Recherches sur les institutions byzantines'},
	['CITEREFGulino2005'] = {'DBI', 'Dizionario Biografico degli Italiani'},
	['CITEREFGunzburg1984'] = {'Gunzburg-History WAGR Steam'},

----------< H >----------
	['CITEREFHaarer2018'] = template_names['ODLA'],
	['CITEREFHaldon1999'] = {'Warfare, State and Society in the Byzantine World, 565–1204'},
	['CITEREFHalliday1985'] = {'Halliday-AustWineCompend'},
	['CITEREFHalliday2008'] = {'Halliday-JHWAtlasAust2008'},
	['CITEREFHalliday2009'] = {'Halliday-AustWineEncyc'},
	['CITEREFHalm1991'] = {'Das Reich des Mahdi'},
	['CITEREFHalm2003'] = {'Die Kalifen von Kairo'},
	['CITEREFHalm2014'] = {'Kalifen und Assassinen'},
	['CITEREFHalmos1982'] = {'Halmos A Hilbert Space Problem Book 1982'},
	['CITEREFHalpenny1990'] = {'Canadabio'},
	['CITEREFHammondAnderson1993'] = template_names['ME-ref'],
	['CITEREFHammondScull1995'] = template_names['ME-ref'],
	['CITEREFHammondScull2005'] = template_names['ME-ref'],
	['CITEREFHammondScull2006'] = template_names['ME-ref'],
	['CITEREFHans_Heinrich_Borcherdt1955'] = template_names['NDB'],
	['CITEREFHans_Knudsen1972'] = template_names['NDB'],
	['CITEREFHansen1988'] = {'Book-Hansen-US Nuclear Weapons'},
	['CITEREFHartshorne1977'] = {'Hartshorne AG'},
	['CITEREFHasumi2003'] = {'Hasumi-shiguehiko-ozu-2003'},
	['CITEREFHaswell-Smith2004'] = {'Haswell-Smith'},
	['CITEREFHaugic1908'] = {'Schaff-Herzog'},
	['CITEREFHawting1987'] = {'The First Dynasty of Islam'},
	['CITEREFHawting2000'] = {'The First Dynasty of Islam'},
	['CITEREFHaynes2011'] = {'RubberBible92nd'},
	['CITEREFHeinichen1728'] = {'Bach\'s compositions (sources)'},
	['CITEREFHeinrich_Welti1890'] = {'Cite ADB'},
	['CITEREFHelgen2005'] = {'MSW3 Scandentia'},
	['CITEREFHellmann1965'] = {'Bach\'s compositions (sources)'},
	['CITEREFHenrici1725'] = {'Bach\'s compositions (sources)'},
	['CITEREFHenryOrsmond1928'] = {'Raiatea family tree'},
	['CITEREFHermann_Palm1876'] = {'Cite ADB'},
	['CITEREFHerr2000'] = {'Herr-LN'},
	['CITEREFHeschel2007'] = {'Encyclopaedia Judaica', 'Cite EJ', 'Cite Encyclopaedia Judaica'},
	['CITEREFHidyHidyScottHofsummer2004'] = {'Hidy-Great Northern'},
	['CITEREFHildHellenkemper1990'] = {'Tabula Imperii Byzantini'},
	['CITEREFHildHellenkemper1994'] = {'Tabula Imperii Byzantini'},
	['CITEREFHildRestle1981'] = {'Tabula Imperii Byzantini'},
	['CITEREFHills,_Power_from_Steam'] = {'Book-Hills-Power from Steam'},
	['CITEREFHills1989'] = {'Book-Hills-Power from Steam'},
	['CITEREFHilmarJestremski2004'] = {'Schubert\'s compositions (references)'},
	['CITEREFHilton1980'] = {'Hilton-Amtrak'},
	['CITEREFHilton1990'] = {'Hilton Narrow Gauge'},
	['CITEREFHiltonDue1960'] = {'Hilton-Interurban'},
	['CITEREFHinton1986'] = {'HistoryofParliament'},
	['CITEREFHirsch1906'] = {'Cite JE1906'},
	['CITEREFHistoric_England'] = {'NHLE', 'National Heritage List for England'},
	['CITEREFHistoric_England_Benty_Grange'] = {'NHLE'},
	['CITEREFHistoric_Environment_Scotland'] = {'Canmore'},
	['CITEREFHistoric_Environment_Scotland1972'] = {'Historic Environment Scotland'},
	['CITEREFHistoric_Environment_Scotland1976'] = {'Historic Environment Scotland'},
	['CITEREFHistoric_Environment_Scotland2020'] = {'Historic Environment Scotland'},
	['CITEREFHistoric_Environment_Scotland:_Rusco_Tower2020'] = {'Historic Environment Scotland'},
	['CITEREFHob.'] = {'Schubert\'s compositions (references)'},
	['CITEREFHoffmanSmith2005'] = {'MSW3 Lagomorpha'},
	['CITEREFHoffmann1738'] = {'Bach\'s compositions (sources)'},
	['CITEREFHofmann1983'] = {'Bach\'s compositions (sources)'},
	['CITEREFHofmann1987'] = {'Bach\'s compositions (sources)'},
	['CITEREFHofmann1999'] = {'Bach\'s compositions (sources)'},
	['CITEREFHolland1972'] = {'Holland-Vol 2'},
	['CITEREFHolland1988'] = {'Cite DCB'},
	['CITEREFHolland1989'] = {'Holland1989'},
	['CITEREFHolland2001'] = {'Holland-Classic'},
	['CITEREFHollingsworth1980'] = {'Hollingsworth-Atlas-Rigby'},
	['CITEREFHollingsworth1991'] = template_names['ODB'],
	['CITEREFHollingsworthCutler1991'] = template_names['ODB'],
	['CITEREFHolmgren2003'] = {'EFloras'},
	['CITEREFHoltBiddle1986'] = {'Holt-NorthWest'},
	['CITEREFHolton1989'] = {'Holton-Reading-1'},
	['CITEREFHonigmann1935'] = {'Byzance et les Arabes'},
	['CITEREFHopley1983'] = {'Australian Dictionary of Biography'},
	['CITEREFHort1911'] = {'DCBL'},
	['CITEREFHorváth1966'] = {'Horváth Topological Vector Spaces and Distributions Volume 1 1966'},
	['CITEREFHounshell1984'] = {'Hounshell1984'},
	['CITEREFHovannisian1967'] = {'Cite Armenia on the Road to Independence'},
	['CITEREFHovannisian1971'] = {'Cite The Republic of Armenia Volume 1'},
	['CITEREFHovannisian1982'] = {'Cite The Republic of Armenia Volume 2'},
	['CITEREFHovannisian1996'] = {'Cite The Republic of Armenia Volume 3', 'Cite The Republic of Armenia Volume 4'},
	['CITEREFHowes1995'] = {'Howes Modern Analysis and Topology 1995'},
	['CITEREFHudson1997'] = {'Country study'},
	['CITEREFHughes1990'] = {'Hughes-IndianLocos1'},
	['CITEREFHughes1992'] = {'Hughes-IndianLocos2'},
	['CITEREFHughes1994'] = {'Hughes-IndianLocos3'},
	['CITEREFHughes1996'] = {'Hughes-IndianLocos4'},
	['CITEREFHummel1943'] = {'Cite ECCP'},
	['CITEREFHumphreys2018'] = template_names['ODLA'],
	['CITEREFHunter-Crawley2018'] = template_names['ODLA'],
	['CITEREFHunter2008'] = {'Country study'},
	['CITEREFHunter2012'] = {'Cite HGOC', 'Cite Hunter'},
	['CITEREFHutterer2005'] = {'MSW3 Soricomorpha'},
	['CITEREFHütter2012'] = {'Hütter-50bis53'},
	['CITEREFHütter2015'] = {'Hütter-54bis59'},
	['CITEREFHütter2021'] = {'Hütter-60bis91'},

----------< I >----------
	['CITEREFIacocca1984'] = {'Iacocca1984'},
	['CITEREFIbn_Khallikan1843'] = {'Ibn Khallikan\'s Biographical Dictionary'},
	['CITEREFImber2002'] = {'Imber-The Ottoman Empire, 1300–1650'},
	['CITEREFInalcik1989'] = {'Setton-A History of the Crusades'},
	['CITEREFIshino1998'] = {'Teishajo'},
	['CITEREFIvey1919'] = {'Ivey-Marquette'},

----------< J >----------
	['CITEREFJackson1908'] = {'Schaff-Herzog'},
	['CITEREFJackson1995'] = {'Cite enc-nyc'},
	['CITEREFJackson2010'] = {'Cite enc-nyc2'},
	['CITEREFJacobs1904'] = {'Cite Jewish Encyclopedia'},
	['CITEREFJarchow1981'] = {'Jarchow Locally Convex Spaces'},
	['CITEREFJohn_O&#039;Donovan1856'] = {'Cite AFM'},
	['CITEREFJohnson1906'] = {'BDA1906', 'Cite BDA1906'},
	['CITEREFJohnstonWelshSchafer2001'] = {'Johnston-Streamliner'},
	['CITEREFJones2000'] = {'New Cambridge Medieval History'},
	['CITEREFJones2011'] = {'Cite EPD'},
	['CITEREFJordan2002'] = {'Jordan-WineWABest'},
	['CITEREFJoshi1983'] = {'Joshi Introduction to General Topology'},
	['CITEREFJoslen2003'] = {'Joslen-OOB'},
	['CITEREFJowett1867'] = {'DGRBM', 'Cite DGRBM'},
	['CITEREFJowett1989'] = {'Jowett-Atlas', 'Carnarvonshire Railway'},
	['CITEREFJowett2000'] = {'Jowett-Nationalised'},
	['CITEREFJullien2018'] = template_names['ODLA'],
	['CITEREFJupp1986'] = {'HistoryofParliament'},

----------< K >----------
	['CITEREFK.'] = {'Schubert\'s compositions (references)'},
	['CITEREFKadinsky2016'] = {'Cite Hidden Waters NYC'},
	['CITEREFKaegi1991'] = template_names['ODB'],
	['CITEREFKamp1981'] = {'DBI', 'Dizionario Biografico degli Italiani'},
	['CITEREFKang2008'] = {'Country study'},
	['CITEREFKarl_Frohnmeyer1953'] = template_names['NDB'],
	['CITEREFKarnow1989'] = {'Cite-Karnow'},
	['CITEREFKazemzadeh1951'] = {'Cite The Struggle for Transcaucasia'},
	['CITEREFKazemzadeh1951'] = {'The Struggle for Transcaucasia'},
	['CITEREFKazhdan1991'] = template_names['ODB'],
	['CITEREFKazhdanCutler1991'] = template_names['ODB'],
	['CITEREFKazhdanJeffreys1991'] = template_names['ODB'],
	['CITEREFKazhdanŠevčenko1991'] = template_names['ODB'],
	['CITEREFKeefe2006'] = {'Schubert\'s compositions (references)'},
	['CITEREFKeightley1999'] = {'Cite Cambridge History of China'},
	['CITEREFKeller1937'] = {'Bach\'s compositions (sources)'},
	['CITEREFKelley1975'] = {'Kelley General Topology'},
	['CITEREFKelly1988'] = {'Cite GEIL'},
	['CITEREFKellyBurrage1920'] = {'Cite AMB1920'},
	['CITEREFKennedy1998'] = {'The Cambridge History of Egypt', 'Cite Kennedy 1998', 'Cambridge History of Egypt'},
	['CITEREFKennedy2001'] = {'Kennedy-The Armies of the Caliphs'},
	['CITEREFKennedy2004'] = {'The Prophet and the Age of the Caliphates'},
	['CITEREFKennedy2007'] = {'Kennedy-The Great Arab Conquests'},
	['CITEREFKennedy2016'] = {'The Prophet and the Age of the Caliphates'},
	['CITEREFKenyon2011'] = {'Bach\'s compositions (sources)'},
	['CITEREFKerrigan1995'] = {'Shakespeare sonnets bibliography'},
	['CITEREFKhaleelulla1982'] = {'Khaleelulla Counterexamples in Topological Vector Spaces'},
	['CITEREFKhan2012'] = {'Cite Banglapedia'},
	['CITEREFKim1994'] = {'Country study'},
	['CITEREFKirnberger1774'] = {'Bach\'s compositions (sources)'},
	['CITEREFKirnberger1780'] = {'Bach\'s compositions (sources)'},
	['CITEREFKlein2006'] = {'Klein-UP-2'},
	['CITEREFKobayashi1978'] = {'Bach\'s compositions (sources)'},
	['CITEREFKoderHild1976'] = {'Tabula Imperii Byzantini'},
	['CITEREFKoderSoustalKoder1998'] = {'Tabula Imperii Byzantini'},
	['CITEREFKoeppel2015'] = {'Cite citygrid'},
	['CITEREFKofos1977'] = {'Ιστορία του Ελληνικού Έθνους'},
	['CITEREFKohler1902'] = {'Cite Jewish Encyclopedia'},
	['CITEREFKolde1914'] = {'Schaff-Herzog'},
	['CITEREFKoliopoulos1978'] = {'Ιστορία του Ελληνικού Έθνους'},
	['CITEREFKolmogorovFomin1957'] = {'Kolmogorov Fomin Elements of the Theory of Functions and Functional Analysis'},
	['CITEREFKonrad_Ameln1985'] = template_names['NDB'],
	['CITEREFKorkotyan1932'] = {'Cite The Population of Soviet Armenia'},
	['CITEREFKoska2011'] = {'Bach\'s compositions (sources)'},
	['CITEREFKratville1962'] = {'Kratville-SSL'},
	['CITEREFKretzschmar1910'] = {'Bach\'s compositions (sources)'},
	['CITEREFKube2009'] = {'Schubert\'s compositions (references)'},
	['CITEREFKubrusly2011'] = {'Kubrusly The Elements of Operator Theory 2nd Edition 2011'},
	['CITEREFKuznik2008'] = {'Bach\'s compositions (sources)'},
	['CITEREFKöthe1969'] = {'Köthe Topological Vector Spaces I'},
	['CITEREFKöthe1979'] = {'Köthe Topological Vector Spaces II'},
	['CITEREFKöthe1983'] = {'Köthe Topological Vector Spaces I'},
	['CITEREFKülzer2008'] = {'Tabula Imperii Byzantini'},

----------< L >----------
	['CITEREFLa_Porta2018'] = template_names['ODLA'],
	['CITEREFLacourcière1974'] = {'Cite DCB'},
	['CITEREFLadefogedMaddieson1996'] = {'SOWL'},
	['CITEREFLandau-Tasseron2010'] = {'New Cambridge History of Islam'},
	['CITEREFLandauCondit1996'] = {'Cite nysky'},
	['CITEREFLandmann1907'] = {'Bach\'s compositions (sources)'},
	['CITEREFLang2002'] = {'Lang Algebra'},
	['CITEREFLaërtius1925'] = {'Cite Lives of the Eminent Philosophers', 'Cite LotEP'},
	['CITEREFLe_Quien1740'] = {'Oriens Christianus'},
	['CITEREFLe_Strange1900'] = {'Baghdad During the Abbasid Caliphate'},
	['CITEREFLe_Strange1905'] = {'Lands of the Eastern Caliphate'},
	['CITEREFLe_Strange1922'] = {'Baghdad During the Abbasid Caliphate'},
	['CITEREFLeblanc1979'] = {'Cite DCB'},
	['CITEREFLee1903'] = {'Cite DNBIE'},
	['CITEREFLee2018'] = template_names['ODLA'],
	['CITEREFLegifrance'] = {'Cite Legifrance', 'Cite Légifrance'},
	['CITEREFLeisingerWollny1993'] = {'Bach\'s compositions (sources)'},
	['CITEREFLev1999'] = {'Saladin in Egypt'},
	['CITEREFLevitan2001'] = {'Springer'},
	['CITEREFLewin1925'] = {'Lewin-EarlyRail'},
	['CITEREFLewis1969'] = {'Setton-A History of the Crusades'},
	['CITEREFLewis1986'] = {'Lewis-Shortline-1986'},
	['CITEREFLewis1991'] = {'Lewis-Shortline-1991'},
	['CITEREFLewis1996'] = {'Lewis-Shortline-1996'},
	['CITEREFLi2002'] = {'Cite Cambridge History of China'},
	['CITEREFLiederNet_Archive'] = {'Schubert\'s compositions (references)'},
	['CITEREFLighthouses_of_Australia_Inc'] = {'Cite loa'},
	['CITEREFLilieLudwigPratschZielke1998–2013'] = {'Prosopographie der mittelbyzantinischen Zeit'},
	['CITEREFLilieLudwigPratschZielke1999'] = {'Prosopographie der mittelbyzantinischen Zeit', 'PMBZ'},
	['CITEREFLilieLudwigPratschZielke2000'] = {'Prosopographie der mittelbyzantinischen Zeit'},
	['CITEREFLilieLudwigPratschZielke2001'] = {'Prosopographie der mittelbyzantinischen Zeit'},
	['CITEREFLilieLudwigPratschZielke2002'] = {'Prosopographie der mittelbyzantinischen Zeit'},
	['CITEREFLilieLudwigPratschZielke2009'] = {'Prosopographie der mittelbyzantinischen Zeit'},
	['CITEREFLilieLudwigPratschZielke2013'] = {'Prosopographie der mittelbyzantinischen Zeit'},
	['CITEREFLind1986'] = {'Lind-Limiteds'},
	['CITEREFLittle1974'] = {'Cite DCB'},
	['CITEREFLoeweShaughnessy1999'] = {'Cite Cambridge History of China'},
	['CITEREFLongnon1969'] = {'Setton-A History of the Crusades'},
	['CITEREFLoverance2018'] = template_names['ODLA'],
	['CITEREFLukonin1983'] = {'Cambridge History of Iran'},
	['CITEREFLurie'] = {'Lurie-HA'},
	['CITEREFLuscombeRiley-Smith2004'] = {'New Cambridge Medieval History'},
	['CITEREFLuttrell1975'] = {'Setton-A History of the Crusades'},
	['CITEREFLuttrell1987'] = {'DBI'},
	['CITEREFLynch2004'] = {'Lynch-Penn Central'},
	['CITEREFLynch2005'] = {'Lynch-New Haven passenger'},
	['CITEREFLynch2018'] = template_names['ODLA'],
	['CITEREFLéger1990'] = {'Cite DCB'},
	['CITEREFle_Fleming1953'] = {'RCTS-LocosGWR-8'},
	['CITEREFle_Fleming1958'] = {'RCTS-LocosGWR-5'},
	['CITEREFle_Fleming1960'] = {'RCTS-LocosGWR-8'},

----------< M >----------
	['CITEREFMacDermot1927'] = {'Infobox GWR'},
	['CITEREFMacDermot1931'] = {'Infobox GWR'},
	['CITEREFMacFarquharFairbank1987'] = {'Cite Cambridge History of China'},
	['CITEREFMacFarquharFairbank1991'] = {'Cite Cambridge History of China'},
	['CITEREFMachinery&#039;s_Handbook1996'] = {'MachinerysHandbook25e'},
	['CITEREFMadelung1978'] = {'EI2'},
	['CITEREFMagdalino2002'] = {'The Empire of Manuel I Komnenos'},
	['CITEREFMaiken1989'] = {'Maiken-Night Trains'},
	['CITEREFMailer2004'] = {'Mailer-Omaha Road'},
	['CITEREFManfred_Knedlik2007'] = {'BBKL'},
	['CITEREFMarshall1823'] = {'Cite RNB1823'},
	['CITEREFMarshall1824'] = {'Cite RNB1823'},
	['CITEREFMarshall1825'] = {'Cite RNB1823'},
	['CITEREFMarshall1827'] = {'Cite RNB1823'},
	['CITEREFMarshall1828'] = {'Cite RNB1823'},
	['CITEREFMarshall1829'] = {'Cite RNB1823'},
	['CITEREFMarshall1830'] = {'Cite RNB1823'},
	['CITEREFMarshall1831'] = {'Cite RNB1823'},
	['CITEREFMarshall1832'] = {'Cite RNB1823'},
	['CITEREFMarshall1833'] = {'Cite RNB1823'},
	['CITEREFMarshall1835'] = {'Cite RNB1823'},
	['CITEREFMarshall1969'] = {'Lancashire & Yorkshire Railway 1'},
	['CITEREFMarshall1970'] = {'Lancashire & Yorkshire Railway 2'},
	['CITEREFMarshall1972'] = {'Lancashire & Yorkshire Railway 3'},
	['CITEREFMarshall2001'] = {'Marshall-INGSR'},
	['CITEREFMartin_Persch1992'] = {'BBKL'},
	['CITEREFMartin_Persch1993'] = {'BBKL'},
	['CITEREFMartin_Persch1996'] = {'BBKL'},
	['CITEREFMartindale1980'] = {'Prosopography of the Later Roman Empire', 'PLRE'},
	['CITEREFMartindale1992'] = {'Prosopography of the Later Roman Empire', 'PLRE'},
	['CITEREFMartindaleJonesMorris1971'] = {'Prosopography of the Later Roman Empire', 'PLRE'},
	['CITEREFMaul2005'] = {'Bach\'s compositions (sources)'},
	['CITEREFMayGray2006'] = {'MayGray-WAGRPassCar'},
	['CITEREFMcArthurMcArthur2003'] = {'Cite ogn', 'Cite Oregon Geographic Names'},
	['CITEREFMcCorduck2004'] = {'McCorduck 2004'},
	['CITEREFMcCurdyRogers1902'] = {'Cite Jewish Encyclopedia'},
	['CITEREFMcDonnell2015'] = {'McDonnell-Locomotives-2nd'},
	['CITEREFMcGeerNesbittOikonomides2001'] = {'Catalogue of Byzantine Seals at Dumbarton Oaks and in the Fogg Museum of Art'},
	['CITEREFMcGeerNesbittOikonomides2005'] = {'Catalogue of Byzantine Seals at Dumbarton Oaks and in the Fogg Museum of Art'},
	['CITEREFMcGhee2008'] = {'Cite McGhee 2008'},
	['CITEREFMcKitterick1995'] = {'New Cambridge Medieval History'},
	['CITEREFMeiningen1704'] = {'Bach\'s compositions (sources)'},
	['CITEREFMeints1992'] = {'Meints-Companies'},
	['CITEREFMeints2005'] = {'Meints-Lines'},
	['CITEREFMelamed1988'] = {'Bach\'s compositions (sources)'},
	['CITEREFMelamed1995'] = {'Bach\'s compositions (sources)'},
	['CITEREFMennell1892'] = {'Dictionary of Australasian Biography'},
	['CITEREFMetcalfe2009'] = {'The Muslims of Medieval Italy'},
	['CITEREFMiddleton1961'] = {'Middleton-Interurban'},
	['CITEREFMiddleton2001'] = {'Middleton-Electrified-2nd'},
	['CITEREFMiddleton2002'] = {'Middleton-PRR-Under-Wire'},
	['CITEREFMiddletonSmerkDiehl2007'] = {'Encyclopedia of North American Railroads'},
	['CITEREFMillar2011'] = {'NZR Steam Locomotive'},
	['CITEREFMiller1908'] = {'The Latins in the Levant', 'Latins in the Levant'},
	['CITEREFMiller1921'] = {'Essays on the Latin Orient'},
	['CITEREFMinnich2008'] = {'Country study'},
	['CITEREFMiramar_Ship_Index'] = {'Csr', 'Cite ship register'},
	['CITEREFMitchell1965'] = {'Mitchell TOC'},
	['CITEREFMittermeierKonstantHawkinsLouis2006'] = {'LoM2'},
	['CITEREFMittermeierLouisRichardsonSchwitzer2010'] = {'LoM3'},
	['CITEREFMittermeierTattersallKonstantMeyers1994'] = {'LoM1'},
	['CITEREFMoore1875'] = {'Cite CEM'},
	['CITEREFMorana1993'] = {'Bach\'s compositions (sources)'},
	['CITEREFMoschonas1975'] = {'Ιστορία του Ελληνικού Έθνους'},
	['CITEREFMoteTwitchett1988'] = {'Cite Cambridge History of China'},
	['CITEREFMozartHaydnHaydn2008'] = {'Schubert\'s compositions (references)'},
	['CITEREFMullié1852'] = {'Cite Mullié', 'Mullié'},
	['CITEREFMunkres1974'] = {'Munkres Topology'},
	['CITEREFMunkres2000'] = {'Munkres Topology'},
	['CITEREFMurray2006'] = {'Murray-Illinois Central'},
	['CITEREFMusserCarleton2005'] = {'MSW3 Muroidea'},
	['CITEREFMyersWang2002'] = {'Cite Cambridge History of China'},
	['CITEREFMüller,_Hans-Christian1966'] = template_names['NDB'],

----------< N >----------
	['CITEREFNSA_II,_15'] = {'Schubert\'s compositions (references)'},
	['CITEREFNSA_scores'] = {'Schubert\'s compositions (references)'},
	['CITEREFNSA_website'] = {'Schubert\'s compositions (references)'},
	['CITEREFNariciBeckenstein2011'] = {'Narici Beckenstein Topological Vector Spaces'},
	['CITEREFNemiroffBonnell1998'] = {'Cite APOD'},
	['CITEREFNemiroffBonnell2004'] = {'Cite APOD'},
	['CITEREFNemiroffBonnell2005'] = {'Cite APOD'},
	['CITEREFNemiroffBonnell2006'] = {'Cite APOD'},
	['CITEREFNemiroffBonnell2007'] = {'Cite APOD'},
	['CITEREFNersessian2018'] = template_names['ODLA'],
	['CITEREFNesbittMorrisson2009'] = {'Catalogue of Byzantine Seals at Dumbarton Oaks and in the Fogg Museum of Art'},
	['CITEREFNesbittOikonomides1991'] = {'Catalogue of Byzantine Seals at Dumbarton Oaks and in the Fogg Museum of Art'},
	['CITEREFNesbittOikonomides1994'] = {'Catalogue of Byzantine Seals at Dumbarton Oaks and in the Fogg Museum of Art'},
	['CITEREFNesbittOikonomides1996'] = {'Catalogue of Byzantine Seals at Dumbarton Oaks and in the Fogg Museum of Art'},
	['CITEREFNestruev2020'] = {'Nestruev Smooth Manifolds and Observables 2020'},
	['CITEREFNeukirch1999'] = {'Neukirch ANT'},
	['CITEREFNeukirchSchmidtWingberg2000'] = {'Neukirch et al. CNF'},
	['CITEREFNew_Cambridge_Medieval_History'] = {'New Cambridge Medieval History'},
	['CITEREFNew_York_City_Landmarks_Preservation_CommissionDolkartPostal2009'] = {'Cite nycland'},
	['CITEREFNewbould1999'] = {'Schubert\'s compositions (references)'},
	['CITEREFNicholson2018'] = template_names['ODLA'],
	['CITEREFNicholsonCanepaDaryaee2018'] = template_names['ODLA'],
	['CITEREFNicol1968'] = {'The Byzantine Family of Kantakouzenos'},
	['CITEREFNicol1984'] = {'The Despotate of Epiros, 1267–1479'},
	['CITEREFNicol1988'] = {'Byzantium and Venice: A Study in Diplomatic and Cultural Relations'},
	['CITEREFNicol1992'] = {'The Immortal Emperor: The Life and Legend of Constantine Palaiologos, Last Emperor of the Romans'},
	['CITEREFNicol1993'] = {'The Last Centuries of Byzantium, 1261–1453', 'The Last Centuries of Byzantium'},
	['CITEREFNicol1994'] = {'The Byzantine Lady: Ten Portraits, 1250–1500'},
	['CITEREFNock1974'] = {'Nock-EustonGlasgow'},

----------< O >----------
	['CITEREFO&#039;Byrne1849'] = {'Cite NBD1849'},
	['CITEREFO&#039;ConnorRobertson'] = {'MacTutor Biography', 'MacTutor'},
	['CITEREFO&#039;ConnorRobertson1996'] = {'MacTutor Biography', 'MacTutor'},
	['CITEREFO&#039;ConnorRobertson2000'] = {'MacTutor Biography', 'MacTutor'},
	['CITEREFO&#039;ConnorRobertson2004'] = {'MacTutor Biography', 'MacTutor'},
	['CITEREFO&#039;Donoghue1897'] = {'Cite DNB'},
	['CITEREFODB'] = template_names['ODB'],
	['CITEREFODLA'] = template_names['ODLA'],
	['CITEREFOdisheli2018'] = template_names['ODLA'],
	['CITEREFOfficial_Guide_of_the_Railways1950'] = {'Official Guide of the Railways'},
	['CITEREFOgorek2012'] = {'Ogorek-South Shore'},
	['CITEREFOikonomides1991'] = template_names['ODB'],
	['CITEREFOikonomou1977'] = {'Ιστορία του Ελληνικού Έθνους'},
	['CITEREFOrmsby1982'] = {'Cite DCB'},

----------< P >----------
	['CITEREFPLP'] = {'Prosopographisches Lexikon der Palaiologenzeit', 'PLP'},
	['CITEREFPalmer1875'] = {'Cite ADB'},
	['CITEREFPalmerStewart1965'] = {'Palmer & Stewart'},
	['CITEREFPatience1996'] = {'Patience-SteamTwilight'},
	['CITEREFPatton2005'] = {'MSW3 Geomyidae'},
	['CITEREFPawson1979'] = {'Pawson-Delaware Valley'},
	['CITEREFPaxtonBourne1985'] = {'Paxton-Bourne'},
	['CITEREFPeck1898'] = {'HDCA'},
	['CITEREFPerlis2001'] = {'Springer'},
	['CITEREFPerreault2004'] = {'Bach\'s compositions (sources)'},
	['CITEREFPeterson2002'] = {'Cite Cambridge History of China'},
	['CITEREFPeterson2016'] = {'Cite Cambridge History of China'},
	['CITEREFPetropoulosKoumarianou1977'] = {'Ιστορία του Ελληνικού Έθνους'},
	['CITEREFPetrucci1982'] = {'DBI'},
	['CITEREFPfau2008'] = {'Bach\'s compositions (sources)'},
	['CITEREFPikros1977'] = {'Ιστορία του Ελληνικού Έθνους'},
	['CITEREFPinkepank1973'] = {'Pinkepank diesel spotters guide 2'},
	['CITEREFPlantlist2016'] = {'Plantlist'},
	['CITEREFPlaten1976'] = {'Bach\'s compositions (sources)'},
	['CITEREFPloumidisAlexiou1974'] = {'Ιστορία του Ελληνικού Έθνους'},
	['CITEREFPmbZ'] = {'Prosopographie der mittelbyzantinischen Zeit', 'PMBZ'},
	['CITEREFPolemis1968'] = {'Polemis-The Doukai'},
	['CITEREFPope2007'] = {'Encyclopaedia Judaica', 'Cite EJ', 'Cite Encyclopaedia Judaica'},
	['CITEREFPopplewell'] = {'Popplewell-Gazetteer'},
	['CITEREFPotts2018'] = template_names['ODLA'],
	['CITEREFPottsCanepa2018'] = template_names['ODLA'],
	['CITEREFPourshariati2017'] = {'Encyclopædia Iranica Online'},
	['CITEREFPozza1992'] = {'DBI', 'Dizionario Biografico degli Italiani'},
	['CITEREFPrawer1985'] = {'Setton-A History of the Crusades'},
	['CITEREFPritsak1991'] = template_names['ODB'],
	['CITEREFProsopographie_der_mittelbyz._Zeit'] = {'Prosopographie der mittelbyzantinischen Zeit'},

----------< Q >----------
	['CITEREFQuick2009'] = {'Quick-Stations'},
	['CITEREFQuick2019'] = {'Quick-stations-5'},
	['CITEREFQuick2020'] = {'Quick-stations-5'},
	['CITEREFQuick2022'] = {'Quick-stations-5'},
	['CITEREFQuick2023'] = {'Quick-stations-5.05'},

----------< R >----------
	['CITEREFRamaer1974'] = {'Ramaer-SteamLocosEAR'},
	['CITEREFRansome-Wallis1971'] = {'Ransome-Wallis 1'},
	['CITEREFRateliff2007'] = template_names['ME-ref'],
	['CITEREFRavegnano2000'] = {'DBI'},
	['CITEREFReed1953'] = {'RCTS-LocosGWR-2'},
	['CITEREFReed1975'] = {'Reed-Streamline era'},
	['CITEREFReed1997'] = {'Schubert\'s compositions (references)'},
	['CITEREFReinhard_Tenberg1990'] = {'BBKL'},
	['CITEREFRettinghaus2020'] = {'BDh'},
	['CITEREFReuter2000'] = {'New Cambridge Medieval History'},
	['CITEREFReynolds1921'] = {'Cite Collier\'s', 'Collier\'s'},
	['CITEREFReynoldsOroszi2000'] = {'Reynolds-BO'},
	['CITEREFRezakhani2018'] = template_names['ODLA'],
	['CITEREFRichter2018'] = {'BDh'},
	['CITEREFRigo2005'] = template_names['ODB'],
	['CITEREFRines1920'] = {'Americana','Cite Americana'},
	['CITEREFRipleyDana1863'] = {'New American Cyclopedia'},
	['CITEREFRipleyDana1864'] = {'New American Cyclopedia'},
	['CITEREFRipleyDana1879'] = {'Cite AmCyc'},
	['CITEREFRistaino1988'] = {'Country study'},
	['CITEREFRobert_Eitner1891'] = {'Cite ADB'},
	['CITEREFRobertson1983'] = {'Robertson-OriginScot'},
	['CITEREFRockafellarWets2009'] = {'Rockafellar Wets Variational Analysis 2009 Springer'},
	['CITEREFRoe1916'] = {'Roe1916'},
	['CITEREFRoe1937'] = {'Roe1937'},
	['CITEREFRolt1965'] = {'Rolt1965'},
	['CITEREFRoltKichenside1982'] = {'Rolt-Red'},
	['CITEREFRose1857'] = {'Cite Newgenbio'},
	['CITEREFRosenfeld1974'] = template_names['NDB'],
	['CITEREFRosenzweigBlackmar1992'] = {'Cite Central Park History', 'Cite Central Park history'},
	['CITEREFRowe2002'] = {'Cite Cambridge History of China'},
	['CITEREFRowledge1975'] = {'Rowledge-Engines of the LMS'},
	['CITEREFRowledge1993'] = {'Rowledge-Irish Steam Register'},
	['CITEREFRowlett'] = {'Cite rowlett', 'Cite Rowlett'},
	['CITEREFRowlett2007'] = {'Cite rowlett', 'Cite Rowlett'},
	['CITEREFRowlett2012'] = {'Cite rowlett', 'Cite Rowlett'},
	['CITEREFRowlett2013'] = {'Cite rowlett', 'Cite Rowlett'},
	['CITEREFRowlett2016'] = {'Cite rowlett', 'Cite Rowlett'},
	['CITEREFRowlett2017'] = {'Cite rowlett', 'Cite Rowlett'},
	['CITEREFRowling1997'] = {'HP1ref'},
	['CITEREFRowling1998'] = {'HP2ref'},
	['CITEREFRowling1999'] = {'HP3ref'},
	['CITEREFRowling2000'] = {'HP4ref'},
	['CITEREFRowling2003'] = {'HP5ref'},
	['CITEREFRowling2005'] = {'HP6ref'},
	['CITEREFRowling2007'] = {'HP7ref'},
	['CITEREFRudin1973'] = {'Rudin Walter Functional Analysis'},
	['CITEREFRudin1991'] = {'Rudin Walter Functional Analysis'},
	['CITEREFRunciman1951'] = {'Runciman-A History of the Crusades'},
	['CITEREFRunciman1951–1954'] = {'Runciman-A History of the Crusades'},
	['CITEREFRunciman1952'] = {'Runciman-A History of the Crusades'},
	['CITEREFRunciman1954'] = {'Runciman-A History of the Crusades'},
	['CITEREFRunciman1989'] = {'Runciman-A History of the Crusades'},
	['CITEREFRussell1985'] = {'Setton-A History of the Crusades', 'Encyclopædia Iranica Online', 'Encyclopædia Iranica', 'Encyclopaedia Iranica', 'Cite Encyclopædia Iranica Online'},
	['CITEREFRussellNorvig2003'] = {'Russell Norvig 2003'},
	['CITEREFRybczynski2000'] = {'Rybczynski2000'},

----------< S >----------
	['CITEREFSR_staff2013'] = {'Houston family tree'},
	['CITEREFSalo2004'] = template_names['ME-ref'],
	['CITEREFSanders1998'] = {'The Cambridge History of Egypt', 'Cambridge History of Egypt'},
	['CITEREFSanders2003'] = {'Sanders-Indiana'},
	['CITEREFSanders2006'] = {'Sanders-Heartland'},
	['CITEREFSanders2007'] = {'Sanders-Akron'},
	['CITEREFSarikakis1974'] = {'Ιστορία του Ελληνικού Έθνους'},
	['CITEREFSaunders2001'] = {'Saunders-Merging Lines'},
	['CITEREFSaunders2013'] = {'Saunders-Giants of the Seas'},
	['CITEREFSavadaShaw1992'] = {'Country study'},
	['CITEREFSchaeferWolff1999'] = {'Schaefer Wolff Topological Vector Spaces'},
	['CITEREFSchafer1996'] = {'Schafer-Classic-Railroads-1'},
	['CITEREFSchafer1998'] = {'Schafer-Vintage Diesel'},
	['CITEREFSchafer2000'] = {'Schafer-More-Classic'},
	['CITEREFSchafer2003'] = {'Schafer-Classic-Railroads-3'},
	['CITEREFSchaferSolomon1997'] = {'Schafer-Pennsylvania'},
	['CITEREFSchaferWelsh1997'] = {'Schafer-Classic'},
	['CITEREFSchaferWelsh2002'] = {'Schafer-Streamliners'},
	['CITEREFSchaferWelshHolland2001'] = {'Schafer-American passenger train'},
	['CITEREFSchaff-Herzog'] = {'Schaff-Herzog'},
	['CITEREFSchechter1996'] = {'Schechter Handbook of Analysis and Its Foundations'},
	['CITEREFScheide1960'] = {'Bach\'s compositions (sources)'},
	['CITEREFSchicht1805'] = {'Bach\'s compositions (sources)'},
	['CITEREFSchilling1997'] = {'Schilling-pop-culture'},
	['CITEREFSchlitter2005'] = {'MSW3 Tubulidentata'},
	['CITEREFSchmieder1950'] = {'Bach\'s compositions (sources)'},
	['CITEREFSchmieder1990'] = {'Bach\'s compositions (sources)'},
	['CITEREFSchmitz1870'] = {'Cite DGRBM'},
	['CITEREFSchneider1907'] = {'Bach\'s compositions (sources)'},
	['CITEREFSchneider1912'] = {'Bach\'s compositions (sources)'},
	['CITEREFScholze1736'] = {'Bach\'s compositions (sources)'},
	['CITEREFSchroeter1961'] = {'Schroeter-Eisenbahnen'},
	['CITEREFSchroeterRamaer1993'] = {'Schroeter-Ramaer-Eisenbahnen'},
	['CITEREFSchubert-online'] = {'Schubert\'s compositions (references)'},
	['CITEREFSchubert1968'] = {'Schubert Topology'},
	['CITEREFSchulenberg2010'] = {'Bach\'s compositions (sources)'},
	['CITEREFSchulenberg2013'] = {'Bach\'s compositions (sources)'},
	['CITEREFSchulze1980'] = {'Bach\'s compositions (sources)'},
	['CITEREFSchulze1983'] = {'Bach\'s compositions (sources)'},
	['CITEREFSchulze1984'] = {'Bach\'s compositions (sources)'},
	['CITEREFSchwieterman2001'] = {'Schwieterman-Leaves-Eastern'},
	['CITEREFScottNegus2011'] = {'Scott-Negus-Cellar Door'},
	['CITEREFScribbins1970'] = {'Scribbins-Hiawatha'},
	['CITEREFScribbins2008'] = {'Scribbins-400-2008', 'Scribbins-Remembered'},
	['CITEREFSearle'] = {'Cite sslidx'},
	['CITEREFSearle1980'] = {'Searle 1980'},
	['CITEREFSemmensGoldfinch2003'] = {'Book-Semmens-Goldfinch-How Steam Locomotives Really Work'},
	['CITEREFSetton1975'] = {'Setton-A History of the Crusades'},
	['CITEREFSetton1976'] = {'The Papacy and the Levant'},
	['CITEREFSetton1978'] = {'The Papacy and the Levant'},
	['CITEREFSetton1984'] = {'The Papacy and the Levant'},
	['CITEREFSettonHazard1975'] = {'Setton-A History of the Crusades'},
	['CITEREFSfyroeras1975'] = {'Ιστορία του Ελληνικού Έθνους'},
	['CITEREFShaughnessy1997'] = {'Shaughnessy-DH'},
	['CITEREFShaw1978'] = {'Shaw-RailroadAccidents'},
	['CITEREFShiji'] = {'Cite Shiji'},
	['CITEREFShindo2004'] = {'Kaneto-shindo-shinario-jinsei'},
	['CITEREFShippey2001'] = template_names['ME-ref'],
	['CITEREFShippey2005'] = template_names['ME-ref'],
	['CITEREFShoshani2005'] = {'MSW3 Shoshani'},
	['CITEREFShtern2001'] = {'Springer', 'SpringerEOM'},
	['CITEREFSiegele1957'] = {'Bach\'s compositions (sources)'},
	['CITEREFSilanos2014'] = {'DBI', 'Dizionario Biografico degli Italiani'},
	['CITEREFSilke2006'] = {'O\'Donnell family tree'},
	['CITEREFSima'] = {'Cite Shiji'},
	['CITEREFSimaSima'] = {'Cite Shiji'},
	['CITEREFSimmons2005'] = {'MSW3 Chiroptera'},
	['CITEREFSimon1966'] = {'Simon-Wines Australia'},
	['CITEREFSimonWarner2011'] = {'Amtrak By the Numbers'},
	['CITEREFSinclair1911'] = {'DCBL'},
	['CITEREFSinger1905'] = {'Jewish Encyclopedia'},
	['CITEREFSix1934'] = {'Cite Six', 'Cite six'},
	['CITEREFSkjærvø2018'] = template_names['ODLA'],
	['CITEREFSkoulatos1980'] = {'Les personnages byzantins de l\'Alexiade'},
	['CITEREFSloan1964'] = {'Sloan1964'},
	['CITEREFSmid2008'] = {'Smid2008'},
	['CITEREFSmid2010'] = {'Smid2010'},
	['CITEREFSmith1854'] = {'Cite DGRG', 'DGRG'},
	['CITEREFSmith1870'] = {'DGRBM', 'Cite DGRBM'},
	['CITEREFSmith1873'] = {'DGRBM', 'Cite DGRBM'},
	['CITEREFSmith1876'] = {'DGRBM', 'Cite DGRBM'},
	['CITEREFSmith1880'] = {'DGRBM', 'Cite DGRBM'},
	['CITEREFSmith2010'] = {'Smith-Cruise Ships-2010'},
	['CITEREFSolomentsev2001'] = {'Springer', 'SpringerEOM'},
	['CITEREFSolomon2000'] = {'Solomon-American Diesel', 'Solomon-UP'},
	['CITEREFSolomon2003'] = {'Solomon-Masterpieces'},
	['CITEREFSolomon2004'] = {'Solomon-Amtrak'},
	['CITEREFSolomon2005'] = {'Solomon-SP-Passenger'},
	['CITEREFSolomon2006'] = {'Solomon-EMD Locomotives'},
	['CITEREFSolomon2011'] = {'Solomon-Modern Diesel'},
	['CITEREFSolomon2014'] = {'Solomon-GE and EMD'},
	['CITEREFSolomonSchafer2007'] = {'Solomon-New York Central'},
	['CITEREFSolopova2009'] = template_names['ME-ref'],
	['CITEREFSorensen1956'] = {'Sorensen1956'},
	['CITEREFSoustal1991'] = {'Tabula Imperii Byzantini'},
	['CITEREFSoustalKoder1981'] = {'Tabula Imperii Byzantini'},
	['CITEREFSpielhoff1991'] = {'Spielhoff-EL'},
	['CITEREFSpitta1894'] = {'Bach\'s compositions (sources)'},
	['CITEREFSpitta1899'] = {'Bach\'s compositions (sources)'},
	['CITEREFSpringirth2016'] = {'Springirth-Philadelphia'},
	['CITEREFSpyropoulos1928'] = {'Great Military and Naval Encyclopaedia'},
	['CITEREFStagner1993'] = {'Stagner-Transition'},
	['CITEREFStansfield1999'] = {'Stansfield-AyrRenfrew'},
	['CITEREFStatistical_Yearbook_of_the_Republic_of_Croatia_2015'] = {'Croatia Yearbook 2015'},
	['CITEREFStaufer1993'] = {'Staufer-Pennsy_III'},
	['CITEREFStauferPennypacker1962'] = {'Staufer-Pennsy'},
	['CITEREFStauferPennypacker1968'] = {'Staufer-Pennsy Power II'},
	['CITEREFStaunton1988'] = {'Australian Dictionary of Biography'},
	['CITEREFSternFishmanTilove2006'] = {'Cite New York 2000', 'Cite NY2000', 'Cite ny2000', 'Cite NY 2000', 'Cite ny 2000'},
	['CITEREFSternGilmartinMassengale1983'] = {'Cite New York 1900', 'Cite NY1900'},
	['CITEREFSternGilmartinMellins1987'] = {'Cite New York 1930', 'Cite NY 1930', 'Cite NY1930', 'Cite ny1930', 'Cite ny 1930'},
	['CITEREFSternMellinsFishman1995'] = {'Cite New York 1960', 'Cite NY1960', 'Cite NY 1960', 'Cite ny1960', 'Cite ny 1960'},
	['CITEREFSternMellinsFishman1999'] = {'Cite New York 1880', 'Cite NY1880', 'Cite NY 1880', 'Cite ny1880', 'Cite ny 1880'},
	['CITEREFStewart1974'] = {'When Steam Was King'},
	['CITEREFStrachey1981'] = template_names['ME-ref'],
	['CITEREFStrickland1983'] = {'Strickland Locomotive Directory'},
	['CITEREFStähelin1909'] = {'Schaff-Herzog'},
	['CITEREFSuetin2001'] = {'Springer', 'SpringerEOM'},
	['CITEREFSusanne_Schurr1992'] = {'BBKL'},
	['CITEREFSusanne_Siebert1992'] = {'BBKL'},
	['CITEREFSvolopoulos1977'] = {'Ιστορία του Ελληνικού Έθνους'},
	['CITEREFSwartz1992'] = {'Swartz An Introduction to Functional Analysis'},

----------< T >----------
	['CITEREFLondon_Gazette'] = {'London Gazette'},
	['CITEREFTaber1977'] = {'Taber-DLW-19th'},
	['CITEREFTaberTaber1980'] = {'Taber-DLW-20th-1'},
	['CITEREFTaberTaber1981'] = {'Taber-DLW-20th-2'},
	['CITEREFTalbot1991'] = template_names['ODB'],
	['CITEREFTalbotKazhdan1991'] = template_names['ODB'],
	['CITEREFTao2009'] = {'Cite Cambridge History of China', 'The Cambridge History of China'},
	['CITEREFTao2009'] = {'Cite Cambridge History of China'},
	['CITEREFTer-Ghewondyan1976'] = {'The Arab Emirates in Bagratid Armenia'},
	['CITEREFThe_London_Gazette1950'] = {'London Gazette'},
	['CITEREFThe_London_Gazette_26_September_1919'] = {'London Gazette'},
	['CITEREFThielemann2012'] = {'Bach\'s compositions (sources)'},
	['CITEREFThomas1970'] = {'HistoryofParliament'},
	['CITEREFThomas1971'] = {'Thomas-History-VI'},
	['CITEREFThrush2010'] = {'HistoryofParliament'},
	['CITEREFTikhomirov2001'] = {'Springer'},
	['CITEREFTittel1966'] = {'Bach\'s compositions (sources)'},
	['CITEREFTodt1996'] = {'BBKL'},
	['CITEREFTodtVest2014'] = {'Tabula Imperii Byzantini'},
	['CITEREFTolkien2007'] = template_names['ME-ref'],
	['CITEREFTolkien2014'] = template_names['ME-ref'],
	['CITEREFTolkien2015'] = template_names['ME-ref'],
	['CITEREFTolkien2017'] = template_names['ME-ref'],
	['CITEREFTolkien2018'] = template_names['ME-ref'],
	['CITEREFTolkienSwann1978'] = template_names['ME-ref'],
	['CITEREFTolkienSwann2002'] = {'ME-ref'},
	['CITEREFTolkienTolkien1992'] = template_names['ME-ref'],
	['CITEREFTonks1988'] = {'Tonks ironstone'},
	['CITEREFTonks1989'] = {'Tonks ironstone'},
	['CITEREFTonks1992'] = {'Tonks ironstone'},
	['CITEREFTopping1975'] = {'Setton-A History of the Crusades', 'Wisconsin History of the Crusades'},
	['CITEREFTorri2013'] = {'Bach\'s compositions (sources)'},
	['CITEREFTougher2018'] = template_names['ODLA'],
	['CITEREFTourret1995'] = {'Tourret-Allied Military Locomotives'},
	['CITEREFTrapp1991'] = template_names['ODB'],
	['CITEREFTrappBeyerSturm-Schnabl1983'] = {'Prosopographisches Lexikon der Palaiologenzeit'},
	['CITEREFTrappWaltherBeyer1976'] = {'Prosopographisches Lexikon der Palaiologenzeit'},
	['CITEREFTrappWaltherBeyerSturm-Schnabl1978'] = {'Prosopographisches Lexikon der Palaiologenzeit'},
	['CITEREFTreadgold1988'] = {'The Byzantine Revival, 780–842'},
	['CITEREFTreadgold1997'] = {'A History of the Byzantine State and Society'},
	['CITEREFTrèves2006'] = {'Trèves François Topological vector spaces, distributions and kernels'},
	['CITEREFTsutsiev2014'] = {'Cite Atlas of the Ethno-Political History of the Caucasus'},
	['CITEREFTurim1998'] = {'Turim-oshima'},
	['CITEREFTuring1950'] = {'Turing 1950'},
	['CITEREFTwitchett1979'] = {'Cite Cambridge History of China'},
	['CITEREFTwitchettLoewe1986'] = {'Cite Cambridge History of China'},
	['CITEREFTwitchettMote1988'] = {'Cite Cambridge History of China'},
	['CITEREFTwitchettSmith2009'] = {'Cite Cambridge History of China'},

----------< U >----------
	['CITEREFUS-NHub_Music_Deposit_31_(Klavierbüchlein_für_W._F._Bach)_at_Bach_Digital'] = {'Bach\'s compositions (sources)'},
	['CITEREFUwe_Eckardt2001'] = {'BBKL'},
	['CITEREFunknown_author1881'] = {'Cite ADB'},
	['CITEREFunknown_author1882'] = {'Cite ADB'},

----------< V >----------
	['CITEREFVakalopoulos1975'] = {'Ιστορία του Ελληνικού Έθνους'},
	['CITEREFVan_Cleve1969'] = {'Setton-A History of the Crusades'},
	['CITEREFVan_Hoorickx1971'] = {'Schubert\'s compositions (references)'},
	['CITEREFVan_Hoorickx_1974–1976'] = {'Schubert\'s compositions (references)'},
	['CITEREFVan_Lint2018'] = template_names['ODLA'],
	['CITEREFVan_Riemsdijk,_Compound_Locomotives'] = {'Book-Van Riemsdijk-Compound Locomotives'},
	['CITEREFVan_Riemsdijk1994'] = {'Book-Van Riemsdijk-Compound Locomotives'},
	['CITEREFVan_Tricht2011'] = {'The Latin Renovatio of Byzantium'},
	['CITEREFVandenberghen1989'] = {'Vandenberghen-SNCB12.2'},
	['CITEREFVarzos1984'] = {'Η Γενεαλογία των Κομνηνών', 'Varzos-Genealogy of the Komnenoi'},
	['CITEREFVasiliev1935'] = {'Byzance et les Arabes'},
	['CITEREFVasiliev1968'] = {'Byzance et les Arabes'},
	['CITEREFVenables1911'] = {'DCBL'},
	['CITEREFVendler1997'] = {'Shakespeare sonnets bibliography'},
	['CITEREFVenn1954'] = {'VennAC'},
	['CITEREFVentura1963'] = {'DBI', 'Dizionario Biografico degli Italiani'},
	['CITEREFVetter1713'] = {'Bach\'s compositions (sources)'},
	['CITEREFVevainaCanepa2018'] = template_names['ODLA'],
	['CITEREFVeysey1958'] = {'Veysey-PE-1958'},
	['CITEREFVischer1912'] = {'Schaff-Herzog'},
	['CITEREFVolkmer1991'] = {'Volkmer-Pennsy-Electric'},
	['CITEREFvan_Leyden1956'] = {'Bach\'s compositions (sources)'},
	['CITEREFvan_Lint2018'] = template_names['ODLA'],
	['CITEREFvon_Prantl1879'] = {'Cite ADB'},

----------< W >----------
	['CITEREFWagnerBäzoldZschechLüderitz1990'] = {'Wagner-EFA2.3.2'},
	['CITEREFWalter1967'] = {'DBI', 'Dizionario Biografico degli Italiani'},
	['CITEREFWalter_Asmus1966'] = template_names['NDB'],
	['CITEREFWayner1972'] = {'Wayner - Car names, numbers, consists'},
	['CITEREFWayner1973'] = {'Wayner-Spotter-2nd'},
	['CITEREFWebb2018'] = template_names['ODLA'],
	['CITEREFWechsler1979'] = {'Cite Cambridge History of China', 'The Cambridge History of China'},
	['CITEREFWechsler1979'] = {'Cite Cambridge History of China'},
	['CITEREFWegman2008'] = {'Wegman-Illustrated'},
	['CITEREFWeibel1994'] = {'Weibel IHA'},
	['CITEREFWeinrebHibbertKeayKeay2008'] = {'London encyclopedia'},
	['CITEREFWeisbrod1991'] = {'Weisbrod-EFA1.5'},
	['CITEREFWeisbrodMüllerPetznik1978'] = {'Weisbrod-EFA1.2'},
	['CITEREFWellhausen1927'] = {'The Arab Kingdom and its Fall'},
	['CITEREFWells1982'] = {'Accents of English'},
	['CITEREFWells1990'] = {'Cite LPD'},
	['CITEREFWells2000'] = {'Cite LPD'},
	['CITEREFWells2008'] = {'Cite LPD'},
	['CITEREFWelsh2006'] = {'Welsh-Broadway'},
	['CITEREFWelsh2008'] = {'Welsh-UP'},
	['CITEREFWerner_Raupp2001'] = {'BBKL'},
	['CITEREFWestcott1911'] = {'DCBL'},
	['CITEREFWestermayer,_Georg1882'] = {'Cite ADB'},
	['CITEREFWham1997'] = {'Wham-Ayrshire'},
	['CITEREFWhishaw1842'] = {'Whishaw-RailofGB-2ndEd'},
	['CITEREFWhishaw1969'] = {'Whishaw-RailofGB'},
	['CITEREFWhite1985'] = {'White-Passenger-1985'},
	['CITEREFWhite1993'] = {'White - American railroad freight car'},
	['CITEREFWhiteWillenskyLeadon2010'] = {'Cite aia5'},
	['CITEREFWhitehurst1973'] = {'Whitehurst GW Engines from 1940'},
	['CITEREFWhittow1996'] = {'The Making of Byzantium, 600–1025'},
	['CITEREFWickman1982'] = {'Country study'},
	['CITEREFWiesehöfer2018'] = template_names['ODLA'],
	['CITEREFWilansky2008'] = {'Wilansky Topology for Analysis 2008'},
	['CITEREFWilansky2013'] = {'Wilansky Modern Methods in Topological Vector Spaces'},
	['CITEREFWillard2004'] = {'Willard General Topology'},
	['CITEREFWilliams1998'] = {'Williams-Philadelphia'},
	['CITEREFWilliams2003'] = {'Bach\'s compositions (sources)'},
	['CITEREFWillis1750'] = {'Cite Notitia Parliamentaria'},
	['CITEREFWilson2017'] = {'Wilson-Guide'},
	['CITEREFWilsonFiske1889'] = {'Appletons\'', 'Cite Appletons\'', 'Appletons'},
	['CITEREFWilsonFiske1891'] = {'Appletons\'', 'Cite Appletons\'', 'Appletons'},
	['CITEREFWilsonFiske1892'] = {'Appletons\'', 'Cite Appletons\'', 'Appletons'},
	['CITEREFWilsonFiske1900'] = {'Appletons\'', 'Cite Appletons\'', 'Appletons'},
	['CITEREFWiltshire2000'] = {'Lloyd-Margaret River'},
	['CITEREFWinfieldLyon2004'] = {'Winfield'},
	['CITEREFWinkler1883'] = template_names['ADB'],
	['CITEREFWitakowski2018'] = template_names['ODLA'],
	['CITEREFWolff1969'] = {'Setton-A History of the Crusades'},
	['CITEREFWollny2015'] = {'Bach\'s compositions (sources)'},
	['CITEREFWood1907'] = {'Cite Nuttall', 'Nuttall'},
	['CITEREFWoodsKilpatrick2005'] = {'MSW3 Hystricognathi'},
	['CITEREFWorden2008'] = {'Country study'},
	['CITEREFWortley2010'] = {'John Skylitzes: A Synopsis of Byzantine History, 811–1057'},
	['CITEREFWozencraft2005'] = {'MSW3 Carnivora'},
	['CITEREFWright1979'] = {'Cite Cambridge History of China', 'The Cambridge History of China'},
	['CITEREFWright1979'] = {'Cite Cambridge History of China'},
	['CITEREFWright2000'] = {'Bach\'s compositions (sources)'},
	['CITEREFWägliJacobi2010'] = {'Schienennetz Schweiz'},

----------< X >----------
	

----------< Y >----------
	['CITEREFYenne2005'] = {'Yenne-Chiefs'},
	['CITEREFYonge1990'] = {'Quail-4'},
	['CITEREFYonge1994'] = {'Quail-5'},
	['CITEREFYonge2002'] = {'Quail-5'},
	['CITEREFYonge2008'] = {'Quail-5'},
	['CITEREFYonge2016'] = {'Quail-2-2016'},
	['CITEREFYongePadgettSzwenk2013'] = {'Quail-4-Paper-3rdEd'},
	['CITEREFYu1986'] = {'Cite Cambridge History of China'},

----------< Z >----------
	['CITEREFZahn1889–1893'] = {'Bach\'s compositions (sources)'},
	['CITEREFZeiniWiesehöfer2018'] = template_names['ODLA'],
	['CITEREFZekulich2000'] = {'Zekulich-WineWA'},
	['CITEREFZimmermann2004'] = {'Zimmermann-Burlington'},
	['CITEREFZimmermann2007'] = {'Zimmermann-GrandLuxe'},
	['CITEREFZuccaric._1747'] = {'Bach\'s compositions (sources)'},
	['CITEREFZălinescu2002'] = {'Zălinescu Convex Analysis in General Vector Spaces 2002'},

----------< OTHER >----------
	['CITEREFΙστορία_του_Ελληνικού_Έθνους'] = {'Ιστορία του Ελληνικού Έθνους'},
	['CITEREFΜεγάλη_Στρατιωτικὴ_καὶ_Ναυτικὴ_Ἐγκυκλοπαιδεία'] = {'Great Military and Naval Encyclopaedia'},
	['CITEREFКавказский_календарь_на_1910_год'] = {'Cite Kavkazskiy Kalendar 1910'},
	['CITEREFКавказский_календарь_на_1913_год'] = {'Cite Kavkazskiy Kalendar 1913'},
	['CITEREFКавказский_календарь_на_1915_год'] = {'Cite Kavkazskiy Kalendar 1915'},
	['CITEREFКавказский_календарь_на_1917_год'] = {'Cite Kavkazskiy Kalendar 1917'},

----------< UNSORTED >----------
	
	}

-- Auto-classify templates mentioned in whitelist as wrapper templates
for _, tlist in pairs(whitelist) do
    for _, t in ipairs(tlist) do
        if not wrapper_templates[t] then
            wrapper_templates[t] = noDefault
        end
    end
end


--[[--------------------------< E X P O R T E D   T A B L E S >------------------------------------------------
]]

return {
	whitelist = whitelist,
	wrapper_template_patterns = wrapper_template_patterns,
    wrapper_templates = wrapper_templates
	}