Module:Footnotes/whitelist: Difference between revisions

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

Revision as of 15:32, 30 March 2020

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

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