Module:Footnotes/whitelist: Difference between revisions
fix typo, +1 to whitelist, auto-classify all templates in whitelist or with patterns as wrapper templates |
m 1 revision imported |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1,102: | Line 1,102: | ||
['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,256: | Line 1,256: | ||
['CITEREFRussellNorvig2003'] = {'Russell Norvig 2003'}, | ['CITEREFRussellNorvig2003'] = {'Russell Norvig 2003'}, | ||
['CITEREFRybczynski2000'] = {'Rybczynski2000'}, | ['CITEREFRybczynski2000'] = {'Rybczynski2000'}, | ||
----------< S >---------- | ----------< S >---------- | ||
Line 1,429: | Line 1,428: | ||
['CITEREFTwitchett1979'] = {'Cite Cambridge History of China'}, | ['CITEREFTwitchett1979'] = {'Cite Cambridge History of China'}, | ||
['CITEREFTwitchettLoewe1986'] = {'Cite Cambridge History of China'}, | ['CITEREFTwitchettLoewe1986'] = {'Cite Cambridge History of China'}, | ||
[' | ['CITEREFTwitchettMote1988'] = {'Cite Cambridge History of China'}, | ||
['CITEREFTwitchettSmith2009'] = {'Cite Cambridge History of China'}, | ['CITEREFTwitchettSmith2009'] = {'Cite Cambridge History of China'}, | ||
Line 1,561: | Line 1,560: | ||
-- Auto-classify templates mentioned in whitelist as wrapper templates | -- Auto-classify templates mentioned in whitelist as wrapper templates | ||
for _, tlist in pairs(whitelist) do | for _, tlist in pairs(whitelist) do | ||
for t in ipairs(tlist) do | for _, t in ipairs(tlist) do | ||
if not wrapper_templates[t] then | if not wrapper_templates[t] then | ||
wrapper_templates[t] = noDefault | wrapper_templates[t] = noDefault |