Module:Footnotes/whitelist: Difference between revisions
EnWikiAdmin (talk | contribs) m 1 revision imported |
m 1 revision imported |
||
(3 intermediate revisions by 2 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 235: | Line 340: | ||
['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', 'DNBfirst'}, | ['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'}, | ||
Line 240: | Line 346: | ||
['NDB'] = {'Cite NDB', 'NDB'}, | ['NDB'] = {'Cite NDB', 'NDB'}, | ||
['Iranica'] = {'Encyclopædia Iranica Online', 'Encyclopædia Iranica', 'Encyclopaedia Iranica', 'Cite Encyclopædia Iranica Online'}, | ['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 >------------------------------------------------------------ | --[[--------------------------< W H I T E L I S T >------------------------------------------------------------ | ||
Line 300: | Line 405: | ||
]] | ]] | ||
local whitelist = { | local whitelist = { | ||
Line 308: | Line 414: | ||
['CITEREFAGA_1884–1897'] = {'Schubert\'s compositions (references)'}, | ['CITEREFAGA_1884–1897'] = {'Schubert\'s compositions (references)'}, | ||
['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'}, | ||
Line 317: | Line 421: | ||
['CITEREFAffleck1978'] = {'Affleck-On Track'}, | ['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'}, | ||
['CITEREFAl-Kindi1912'] = {'The Governors and Judges of Egypt'}, | ['CITEREFAl-Kindi1912'] = {'The Governors and Judges of Egypt'}, | ||
Line 325: | Line 428: | ||
['CITEREFAleksidze2018'] = template_names['ODLA'], | ['CITEREFAleksidze2018'] = template_names['ODLA'], | ||
['CITEREFAlexiou2010'] = {'Cite flatiron'}, | ['CITEREFAlexiou2010'] = {'Cite flatiron'}, | ||
['CITEREFAliprantisBorder2006'] = {'Aliprantis Border Infinite Dimensional Analysis A Hitchhiker\'s Guide Third Edition'}, | ['CITEREFAliprantisBorder2006'] = {'Aliprantis Border Infinite Dimensional Analysis A Hitchhiker\'s Guide Third Edition'}, | ||
['CITEREFAllamaniPanagiotopoulou1978'] = {'Ιστορία του Ελληνικού Έθνους'}, | ['CITEREFAllamaniPanagiotopoulou1978'] = {'Ιστορία του Ελληνικού Έθνους'}, | ||
['CITEREFAllcockDaviesle_FlemingMaskelyne1968'] = {'RCTS-LocosGWR-1'}, | ['CITEREFAllcockDaviesle_FlemingMaskelyne1968'] = {'RCTS-LocosGWR-1'}, | ||
Line 336: | Line 434: | ||
['CITEREFAllenBoddyBrownFry1971'] = {'RCTS-LocosLNER-8B', 'RCTS-LocosLNER'}, | ['CITEREFAllenBoddyBrownFry1971'] = {'RCTS-LocosLNER-8B', 'RCTS-LocosLNER'}, | ||
['CITEREFAllenBoddyBrownFry1983'] = {'RCTS-LocosLNER-8A', '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'], | ['CITEREFAngelov2018'] = template_names['ODLA'], | ||
['CITEREFApostol1976'] = {'Apostol IANT'}, | ['CITEREFApostol1976'] = {'Apostol IANT'}, | ||
['CITEREFArkhangel'skiiPonomarev1984'] = {'Arkhangel\'skii Ponomarev Fundamentals of General Topology Problems and Exercises'}, | ['CITEREFArkhangel'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'}, | ['CITEREFAspreas1929'] = {'Great Military and Naval Encyclopaedia'}, | ||
['CITEREFAtkins2007'] = {'Shakespeare sonnets bibliography'}, | ['CITEREFAtkins2007'] = {'Shakespeare sonnets bibliography'}, | ||
['CITEREFAudiKondevWangHuang2017'] = {'NUBASE2016'}, | ['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'}, | ['CITEREFRamelli2018'] = {'Oxford Dictionary of Late Antiquity'},['CITEREFA_History_of_the_Crusades'] = {'Setton-A History of the Crusades'}, | ||
Line 368: | Line 456: | ||
['CITEREFBadura-SkodaBranscombe2008'] = {'Schubert\'s compositions (references)'}, | ['CITEREFBadura-SkodaBranscombe2008'] = {'Schubert\'s compositions (references)'}, | ||
['CITEREFBagley1999'] = {'Cite Cambridge History of China'}, | ['CITEREFBagley1999'] = {'Cite Cambridge History of China'}, | ||
['CITEREFBaldwin1969'] = {'Setton-A History of the Crusades'}, | ['CITEREFBaldwin1969'] = {'Setton-A History of the Crusades'}, | ||
['CITEREFBaldwin1985'] = {'Setton-A History of the Crusades'}, | ['CITEREFBaldwin1985'] = {'Setton-A History of the Crusades'}, | ||
Line 377: | Line 463: | ||
['CITEREFBaltzer1916'] = {'Baltzer-Kolonialbahnen'}, | ['CITEREFBaltzer1916'] = {'Baltzer-Kolonialbahnen'}, | ||
['CITEREFBanach1932'] = {'Banach Théorie des Opérations Linéaires'}, | ['CITEREFBanach1932'] = {'Banach Théorie des Opérations Linéaires'}, | ||
['CITEREFBartusis1991'] = template_names['ODB'], | ['CITEREFBartusis1991'] = template_names['ODB'], | ||
['CITEREFBaxter1971'] = {'Baxter-BritishLocoCat1'}, | ['CITEREFBaxter1971'] = {'Baxter-BritishLocoCat1'}, | ||
Line 388: | Line 473: | ||
['CITEREFBaxter1988'] = {'Baxter-BritishLocoCat5B'}, | ['CITEREFBaxter1988'] = {'Baxter-BritishLocoCat5B'}, | ||
['CITEREFBaxter2012'] = {'Baxter-BritishLocoCat6'}, | ['CITEREFBaxter2012'] = {'Baxter-BritishLocoCat6'}, | ||
['CITEREFBeißwenger1991'] = {'Bach\'s compositions (sources)'}, | ['CITEREFBeißwenger1991'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFBek2001'] = {'Cite Grove'}, | ['CITEREFBek2001'] = {'Cite Grove'}, | ||
Line 395: | Line 479: | ||
['CITEREFBelkeRestle1984'] = {'Tabula Imperii Byzantini'}, | ['CITEREFBelkeRestle1984'] = {'Tabula Imperii Byzantini'}, | ||
['CITEREFBellini2008'] = {'DBI', 'Dizionario Biografico degli Italiani'}, | ['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', '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'}, | ||
['CITEREFBlake1966'] = {'DisraeliRef'}, | ['CITEREFBlake1966'] = {'DisraeliRef'}, | ||
['CITEREFBlanken2019'] = {'Bach\'s compositions (sources)'}, | ['CITEREFBlanken2019'] = {'Bach\'s compositions (sources)'}, | ||
Line 429: | Line 505: | ||
['CITEREFBody1989'] = {'Body-Railways-Vol2'}, | ['CITEREFBody1989'] = {'Body-Railways-Vol2'}, | ||
['CITEREFBon1969'] = {'La Morée franque'}, | ['CITEREFBon1969'] = {'La Morée franque'}, | ||
['CITEREFBonner2010'] = {'New Cambridge History of Islam'}, | ['CITEREFBonner2010'] = {'New Cambridge History of Islam'}, | ||
['CITEREFBonnett2005'] = {'Bonnett Practical Rail Engineering'}, | ['CITEREFBonnett2005'] = {'Bonnett Practical Rail Engineering'}, | ||
Line 436: | 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'}, | ['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'}, | ['CITEREFBourbaki1987'] = {'Bourbaki Topological Vector Spaces', 'Bourbaki Topological Vector Spaces Part 1 Chapters 1–5'}, | ||
Line 464: | Line 518: | ||
['CITEREFBowen1928'] = {'The Life and Times of Ali ibn Isa'}, | ['CITEREFBowen1928'] = {'The Life and Times of Ali ibn Isa'}, | ||
['CITEREFBowmanCameronGarnsey2005'] = {'Cambridge Ancient History'}, | ['CITEREFBowmanCameronGarnsey2005'] = {'Cambridge Ancient History'}, | ||
['CITEREFBoyd1970'] = {'Boyd-MidWales'}, | ['CITEREFBoyd1970'] = {'Boyd-MidWales'}, | ||
['CITEREFBoyd1975'] = {'Boyd-FR1'}, | ['CITEREFBoyd1975'] = {'Boyd-FR1'}, | ||
Line 484: | Line 533: | ||
['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'}, | ['CITEREFBrown2008'] = {'The Cambridge History of the Byzantine Empire'}, | ||
['CITEREFBrown2021'] = {'Cite Gaia EDR3'}, | ['CITEREFBrown2021'] = {'Cite Gaia EDR3'}, | ||
['CITEREFBryan1886'] = {'Bryan (3rd edition)'}, | ['CITEREFBryan1886'] = {'Bryan (3rd edition)'}, | ||
['CITEREFBryan1889'] = {'Bryan (3rd edition)'}, | ['CITEREFBryan1889'] = {'Bryan (3rd edition)'}, | ||
['CITEREFBuhle1909'] = {'Bach\'s compositions (sources)'}, | ['CITEREFBuhle1909'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFBunbury1857'] = {'DGRG'}, | ['CITEREFBunbury1857'] = {'DGRG'}, | ||
['CITEREFBurant1987'] = {'Cite DCB'}, | ['CITEREFBurant1987'] = {'Cite DCB'}, | ||
['CITEREFBurch1911'] = {'Burch Electric Traction'}, | ['CITEREFBurch1911'] = {'Burch Electric Traction'}, | ||
['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'}, | ['CITEREFBury1911'] = {'The Imperial Administrative System of the Ninth Century'}, | ||
['CITEREFButcherNicholson2018'] = template_names['ODLA'], | ['CITEREFButcherNicholson2018'] = template_names['ODLA'], | ||
['CITEREFButt1995'] = template_names['Butt_Stations'], | ['CITEREFButt1995'] = template_names['Butt_Stations'], | ||
----------< C >---------- | ----------< C >---------- | ||
Line 516: | Line 551: | ||
['CITEREFCalifornia1988'] = {'CA-Rail Passenger Development Plan-1988'}, | ['CITEREFCalifornia1988'] = {'CA-Rail Passenger Development Plan-1988'}, | ||
['CITEREFCallwell1999'] = {'Muni Chronology'}, | ['CITEREFCallwell1999'] = {'Muni Chronology'}, | ||
['CITEREFCaltrans1984'] = {'Countrystudy'}, | ['CITEREFCaltrans1984'] = {'Countrystudy'}, | ||
['CITEREFCameronWard-PerkinsWhitby2000'] = {'Cambridge Ancient History'}, | ['CITEREFCameronWard-PerkinsWhitby2000'] = {'Cambridge Ancient History'}, | ||
Line 541: | Line 574: | ||
['CITEREFCawley2011'] = {'MLCC'}, | ['CITEREFCawley2011'] = {'MLCC'}, | ||
['CITEREFCawley2012'] = {'Medieval Lands by Charles Cawley'}, | ['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'}, | ['CITEREFChambers1728'] = {'Cyclopaedia 1728'}, | ||
['CITEREFChasiotis1975'] = {'Ιστορία του Ελληνικού Έθνους'}, | ['CITEREFChasiotis1975'] = {'Ιστορία του Ελληνικού Έθνους'}, | ||
['CITEREFCheyneBlack1899'] = {'Biblica', 'Cite Biblica'}, | ['CITEREFCheyneBlack1899'] = {'Biblica', 'Cite Biblica'}, | ||
['CITEREFCheyneBlack1899–1903'] = {'Cite Biblica'}, | ['CITEREFCheyneBlack1899–1903'] = {'Cite Biblica'}, | ||
Line 554: | Line 583: | ||
['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'], | ['CITEREFChrista_Jost1999'] = template_names['NDB'], | ||
Line 575: | Line 603: | ||
['CITEREFConway1990'] = {'Conway A Course in Functional Analysis'}, | ['CITEREFConway1990'] = {'Conway A Course in Functional Analysis'}, | ||
['CITEREFCosentino2008'] = {'DBI'}, | ['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'}, | ||
Line 585: | Line 614: | ||
['CITEREFCrone1980'] = {'Slaves on Horses'}, | ['CITEREFCrone1980'] = {'Slaves on Horses'}, | ||
['CITEREFCrone2003'] = {'Slaves on Horses'}, | ['CITEREFCrone2003'] = {'Slaves on Horses'}, | ||
['CITEREFCroughtonKidnerYoung1982'] = {'Croughton-PrivateStations'}, | ['CITEREFCroughtonKidnerYoung1982'] = {'Croughton-PrivateStations'}, | ||
['CITEREFCruickshanks1970'] = {'HistoryofParliament'}, | ['CITEREFCruickshanks1970'] = {'HistoryofParliament'}, | ||
Line 598: | Line 626: | ||
['CITEREFDadelsen1957'] = {'Bach\'s compositions (sources)'}, | ['CITEREFDadelsen1957'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFDaftary1990'] = {'Daftary-The Ismailis'}, | ['CITEREFDaftary1990'] = {'Daftary-The Ismailis'}, | ||
['CITEREFDaftary2007'] = {'Daftary-The Ismailis'}, | ['CITEREFDaftary2007'] = {'Daftary-The Ismailis'}, | ||
['CITEREFDaniel2010'] = {'New Cambridge History of Islam'}, | ['CITEREFDaniel2010'] = {'New Cambridge History of Islam'}, | ||
['CITEREFDanielsDench1963'] = {'Daniels-NoMore'}, | ['CITEREFDanielsDench1963'] = {'Daniels-NoMore'}, | ||
['CITEREFDanielsDench1973'] = {'Daniels-NoMore'}, | ['CITEREFDanielsDench1973'] = {'Daniels-NoMore'}, | ||
['CITEREFDarleyCanepa2018'] = {'Oxford Dictionary of Late Antiquity'}, | ['CITEREFDarleyCanepa2018'] = {'Oxford Dictionary of Late Antiquity'}, | ||
['CITEREFDaryaee2018'] = template_names['ODLA'], | ['CITEREFDaryaee2018'] = template_names['ODLA'], | ||
['CITEREFDaryaeeCanepa2018'] = template_names['ODLA'], | ['CITEREFDaryaeeCanepa2018'] = template_names['ODLA'], | ||
Line 620: | Line 641: | ||
['CITEREFDavies2003'] = {'Davies-SNCFLocoList'}, | ['CITEREFDavies2003'] = {'Davies-SNCFLocoList'}, | ||
['CITEREFDaviesFirthLuckingThomas1966'] = {'RCTS-LocosGWR-10'}, | ['CITEREFDaviesFirthLuckingThomas1966'] = {'RCTS-LocosGWR-10'}, | ||
['CITEREFDe_Negri1997'] = {'DBI'}, | ['CITEREFDe_Negri1997'] = {'DBI'}, | ||
['CITEREFDer_Matossian2020'] = {'Cite The First Republic of Armenia'}, | ['CITEREFDer_Matossian2020'] = {'Cite The First Republic of Armenia'}, | ||
['CITEREFDeutsch1951'] = {'Schubert\'s compositions (references)'}, | ['CITEREFDeutsch1951'] = {'Schubert\'s compositions (references)'}, | ||
Line 635: | Line 653: | ||
['CITEREFDiamonstein-Spielvogel2011'] = {'Cite landmarks'}, | ['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'}, | ['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'}, | ['CITEREFDonaghy1972'] = {'Donaghy-LMR'}, | ||
['CITEREFDonohue2003'] = {'The Buwayhid Dynasty in Iraq'}, | ['CITEREFDonohue2003'] = {'The Buwayhid Dynasty in Iraq'}, | ||
['CITEREFDorin1972'] = {'Dorin-North Western'}, | ['CITEREFDorin1972'] = {'Dorin-North Western'}, | ||
Line 651: | Line 668: | ||
['CITEREFDow1985'] = {'Dow-GC1'}, | ['CITEREFDow1985'] = {'Dow-GC1'}, | ||
['CITEREFDowney2007'] = {'Downey-Chicago'}, | ['CITEREFDowney2007'] = {'Downey-Chicago'}, | ||
['CITEREFDrummond1964'] = {'HistoryofParliament'}, | ['CITEREFDrummond1964'] = {'HistoryofParliament'}, | ||
['CITEREFDrury1985'] = {'Drury Historical Guide 1985'}, | ['CITEREFDrury1985'] = {'Drury Historical Guide 1985'}, | ||
['CITEREFDrury1993'] = {'Drury-North American Steam'}, | ['CITEREFDrury1993'] = {'Drury-North American Steam'}, | ||
['CITEREFDugundji1966'] = {'Dugundji Topology'}, | ['CITEREFDugundji1966'] = {'Dugundji Topology'}, | ||
['CITEREFDuke1995'] = {'Duke-Santa Fe-1'}, | ['CITEREFDuke1995'] = {'Duke-Santa Fe-1'}, | ||
Line 663: | Line 678: | ||
['CITEREFDuncan-Jones2010'] = {'Shakespeare sonnets bibliography'}, | ['CITEREFDuncan-Jones2010'] = {'Shakespeare sonnets bibliography'}, | ||
['CITEREFDunlop1895'] = {'O\'Donnell family tree'}, | ['CITEREFDunlop1895'] = {'O\'Donnell family tree'}, | ||
['CITEREFDunn2013'] = {'Dunn-Comeng-5'}, | ['CITEREFDunn2013'] = {'Dunn-Comeng-5'}, | ||
['CITEREFDurham1998'] = {'California\'s Geographic Names'}, | ['CITEREFDurham1998'] = {'California\'s Geographic Names'}, | ||
['CITEREFDurrant1972'] = {'Durrant-Steam Locos Eastern Europe'}, | ['CITEREFDurrant1972'] = {'Durrant-Steam Locos Eastern Europe'}, | ||
Line 678: | Line 689: | ||
['CITEREFDürrJones2006'] = {'Bach\'s compositions (sources)'}, | ['CITEREFDürrJones2006'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFDürrKobayashi1998'] = {'Bach\'s compositions (sources)'}, | ['CITEREFDürrKobayashi1998'] = {'Bach\'s compositions (sources)'}, | ||
----------< E >---------- | ----------< E >---------- | ||
['CITEREFEarle2018'] = {'Gymnosperm Database'}, | ['CITEREFEarle2018'] = {'Gymnosperm Database'}, | ||
['CITEREFEaston1897'] = {'Eastons', 'EBD'}, | ['CITEREFEaston1897'] = {'Eastons', 'EBD'}, | ||
['CITEREFEbata2019'] = {'BDh'}, | ['CITEREFEbata2019'] = {'BDh'}, | ||
['CITEREFEbata2020'] = {'BDh'}, | ['CITEREFEbata2020'] = {'BDh'}, | ||
['CITEREFEdwards1995'] = {'Edwards Functional Analysis Theory and Applications'}, | ['CITEREFEdwards1995'] = {'Edwards Functional Analysis Theory and Applications'}, | ||
['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'}, | ['CITEREFEl-Hibri2021'] = {'The Abbasid Caliphate: A History'}, | ||
['CITEREFEldredgeHorenstein2014'] = {'Cite concrete'}, | ['CITEREFEldredgeHorenstein2014'] = {'Cite concrete'}, | ||
['CITEREFElsholz1982'] = {'Schubert\'s compositions (references)'}, | ['CITEREFElsholz1982'] = {'Schubert\'s compositions (references)'}, | ||
['CITEREFEppstein1966'] = {'Bach\'s compositions (sources)'}, | ['CITEREFEppstein1966'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFEppstein1982'] = {'Bach\'s compositions (sources)'}, | ['CITEREFEppstein1982'] = {'Bach\'s compositions (sources)'}, | ||
Line 705: | 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'}, | ['CITEREFFarinella2001'] = {'DBI'}, | ||
['CITEREFFeder1958'] = {'Bach\'s compositions (sources)'}, | ['CITEREFFeder1958'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFFederal_Writers'_Project1939'] = {'Cite fednyc'}, | ['CITEREFFederal_Writers'_Project1939'] = {'Cite fednyc'}, | ||
['CITEREFFernandez1983'] = {'Fernandez1983'}, | ['CITEREFFernandez1983'] = {'Fernandez1983'}, | ||
['CITEREFFerneyhough1980'] = {'Ferneyhough-LMR'}, | ['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_America'] = {'EFloras'}, | ||
['CITEREFFlora_of_North_America2009'] = {'EFloras'}, | ['CITEREFFlora_of_North_America2009'] = {'EFloras'}, | ||
Line 736: | 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', 'The Cambridge History of China'}, | ||
['CITEREFFranke1994'] = {'Cite 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'}, | ||
Line 744: | Line 747: | ||
['CITEREFFry1964'] = {'RCTS-LocosLNER-7', 'RCTS-LocosLNER'}, | ['CITEREFFry1964'] = {'RCTS-LocosLNER-7', 'RCTS-LocosLNER'}, | ||
['CITEREFFry1966'] = {'RCTS-LocosLNER-5', 'RCTS-LocosLNER'}, | ['CITEREFFry1966'] = {'RCTS-LocosLNER-5', 'RCTS-LocosLNER'}, | ||
['CITEREFFubini2012'] = {'DBI', 'Dizionario Biografico degli Italiani'}, | ['CITEREFFubini2012'] = {'DBI', 'Dizionario Biografico degli Italiani'}, | ||
['CITEREFFudenbergTirole1991'] = {'Cite Fudenberg Tirole 1991'}, | ['CITEREFFudenbergTirole1991'] = {'Cite Fudenberg Tirole 1991'}, | ||
Line 753: | Line 753: | ||
----------< G >---------- | ----------< G >---------- | ||
['CITEREFGaines2008'] = {'Cite Gaines 2008'}, | ['CITEREFGaines2008'] = {'Cite Gaines 2008'}, | ||
['CITEREFGardner2005'] = {'MSW3 Microbiotheria'}, | ['CITEREFGardner2005'] = {'MSW3 Microbiotheria'}, | ||
['CITEREFGardoni2015'] = {'DBI', 'Dizionario Biografico degli Italiani'}, | ['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'}, | ['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'}, | ||
['CITEREFGillham2001'] = {'Gillham-Waterloo-City'}, | ['CITEREFGillham2001'] = {'Gillham-Waterloo-City'}, | ||
Line 798: | Line 768: | ||
['CITEREFGilmanPeckColby1905'] = {'Cite NIE', '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'}, | ||
['CITEREFGlischinski1997'] = {'Glischinski-Santa Fe'}, | ['CITEREFGlischinski1997'] = {'Glischinski-Santa Fe'}, | ||
Line 808: | Line 777: | ||
['CITEREFGrant2010'] = {'Grant-Twilight'}, | ['CITEREFGrant2010'] = {'Grant-Twilight'}, | ||
['CITEREFGrant2017'] = {'Grant-RailCo'}, | ['CITEREFGrant2017'] = {'Grant-RailCo'}, | ||
['CITEREFGreenlaw2007'] = {'Greenlaw-Via Rail'}, | ['CITEREFGreenlaw2007'] = {'Greenlaw-Via Rail'}, | ||
['CITEREFGreenwoodEarnshaw1997'] = {'Greenwood&Earnshaw2nd'}, | ['CITEREFGreenwoodEarnshaw1997'] = {'Greenwood&Earnshaw2nd'}, | ||
Line 839: | Line 806: | ||
['CITEREFGulino2005'] = {'DBI', 'Dizionario Biografico degli Italiani'}, | ['CITEREFGulino2005'] = {'DBI', 'Dizionario Biografico degli Italiani'}, | ||
['CITEREFGunzburg1984'] = {'Gunzburg-History WAGR Steam'}, | ['CITEREFGunzburg1984'] = {'Gunzburg-History WAGR Steam'}, | ||
----------< H >---------- | ----------< H >---------- | ||
['CITEREFHaarer2018'] = template_names['ODLA'], | ['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'}, | ||
Line 854: | Line 814: | ||
['CITEREFHalliday2009'] = {'Halliday-AustWineEncyc'}, | ['CITEREFHalliday2009'] = {'Halliday-AustWineEncyc'}, | ||
['CITEREFHalm1991'] = {'Das Reich des Mahdi'}, | ['CITEREFHalm1991'] = {'Das Reich des Mahdi'}, | ||
['CITEREFHalm2003'] = {'Die Kalifen von Kairo'}, | ['CITEREFHalm2003'] = {'Die Kalifen von Kairo'}, | ||
['CITEREFHalm2014'] = {'Kalifen und Assassinen'}, | ['CITEREFHalm2014'] = {'Kalifen und Assassinen'}, | ||
['CITEREFHalmos1982'] = {'Halmos A Hilbert Space Problem Book 1982'}, | ['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'], | ||
['CITEREFHammondScull2006'] = template_names['ME-ref'], | ['CITEREFHammondScull2006'] = 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'}, | ['CITEREFHansen1988'] = {'Book-Hansen-US Nuclear Weapons'}, | ||
['CITEREFHartshorne1977'] = {'Hartshorne AG'}, | ['CITEREFHartshorne1977'] = {'Hartshorne AG'}, | ||
['CITEREFHasumi2003'] = {'Hasumi-shiguehiko-ozu-2003'}, | ['CITEREFHasumi2003'] = {'Hasumi-shiguehiko-ozu-2003'}, | ||
['CITEREFHaswell-Smith2004'] = {'Haswell-Smith'}, | ['CITEREFHaswell-Smith2004'] = {'Haswell-Smith'}, | ||
Line 890: | Line 841: | ||
['CITEREFHerr2000'] = {'Herr-LN'}, | ['CITEREFHerr2000'] = {'Herr-LN'}, | ||
['CITEREFHeschel2007'] = {'Encyclopaedia Judaica', 'Cite EJ', 'Cite Encyclopaedia Judaica'}, | ['CITEREFHeschel2007'] = {'Encyclopaedia Judaica', 'Cite EJ', 'Cite Encyclopaedia Judaica'}, | ||
['CITEREFHidyHidyScottHofsummer2004'] = {'Hidy-Great Northern'}, | ['CITEREFHidyHidyScottHofsummer2004'] = {'Hidy-Great Northern'}, | ||
['CITEREFHildHellenkemper1990'] = {'Tabula Imperii Byzantini'}, | ['CITEREFHildHellenkemper1990'] = {'Tabula Imperii Byzantini'}, | ||
['CITEREFHildHellenkemper1994'] = {'Tabula Imperii Byzantini'}, | ['CITEREFHildHellenkemper1994'] = {'Tabula Imperii Byzantini'}, | ||
['CITEREFHildRestle1981'] = {'Tabula Imperii Byzantini'}, | ['CITEREFHildRestle1981'] = {'Tabula Imperii Byzantini'}, | ||
['CITEREFHills,_Power_from_Steam'] = {'Book-Hills-Power from Steam'}, | ['CITEREFHills,_Power_from_Steam'] = {'Book-Hills-Power from Steam'}, | ||
['CITEREFHills1989'] = {'Book-Hills-Power from Steam'}, | ['CITEREFHills1989'] = {'Book-Hills-Power from Steam'}, | ||
Line 911: | Line 860: | ||
['CITEREFHistoric_Environment_Scotland2020'] = {'Historic Environment Scotland'}, | ['CITEREFHistoric_Environment_Scotland2020'] = {'Historic Environment Scotland'}, | ||
['CITEREFHistoric_Environment_Scotland:_Rusco_Tower2020'] = {'Historic Environment Scotland'}, | ['CITEREFHistoric_Environment_Scotland:_Rusco_Tower2020'] = {'Historic Environment Scotland'}, | ||
['CITEREFHob.'] = {'Schubert\'s compositions (references)'}, | ['CITEREFHob.'] = {'Schubert\'s compositions (references)'}, | ||
['CITEREFHoffmanSmith2005'] = {'MSW3 Lagomorpha'}, | ['CITEREFHoffmanSmith2005'] = {'MSW3 Lagomorpha'}, | ||
Line 934: | Line 880: | ||
['CITEREFHort1911'] = {'DCBL'}, | ['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'}, | ['CITEREFHovannisian1967'] = {'Cite Armenia on the Road to Independence'}, | ||
Line 951: | Line 896: | ||
['CITEREFHunter2008'] = {'Country study'}, | ['CITEREFHunter2008'] = {'Country study'}, | ||
['CITEREFHunter2012'] = {'Cite HGOC', 'Cite Hunter'}, | ['CITEREFHunter2012'] = {'Cite HGOC', 'Cite Hunter'}, | ||
['CITEREFHutterer2005'] = {'MSW3 Soricomorpha'}, | ['CITEREFHutterer2005'] = {'MSW3 Soricomorpha'}, | ||
['CITEREFHütter2012'] = {'Hütter-50bis53'}, | ['CITEREFHütter2012'] = {'Hütter-50bis53'}, | ||
Line 962: | Line 906: | ||
['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'}, | ||
['CITEREFIshino1998'] = {'Teishajo'}, | ['CITEREFIshino1998'] = {'Teishajo'}, | ||
['CITEREFIvey1919'] = {'Ivey-Marquette'}, | ['CITEREFIvey1919'] = {'Ivey-Marquette'}, | ||
----------< J >---------- | ----------< J >---------- | ||
['CITEREFJackson1908'] = {'Schaff-Herzog'}, | ['CITEREFJackson1908'] = {'Schaff-Herzog'}, | ||
['CITEREFJackson1995'] = {'Cite enc-nyc'}, | ['CITEREFJackson1995'] = {'Cite enc-nyc'}, | ||
['CITEREFJackson2010'] = {'Cite enc-nyc2'}, | ['CITEREFJackson2010'] = {'Cite enc-nyc2'}, | ||
['CITEREFJacobs1904'] = {'Cite Jewish Encyclopedia'}, | ['CITEREFJacobs1904'] = {'Cite Jewish Encyclopedia'}, | ||
['CITEREFJarchow1981'] = {'Jarchow Locally Convex Spaces'}, | ['CITEREFJarchow1981'] = {'Jarchow Locally Convex Spaces'}, | ||
['CITEREFJohn_O'Donovan1856'] = {'Cite AFM'}, | ['CITEREFJohn_O'Donovan1856'] = {'Cite AFM'}, | ||
['CITEREFJohnson1906'] = {'BDA1906', 'Cite BDA1906'}, | ['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 995: | 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'}, | ['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'] = {'Cite The Struggle for Transcaucasia'}, | ||
['CITEREFKazemzadeh1951'] = {'The Struggle for Transcaucasia'}, | ['CITEREFKazemzadeh1951'] = {'The Struggle for Transcaucasia'}, | ||
Line 1,012: | Line 943: | ||
['CITEREFKazhdanJeffreys1991'] = 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'}, | ['CITEREFKeightley1999'] = {'Cite Cambridge History of China'}, | ||
Line 1,026: | Line 956: | ||
['CITEREFKenyon2011'] = {'Bach\'s compositions (sources)'}, | ['CITEREFKenyon2011'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFKerrigan1995'] = {'Shakespeare sonnets bibliography'}, | ['CITEREFKerrigan1995'] = {'Shakespeare sonnets bibliography'}, | ||
['CITEREFKhaleelulla1982'] = {'Khaleelulla Counterexamples in Topological Vector Spaces'}, | ['CITEREFKhaleelulla1982'] = {'Khaleelulla Counterexamples in Topological Vector Spaces'}, | ||
['CITEREFKhan2012'] = {'Cite Banglapedia'}, | ['CITEREFKhan2012'] = {'Cite Banglapedia'}, | ||
['CITEREFKim1994'] = {'Country study'}, | ['CITEREFKim1994'] = {'Country study'}, | ||
['CITEREFKirnberger1774'] = {'Bach\'s compositions (sources)'}, | ['CITEREFKirnberger1774'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFKirnberger1780'] = {'Bach\'s compositions (sources)'}, | ['CITEREFKirnberger1780'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFKlein2006'] = {'Klein-UP-2'}, | ['CITEREFKlein2006'] = {'Klein-UP-2'}, | ||
['CITEREFKobayashi1978'] = {'Bach\'s compositions (sources)'}, | ['CITEREFKobayashi1978'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFKoderHild1976'] = {'Tabula Imperii Byzantini'}, | ['CITEREFKoderHild1976'] = {'Tabula Imperii Byzantini'}, | ||
Line 1,055: | Line 978: | ||
['CITEREFKube2009'] = {'Schubert\'s compositions (references)'}, | ['CITEREFKube2009'] = {'Schubert\'s compositions (references)'}, | ||
['CITEREFKubrusly2011'] = {'Kubrusly The Elements of Operator Theory 2nd Edition 2011'}, | ['CITEREFKubrusly2011'] = {'Kubrusly The Elements of Operator Theory 2nd Edition 2011'}, | ||
['CITEREFKuznik2008'] = {'Bach\'s compositions (sources)'}, | ['CITEREFKuznik2008'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFKöthe1969'] = {'Köthe Topological Vector Spaces I'}, | ['CITEREFKöthe1969'] = {'Köthe Topological Vector Spaces I'}, | ||
Line 1,061: | Line 983: | ||
['CITEREFKöthe1983'] = {'Köthe Topological Vector Spaces I'}, | ['CITEREFKöthe1983'] = {'Köthe Topological Vector Spaces I'}, | ||
['CITEREFKülzer2008'] = {'Tabula Imperii Byzantini'}, | ['CITEREFKülzer2008'] = {'Tabula Imperii Byzantini'}, | ||
----------< L >---------- | ----------< L >---------- | ||
Line 1,070: | Line 991: | ||
['CITEREFLandauCondit1996'] = {'Cite nysky'}, | ['CITEREFLandauCondit1996'] = {'Cite nysky'}, | ||
['CITEREFLandmann1907'] = {'Bach\'s compositions (sources)'}, | ['CITEREFLandmann1907'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFLang2002'] = {'Lang Algebra'}, | ['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'}, | ||
['CITEREFLe_Strange1900'] = {'Baghdad During the Abbasid Caliphate'}, | ['CITEREFLe_Strange1900'] = {'Baghdad During the Abbasid Caliphate'}, | ||
Line 1,092: | Line 1,002: | ||
['CITEREFLegifrance'] = {'Cite Legifrance', 'Cite Légifrance'}, | ['CITEREFLegifrance'] = {'Cite Legifrance', 'Cite Légifrance'}, | ||
['CITEREFLeisingerWollny1993'] = {'Bach\'s compositions (sources)'}, | ['CITEREFLeisingerWollny1993'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFLev1999'] = {'Saladin in Egypt'}, | ['CITEREFLev1999'] = {'Saladin in Egypt'}, | ||
['CITEREFLevitan2001'] = {'Springer'}, | ['CITEREFLevitan2001'] = {'Springer'}, | ||
Line 1,100: | 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'}, | ['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'}, | ['CITEREFLilieLudwigPratschZielke1998–2013'] = {'Prosopographie der mittelbyzantinischen Zeit'}, | ||
Line 1,114: | Line 1,021: | ||
['CITEREFLind1986'] = {'Lind-Limiteds'}, | ['CITEREFLind1986'] = {'Lind-Limiteds'}, | ||
['CITEREFLittle1974'] = {'Cite DCB'}, | ['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'], | ['CITEREFLoverance2018'] = template_names['ODLA'], | ||
['CITEREFLukonin1983'] = {'Cambridge History of Iran'}, | ['CITEREFLukonin1983'] = {'Cambridge History of Iran'}, | ||
['CITEREFLurie'] = {'Lurie-HA'}, | ['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 1,133: | Line 1,040: | ||
['CITEREFMacDermot1927'] = {'Infobox GWR'}, | ['CITEREFMacDermot1927'] = {'Infobox GWR'}, | ||
['CITEREFMacDermot1931'] = {'Infobox GWR'}, | ['CITEREFMacDermot1931'] = {'Infobox GWR'}, | ||
[' | ['CITEREFMacFarquharFairbank1987'] = {'Cite Cambridge History of China'}, | ||
[' | ['CITEREFMacFarquharFairbank1991'] = {'Cite Cambridge History of China'}, | ||
['CITEREFMachinery's_Handbook1996'] = {'MachinerysHandbook25e'}, | ['CITEREFMachinery's_Handbook1996'] = {'MachinerysHandbook25e'}, | ||
['CITEREFMadelung1978'] = {'EI2'}, | ['CITEREFMadelung1978'] = {'EI2'}, | ||
['CITEREFMagdalino2002'] = {'The Empire of Manuel I Komnenos'}, | ['CITEREFMagdalino2002'] = {'The Empire of Manuel I Komnenos'}, | ||
['CITEREFMaiken1989'] = {'Maiken-Night Trains'}, | ['CITEREFMaiken1989'] = {'Maiken-Night Trains'}, | ||
['CITEREFMailer2004'] = {'Mailer-Omaha Road'}, | ['CITEREFMailer2004'] = {'Mailer-Omaha Road'}, | ||
['CITEREFManfred_Knedlik2007'] = {'BBKL'}, | ['CITEREFManfred_Knedlik2007'] = {'BBKL'}, | ||
['CITEREFMarshall1823'] = {'Cite RNB1823'}, | ['CITEREFMarshall1823'] = {'Cite RNB1823'}, | ||
['CITEREFMarshall1824'] = {'Cite RNB1823'}, | ['CITEREFMarshall1824'] = {'Cite RNB1823'}, | ||
Line 1,164: | 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 1,172: | 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)'}, | ['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'}, | ||
['CITEREFMcCorduck2004'] = {'McCorduck 2004'}, | ['CITEREFMcCorduck2004'] = {'McCorduck 2004'}, | ||
['CITEREFMcCurdyRogers1902'] = {'Cite Jewish Encyclopedia'}, | ['CITEREFMcCurdyRogers1902'] = {'Cite Jewish Encyclopedia'}, | ||
Line 1,188: | Line 1,078: | ||
['CITEREFMcGeerNesbittOikonomides2005'] = {'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 1,193: | 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'}, | ['CITEREFMennell1892'] = {'Dictionary of Australasian Biography'}, | ||
['CITEREFMetcalfe2009'] = {'The Muslims of Medieval Italy'}, | ['CITEREFMetcalfe2009'] = {'The Muslims of Medieval Italy'}, | ||
Line 1,201: | Line 1,090: | ||
['CITEREFMiddleton2002'] = {'Middleton-PRR-Under-Wire'}, | ['CITEREFMiddleton2002'] = {'Middleton-PRR-Under-Wire'}, | ||
['CITEREFMiddletonSmerkDiehl2007'] = {'Encyclopedia of North American Railroads'}, | ['CITEREFMiddletonSmerkDiehl2007'] = {'Encyclopedia of North American Railroads'}, | ||
['CITEREFMillar2011'] = {'NZR Steam Locomotive'}, | ['CITEREFMillar2011'] = {'NZR Steam Locomotive'}, | ||
['CITEREFMiller1908'] = {'The Latins in the Levant', 'Latins in the Levant'}, | ['CITEREFMiller1908'] = {'The Latins in the Levant', 'Latins in the Levant'}, | ||
['CITEREFMiller1921'] = {'Essays on the Latin Orient'}, | ['CITEREFMiller1921'] = {'Essays on the Latin Orient'}, | ||
Line 1,214: | Line 1,101: | ||
['CITEREFMoore1875'] = {'Cite CEM'}, | ['CITEREFMoore1875'] = {'Cite CEM'}, | ||
['CITEREFMorana1993'] = {'Bach\'s compositions (sources)'}, | ['CITEREFMorana1993'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFMoschonas1975'] = {'Ιστορία του Ελληνικού Έθνους'}, | ['CITEREFMoschonas1975'] = {'Ιστορία του Ελληνικού Έθνους'}, | ||
[' | ['CITEREFMoteTwitchett1988'] = {'Cite Cambridge History of China'}, | ||
['CITEREFMozartHaydnHaydn2008'] = {'Schubert\'s compositions (references)'}, | ['CITEREFMozartHaydnHaydn2008'] = {'Schubert\'s compositions (references)'}, | ||
['CITEREFMullié1852'] = {'Cite Mullié', 'Mullié'}, | ['CITEREFMullié1852'] = {'Cite Mullié', 'Mullié'}, | ||
Line 1,230: | Line 1,116: | ||
['CITEREFNSA_scores'] = {'Schubert\'s compositions (references)'}, | ['CITEREFNSA_scores'] = {'Schubert\'s compositions (references)'}, | ||
['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'}, | ['CITEREFNemiroffBonnell1998'] = {'Cite APOD'}, | ||
['CITEREFNemiroffBonnell2004'] = {'Cite APOD'}, | ['CITEREFNemiroffBonnell2004'] = {'Cite APOD'}, | ||
Line 1,245: | Line 1,128: | ||
['CITEREFNesbittOikonomides1996'] = {'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'}, | ['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'], | ['CITEREFNicholson2018'] = template_names['ODLA'], | ||
['CITEREFNicholsonCanepaDaryaee2018'] = template_names['ODLA'], | ['CITEREFNicholsonCanepaDaryaee2018'] = template_names['ODLA'], | ||
Line 1,271: | Line 1,152: | ||
['CITEREFODB'] = template_names['ODB'], | ['CITEREFODB'] = template_names['ODB'], | ||
['CITEREFODLA'] = template_names['ODLA'], | ['CITEREFODLA'] = template_names['ODLA'], | ||
['CITEREFOdisheli2018'] = 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'}, | ||
Line 1,279: | Line 1,157: | ||
['CITEREFOikonomides1991'] = template_names['ODB'], | ['CITEREFOikonomides1991'] = template_names['ODB'], | ||
['CITEREFOikonomou1977'] = {'Ιστορία του Ελληνικού Έθνους'}, | ['CITEREFOikonomou1977'] = {'Ιστορία του Ελληνικού Έθνους'}, | ||
['CITEREFOrmsby1982'] = {'Cite DCB'}, | ['CITEREFOrmsby1982'] = {'Cite DCB'}, | ||
Line 1,286: | Line 1,163: | ||
['CITEREFPalmer1875'] = {'Cite ADB'}, | ['CITEREFPalmer1875'] = {'Cite ADB'}, | ||
['CITEREFPalmerStewart1965'] = {'Palmer & Stewart'}, | ['CITEREFPalmerStewart1965'] = {'Palmer & Stewart'}, | ||
['CITEREFPatience1996'] = {'Patience-SteamTwilight'}, | ['CITEREFPatience1996'] = {'Patience-SteamTwilight'}, | ||
['CITEREFPatton2005'] = {'MSW3 Geomyidae'}, | ['CITEREFPatton2005'] = {'MSW3 Geomyidae'}, | ||
['CITEREFPawson1979'] = {'Pawson-Delaware Valley'}, | ['CITEREFPawson1979'] = {'Pawson-Delaware Valley'}, | ||
['CITEREFPaxtonBourne1985'] = {'Paxton-Bourne'}, | ['CITEREFPaxtonBourne1985'] = {'Paxton-Bourne'}, | ||
['CITEREFPeck1898'] = {'HDCA'}, | ['CITEREFPeck1898'] = {'HDCA'}, | ||
['CITEREFPerlis2001'] = {'Springer'}, | ['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'}, | ['CITEREFPetrucci1982'] = {'DBI'}, | ||
['CITEREFPfau2008'] = {'Bach\'s compositions (sources)'}, | ['CITEREFPfau2008'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFPikros1977'] = {'Ιστορία του Ελληνικού Έθνους'}, | ['CITEREFPikros1977'] = {'Ιστορία του Ελληνικού Έθνους'}, | ||
Line 1,331: | Line 1,198: | ||
['CITEREFQuick2022'] = {'Quick-stations-5'}, | ['CITEREFQuick2022'] = {'Quick-stations-5'}, | ||
['CITEREFQuick2023'] = {'Quick-stations-5.05'}, | ['CITEREFQuick2023'] = {'Quick-stations-5.05'}, | ||
----------< R >---------- | ----------< R >---------- | ||
['CITEREFRamaer1974'] = {'Ramaer-SteamLocosEAR'}, | ['CITEREFRamaer1974'] = {'Ramaer-SteamLocosEAR'}, | ||
['CITEREFRansome-Wallis1971'] = {'Ransome-Wallis 1'}, | ['CITEREFRansome-Wallis1971'] = {'Ransome-Wallis 1'}, | ||
Line 1,346: | 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'], | ['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 1,363: | Line 1,225: | ||
['CITEREFRoe1916'] = {'Roe1916'}, | ['CITEREFRoe1916'] = {'Roe1916'}, | ||
['CITEREFRoe1937'] = {'Roe1937'}, | ['CITEREFRoe1937'] = {'Roe1937'}, | ||
['CITEREFRolt1965'] = {'Rolt1965'}, | ['CITEREFRolt1965'] = {'Rolt1965'}, | ||
['CITEREFRoltKichenside1982'] = {'Rolt-Red'}, | ['CITEREFRoltKichenside1982'] = {'Rolt-Red'}, | ||
Line 1,380: | Line 1,239: | ||
['CITEREFRowlett2016'] = {'Cite rowlett', 'Cite Rowlett'}, | ['CITEREFRowlett2016'] = {'Cite rowlett', 'Cite Rowlett'}, | ||
['CITEREFRowlett2017'] = {'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 1,389: | Line 1,254: | ||
['CITEREFRunciman1989'] = {'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'}, | ['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'}, | ||
----------< S >---------- | ----------< S >---------- | ||
['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'}, | ['CITEREFSanders1998'] = {'The Cambridge History of Egypt', 'Cambridge History of Egypt'}, | ||
['CITEREFSanders2003'] = {'Sanders-Indiana'}, | ['CITEREFSanders2003'] = {'Sanders-Indiana'}, | ||
Line 1,418: | Line 1,268: | ||
['CITEREFSaunders2013'] = {'Saunders-Giants of the Seas'}, | ['CITEREFSaunders2013'] = {'Saunders-Giants of the Seas'}, | ||
['CITEREFSavadaShaw1992'] = {'Country study'}, | ['CITEREFSavadaShaw1992'] = {'Country study'}, | ||
['CITEREFSchaeferWolff1999'] = {'Schaefer Wolff Topological Vector Spaces'}, | ['CITEREFSchaeferWolff1999'] = {'Schaefer Wolff Topological Vector Spaces'}, | ||
['CITEREFSchafer1996'] = {'Schafer-Classic-Railroads-1'}, | ['CITEREFSchafer1996'] = {'Schafer-Classic-Railroads-1'}, | ||
Line 1,434: | Line 1,282: | ||
['CITEREFSchicht1805'] = {'Bach\'s compositions (sources)'}, | ['CITEREFSchicht1805'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFSchilling1997'] = {'Schilling-pop-culture'}, | ['CITEREFSchilling1997'] = {'Schilling-pop-culture'}, | ||
['CITEREFSchlitter2005'] = {'MSW3 Tubulidentata'}, | ['CITEREFSchlitter2005'] = {'MSW3 Tubulidentata'}, | ||
['CITEREFSchmieder1950'] = {'Bach\'s compositions (sources)'}, | ['CITEREFSchmieder1950'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFSchmieder1990'] = {'Bach\'s compositions (sources)'}, | ['CITEREFSchmieder1990'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFSchmitz1870'] = {'Cite DGRBM'}, | ['CITEREFSchmitz1870'] = {'Cite DGRBM'}, | ||
['CITEREFSchneider1907'] = {'Bach\'s compositions (sources)'}, | ['CITEREFSchneider1907'] = {'Bach\'s compositions (sources)'}, | ||
Line 1,470: | Line 1,304: | ||
['CITEREFSearle'] = {'Cite sslidx'}, | ['CITEREFSearle'] = {'Cite sslidx'}, | ||
['CITEREFSearle1980'] = {'Searle 1980'}, | ['CITEREFSearle1980'] = {'Searle 1980'}, | ||
['CITEREFSemmensGoldfinch2003'] = {'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'}, | ||
Line 1,480: | Line 1,311: | ||
['CITEREFSettonHazard1975'] = {'Setton-A History of the Crusades'}, | ['CITEREFSettonHazard1975'] = {'Setton-A History of the Crusades'}, | ||
['CITEREFSfyroeras1975'] = {'Ιστορία του Ελληνικού Έθνους'}, | ['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'], | ['CITEREFShippey2005'] = template_names['ME-ref'], | ||
['CITEREFShoshani2005'] = {'MSW3 Shoshani'}, | ['CITEREFShoshani2005'] = {'MSW3 Shoshani'}, | ||
['CITEREFShtern2001'] = {'Springer', 'SpringerEOM'}, | ['CITEREFShtern2001'] = {'Springer', 'SpringerEOM'}, | ||
Line 1,506: | Line 1,322: | ||
['CITEREFSilanos2014'] = {'DBI', 'Dizionario Biografico degli Italiani'}, | ['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 1,534: | Line 1,352: | ||
['CITEREFSolopova2009'] = template_names['ME-ref'], | ['CITEREFSolopova2009'] = template_names['ME-ref'], | ||
['CITEREFSorensen1956'] = {'Sorensen1956'}, | ['CITEREFSorensen1956'] = {'Sorensen1956'}, | ||
['CITEREFSoustal1991'] = {'Tabula Imperii Byzantini'}, | ['CITEREFSoustal1991'] = {'Tabula Imperii Byzantini'}, | ||
['CITEREFSoustalKoder1981'] = {'Tabula Imperii Byzantini'}, | ['CITEREFSoustalKoder1981'] = {'Tabula Imperii Byzantini'}, | ||
Line 1,542: | Line 1,358: | ||
['CITEREFSpitta1899'] = {'Bach\'s compositions (sources)'}, | ['CITEREFSpitta1899'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFSpringirth2016'] = {'Springirth-Philadelphia'}, | ['CITEREFSpringirth2016'] = {'Springirth-Philadelphia'}, | ||
['CITEREFSpyropoulos1928'] = {'Great Military and Naval Encyclopaedia'}, | ['CITEREFSpyropoulos1928'] = {'Great Military and Naval Encyclopaedia'}, | ||
['CITEREFStagner1993'] = {'Stagner-Transition'}, | ['CITEREFStagner1993'] = {'Stagner-Transition'}, | ||
Line 1,563: | Line 1,376: | ||
['CITEREFStähelin1909'] = {'Schaff-Herzog'}, | ['CITEREFStähelin1909'] = {'Schaff-Herzog'}, | ||
['CITEREFSuetin2001'] = {'Springer', 'SpringerEOM'}, | ['CITEREFSuetin2001'] = {'Springer', 'SpringerEOM'}, | ||
['CITEREFSusanne_Schurr1992'] = {'BBKL'}, | ['CITEREFSusanne_Schurr1992'] = {'BBKL'}, | ||
['CITEREFSusanne_Siebert1992'] = {'BBKL'}, | ['CITEREFSusanne_Siebert1992'] = {'BBKL'}, | ||
Line 1,574: | Line 1,386: | ||
['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'] = template_names['ODB'], | ['CITEREFTalbotKazhdan1991'] = template_names['ODB'], | ||
['CITEREFTao2009'] = {'Cite Cambridge History of China', 'The Cambridge History of China'}, | ['CITEREFTao2009'] = {'Cite Cambridge History of China', 'The Cambridge History of China'}, | ||
['CITEREFTao2009'] = {'Cite Cambridge History of China'}, | ['CITEREFTao2009'] = {'Cite Cambridge History of China'}, | ||
Line 1,593: | Line 1,401: | ||
['CITEREFTodt1996'] = {'BBKL'}, | ['CITEREFTodt1996'] = {'BBKL'}, | ||
['CITEREFTodtVest2014'] = {'Tabula Imperii Byzantini'}, | ['CITEREFTodtVest2014'] = {'Tabula Imperii Byzantini'}, | ||
['CITEREFTolkien2007'] = template_names['ME-ref'], | ['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'], | ['CITEREFTolkienSwann1978'] = template_names['ME-ref'], | ||
['CITEREFTolkienSwann2002'] = {'ME-ref'}, | ['CITEREFTolkienSwann2002'] = {'ME-ref'}, | ||
Line 1,626: | Line 1,415: | ||
['CITEREFTorri2013'] = {'Bach\'s compositions (sources)'}, | ['CITEREFTorri2013'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFTougher2018'] = template_names['ODLA'], | ['CITEREFTougher2018'] = template_names['ODLA'], | ||
['CITEREFTourret1995'] = {'Tourret-Allied Military Locomotives'}, | ['CITEREFTourret1995'] = {'Tourret-Allied Military Locomotives'}, | ||
['CITEREFTrapp1991'] = template_names['ODB'], | ['CITEREFTrapp1991'] = template_names['ODB'], | ||
Line 1,638: | Line 1,424: | ||
['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'}, | ['CITEREFTsutsiev2014'] = {'Cite Atlas of the Ethno-Political History of the Caucasus'}, | ||
['CITEREFTurim1998'] = {'Turim-oshima'}, | ['CITEREFTurim1998'] = {'Turim-oshima'}, | ||
['CITEREFTuring1950'] = {'Turing 1950'}, | ['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 >---------- | ||
['CITEREFUS-NHub_Music_Deposit_31_(Klavierbüchlein_für_W._F._Bach)_at_Bach_Digital'] = {'Bach\'s compositions (sources)'}, | ['CITEREFUS-NHub_Music_Deposit_31_(Klavierbüchlein_für_W._F._Bach)_at_Bach_Digital'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFUwe_Eckardt2001'] = {'BBKL'}, | ['CITEREFUwe_Eckardt2001'] = {'BBKL'}, | ||
['CITEREFunknown_author1881'] = {'Cite ADB'}, | ['CITEREFunknown_author1881'] = {'Cite ADB'}, | ||
Line 1,664: | Line 1,452: | ||
['CITEREFVenables1911'] = {'DCBL'}, | ['CITEREFVenables1911'] = {'DCBL'}, | ||
['CITEREFVendler1997'] = {'Shakespeare sonnets bibliography'}, | ['CITEREFVendler1997'] = {'Shakespeare sonnets bibliography'}, | ||
['CITEREFVenn1954'] = {'VennAC'}, | ['CITEREFVenn1954'] = {'VennAC'}, | ||
['CITEREFVentura1963'] = {'DBI', 'Dizionario Biografico degli Italiani'}, | ['CITEREFVentura1963'] = {'DBI', 'Dizionario Biografico degli Italiani'}, | ||
['CITEREFVetter1713'] = {'Bach\'s compositions (sources)'}, | ['CITEREFVetter1713'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFVevainaCanepa2018'] = template_names['ODLA'], | ['CITEREFVevainaCanepa2018'] = template_names['ODLA'], | ||
['CITEREFVeysey1958'] = {'Veysey-PE-1958'}, | ['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)'}, | ||
Line 1,685: | Line 1,470: | ||
['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', 'The Cambridge History of China'}, | ||
['CITEREFWechsler1979'] = {'Cite Cambridge History of China'}, | ['CITEREFWechsler1979'] = {'Cite Cambridge History of China'}, | ||
Line 1,693: | Line 1,477: | ||
['CITEREFWeisbrod1991'] = {'Weisbrod-EFA1.5'}, | ['CITEREFWeisbrod1991'] = {'Weisbrod-EFA1.5'}, | ||
['CITEREFWeisbrodMüllerPetznik1978'] = {'Weisbrod-EFA1.2'}, | ['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'}, | ||
Line 1,708: | Line 1,488: | ||
['CITEREFWestermayer,_Georg1882'] = {'Cite ADB'}, | ['CITEREFWestermayer,_Georg1882'] = {'Cite ADB'}, | ||
['CITEREFWham1997'] = {'Wham-Ayrshire'}, | ['CITEREFWham1997'] = {'Wham-Ayrshire'}, | ||
['CITEREFWhishaw1842'] = {'Whishaw-RailofGB-2ndEd'}, | ['CITEREFWhishaw1842'] = {'Whishaw-RailofGB-2ndEd'}, | ||
['CITEREFWhishaw1969'] = {'Whishaw-RailofGB'}, | ['CITEREFWhishaw1969'] = {'Whishaw-RailofGB'}, | ||
Line 1,717: | Line 1,496: | ||
['CITEREFWhittow1996'] = {'The Making of Byzantium, 600–1025'}, | ['CITEREFWhittow1996'] = {'The Making of Byzantium, 600–1025'}, | ||
['CITEREFWickman1982'] = {'Country study'}, | ['CITEREFWickman1982'] = {'Country study'}, | ||
['CITEREFWiesehöfer2018'] = template_names['ODLA'], | ['CITEREFWiesehöfer2018'] = template_names['ODLA'], | ||
['CITEREFWilansky2008'] = {'Wilansky Topology for Analysis 2008'}, | ['CITEREFWilansky2008'] = {'Wilansky Topology for Analysis 2008'}, | ||
Line 1,724: | Line 1,502: | ||
['CITEREFWilliams1998'] = {'Williams-Philadelphia'}, | ['CITEREFWilliams1998'] = {'Williams-Philadelphia'}, | ||
['CITEREFWilliams2003'] = {'Bach\'s compositions (sources)'}, | ['CITEREFWilliams2003'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFWillis1750'] = {'Cite Notitia Parliamentaria'}, | ['CITEREFWillis1750'] = {'Cite Notitia Parliamentaria'}, | ||
['CITEREFWilson2017'] = {'Wilson-Guide'}, | ['CITEREFWilson2017'] = {'Wilson-Guide'}, | ||
Line 1,746: | Line 1,523: | ||
['CITEREFWright2000'] = {'Bach\'s compositions (sources)'}, | ['CITEREFWright2000'] = {'Bach\'s compositions (sources)'}, | ||
['CITEREFWägliJacobi2010'] = {'Schienennetz Schweiz'}, | ['CITEREFWägliJacobi2010'] = {'Schienennetz Schweiz'}, | ||
----------< X >---------- | ----------< X >---------- | ||
Line 1,752: | Line 1,528: | ||
----------< Y >---------- | ----------< Y >---------- | ||
['CITEREFYenne2005'] = {'Yenne-Chiefs'}, | ['CITEREFYenne2005'] = {'Yenne-Chiefs'}, | ||
['CITEREFYonge1990'] = {'Quail-4'}, | ['CITEREFYonge1990'] = {'Quail-4'}, | ||
['CITEREFYonge1994'] = {'Quail-5'}, | ['CITEREFYonge1994'] = {'Quail-5'}, | ||
Line 1,768: | Line 1,536: | ||
['CITEREFYongePadgettSzwenk2013'] = {'Quail-4-Paper-3rdEd'}, | ['CITEREFYongePadgettSzwenk2013'] = {'Quail-4-Paper-3rdEd'}, | ||
['CITEREFYu1986'] = {'Cite Cambridge History of China'}, | ['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'], | ['CITEREFZeiniWiesehöfer2018'] = template_names['ODLA'], | ||
['CITEREFZekulich2000'] = {'Zekulich-WineWA'}, | ['CITEREFZekulich2000'] = {'Zekulich-WineWA'}, | ||
Line 1,783: | Line 1,547: | ||
----------< OTHER >---------- | ----------< OTHER >---------- | ||
['CITEREFΙστορία_του_Ελληνικού_Έθνους'] = {'Ιστορία του Ελληνικού Έθνους'}, | ['CITEREFΙστορία_του_Ελληνικού_Έθνους'] = {'Ιστορία του Ελληνικού Έθνους'}, | ||
['CITEREFΜεγάλη_Στρατιωτικὴ_καὶ_Ναυτικὴ_Ἐγκυκλοπαιδεία'] = {'Great Military and Naval Encyclopaedia'}, | ['CITEREFΜεγάλη_Στρατιωτικὴ_καὶ_Ναυτικὴ_Ἐγκυκλοπαιδεία'] = {'Great Military and Naval Encyclopaedia'}, | ||
[' | ['CITEREFКавказский_календарь_на_1910_год'] = {'Cite Kavkazskiy Kalendar 1910'}, | ||
['CITEREFКавказский_календарь_на_1913_год'] = {'Cite Kavkazskiy Kalendar 1913'}, | ['CITEREFКавказский_календарь_на_1913_год'] = {'Cite Kavkazskiy Kalendar 1913'}, | ||
['CITEREFКавказский_календарь_на_1915_год'] = {'Cite Kavkazskiy Kalendar 1915'}, | |||
['CITEREFКавказский_календарь_на_1917_год'] = {'Cite Kavkazskiy Kalendar 1917'}, | ['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 >------------------------------------------------ | --[[--------------------------< E X P O R T E D T A B L E S >------------------------------------------------ | ||
Line 1,843: | Line 1,572: | ||
return { | return { | ||
whitelist = whitelist, | whitelist = whitelist, | ||
wrapper_templates = wrapper_templates | wrapper_template_patterns = wrapper_template_patterns, | ||
wrapper_templates = wrapper_templates | |||
} | } |