Module:Footnotes/whitelist: Difference between revisions

From All Skies Encyclopaedia
imported>Trappist the monk
No edit summary
imported>Trappist the monk
No edit summary
Line 1: Line 1:
return {
return {
['CITEREFBoyd1990'] = {['Boyd-NCaerns1'] = 1},
['CITEREFBoyd1990'] = {'Boyd-NCaerns1'},
['CITEREFButt1995'] = {['Butt-Stations'] = 1},
['CITEREFButt1995'] = {'Butt-Stations'},
['CITEREFChurchman_&_Hurst2001'] = {['Churchman & Hurst Railways of New Zealand'] = 1},
['CITEREFChurchman_&_Hurst2001'] = {'Churchman & Hurst Railways of New Zealand'},
['CITEREFClinker1978'] = {['Clinker-Stations|year=1978'] = 1},
['CITEREFClinker1978'] = {'Clinker-Stations|year=1978'},
['CITEREFClinker1988'] = {['Clinker-Stations|year=1988'] = 1},
['CITEREFClinker1988'] = {'Clinker-Stations|year=1988'},
['CITEREFCox1967'] = {['Cox-Upper Darby |ref=harv'] = 1},
['CITEREFCox1967'] = {'Cox-Upper Darby |ref=harv'},
['CITEREFCroughtonKidnerYoung1982'] = {['Croughton-PrivateStations'] = 1},
['CITEREFCroughtonKidnerYoung1982'] = {'Croughton-PrivateStations'},
['CITEREFMillar2011'] = {['NZR Steam Locomotive'] = 1},
['CITEREFMillar2011'] = {'NZR Steam Locomotive'},
['CITEREFPalmer_&_Stewart1965'] = {['Palmer & Stewart'] = 1},
['CITEREFPalmer_&_Stewart1965'] = {'Palmer & Stewart'},
['CITEREFQuick2009'] = {['Quick-Stations'] = 1},
['CITEREFQuick2009'] = {'Quick-Stations'},
['CITEREFStewart1974'] = {['When Steam Was King'] = 1},
['CITEREFStewart1974'] = {'When Steam Was King'},
['CITEREFSpringirth2016'] = {['Springirth-Philadelphia |ref=harv'] = 1},
['CITEREFSpringirth2016'] = {'Springirth-Philadelphia |ref=harv'},
['CITEREFWilliams1998'] = {['Williams-Philadelphia |ref=harv'] = 1},
['CITEREFWilliams1998'] = {'Williams-Philadelphia |ref=harv'},
}
}

Revision as of 15:54, 30 March 2020

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

return {
	['CITEREFBoyd1990'] = {'Boyd-NCaerns1'},
	['CITEREFButt1995'] = {'Butt-Stations'},
	['CITEREFChurchman_&_Hurst2001'] = {'Churchman & Hurst Railways of New Zealand'},
	['CITEREFClinker1978'] = {'Clinker-Stations|year=1978'},
	['CITEREFClinker1988'] = {'Clinker-Stations|year=1988'},
	['CITEREFCox1967'] = {'Cox-Upper Darby |ref=harv'},
	['CITEREFCroughtonKidnerYoung1982'] = {'Croughton-PrivateStations'},
	['CITEREFMillar2011'] = {'NZR Steam Locomotive'},
	['CITEREFPalmer_&_Stewart1965'] = {'Palmer & Stewart'},
	['CITEREFQuick2009'] = {'Quick-Stations'},
	['CITEREFStewart1974'] = {'When Steam Was King'},
	['CITEREFSpringirth2016'] = {'Springirth-Philadelphia |ref=harv'},
	['CITEREFWilliams1998'] = {'Williams-Philadelphia |ref=harv'},
	}