Moduli:Footnotes/whitelist

Nga Wikiquote

Udhëzuesi për këtë modul mund të krijohet te Moduli:Footnotes/whitelist/doc.

--[[--------------------------< 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 = {
	}


--[[--------------------------< 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.

]]

local special_patterns = {
	}


--[[--------------------------< D N B _ S P E C I A L _ P A T T E R N S >--------------------------------------

Lua patterns.  Note at special_patterns applies.  These for the DNB templates only; these will be tried only when
there is a DNB template in the article.

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

]]

local DNB_special_patterns = {
	}


--[[--------------------------< 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 associate 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 = {
----------< A >----------

----------< B >----------

----------< C >----------

----------< D >----------

----------< E >----------

----------< F >----------

----------< G >----------

----------< H >----------

----------< I >----------

----------< J >----------

----------< K >----------

----------< L >----------

----------< M >----------

----------< N >----------

----------< O >----------

----------< P >----------

----------< Q >----------

----------< R >----------

----------< S >----------

----------< T >----------

----------< U >----------
	
----------< V >----------

----------< W >----------

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

----------< Y >----------

----------< Z >----------
	
	}


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

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