Difference between revisions of "Module:Pages with authority control identifiers"

From blackwiki
Jump to navigation Jump to search
blackwiki>Jc86035
m (use conf.category to avoid unnecessary exceptions everywhere)
blackwiki>Tom.Reding
(+local function redCatCheck & Category:Pages with authority control identifiers red-linked category; --+headings)
Line 6: Line 6:
 
local title = currentTitle.text
 
local title = currentTitle.text
 
local isCat = (currentTitle.namespace == 14)
 
local isCat = (currentTitle.namespace == 14)
 +
 +
--[[==========================================================================]]
 +
--[[                        Local Utility Functions                          ]]
 +
--[[==========================================================================]]
  
 
local function whichTOC( frame )
 
local function whichTOC( frame )
Line 16: Line 20:
 
return ''
 
return ''
 
end
 
end
 +
 +
local function redCatCheck( catName ) --catName == 'Blah', not 'Category:Blah', not '[[Category:Blah]]'
 +
if catName and catName ~= '' and mw.title.new(catName, 14).exists == false then
 +
return '[[Category:Pages with authority control identifiers red-linked category]]'
 +
end
 +
return ''
 +
end
 +
 +
--[[==========================================================================]]
 +
--[[                    Local Category-Specific Functions                    ]]
 +
--[[==========================================================================]]
  
 
--For use in [[Category:Pages with authority control information]],
 
--For use in [[Category:Pages with authority control information]],
Line 25: Line 40:
 
local txCatMore = frame:expandTemplate{ title = 'Cat more', args = {'Wikipedia:Authority control'} }
 
local txCatMore = frame:expandTemplate{ title = 'Cat more', args = {'Wikipedia:Authority control'} }
 
local txWPCat  = frame:expandTemplate{ title = 'Wikipedia category' }
 
local txWPCat  = frame:expandTemplate{ title = 'Wikipedia category' }
 +
local pagesCat = 'Pages with authority control information'
 
local outString = txCatMore..txWPCat..'\n'..
 
local outString = txCatMore..txWPCat..'\n'..
'[[Category:Pages with authority control information|'..id..']]'
+
'[[Category:'..pagesCat..'|'..id..']]'..redCatCheck(pagesCat)
 
return outString
 
return outString
 
end
 
end
Line 45: Line 61:
 
local txWPCat    = frame:expandTemplate{ title = 'Wikipedia category', args = { hidden = 'yes', tracking = 'yes' } }
 
local txWPCat    = frame:expandTemplate{ title = 'Wikipedia category', args = { hidden = 'yes', tracking = 'yes' } }
 
local txTOC = whichTOC( frame )
 
local txTOC = whichTOC( frame )
 +
local idCat = 'Pages with '..id..' identifiers'
 +
local miscCat = 'Miscellaneous pages with authority control information'
 
local outString = txCatExplain..txCatMore..txEmptyCat..txWPCat..txTOC..'\n'..
 
local outString = txCatExplain..txCatMore..txEmptyCat..txWPCat..txTOC..'\n'..
 
'Pages in this category should only be added by [[Module:Authority control]].'..
 
'Pages in this category should only be added by [[Module:Authority control]].'..
'[[Category:Pages with '..id..' identifiers]]'..
+
'[[Category:'..idCat..']]'..redCatCheck(idCat)
'[[Category:Miscellaneous pages with authority control information|'..id..']]'
+
'[[Category:'..miscCat..'|'..id..']]'..redCatCheck(miscCat)
 
return outString
 
return outString
 
end
 
end
Line 65: Line 83:
 
local txWPCat    = frame:expandTemplate{ title = 'Wikipedia category', args = { hidden = 'yes', tracking = 'yes' } }
 
local txWPCat    = frame:expandTemplate{ title = 'Wikipedia category', args = { hidden = 'yes', tracking = 'yes' } }
 
local txTOC = whichTOC( frame )
 
local txTOC = whichTOC( frame )
 +
local idCat = 'Pages with '..id..' identifiers'
 +
local userCat = 'User pages with authority control information'
 
local outString = txCatMore..txEmptyCat..txWPCat..txTOC..'\n'..
 
local outString = txCatMore..txEmptyCat..txWPCat..txTOC..'\n'..
 
'Pages in this category should only be added by [[Module:Authority control]].'..
 
'Pages in this category should only be added by [[Module:Authority control]].'..
'[[Category:Pages with '..id..' identifiers]]'..
+
'[[Category:'..idCat..']]'..redCatCheck(idCat)..
'[[Category:User pages with authority control information|'..id..']]'
+
'[[Category:'..userCat..'|'..id..']]'..redCatCheck(userCat)
 
return outString
 
return outString
 
end
 
end
Line 86: Line 106:
 
local txWPCat      = frame:expandTemplate{ title = 'Wikipedia category', args = { hidden = 'yes', tracking = 'yes' } }
 
local txWPCat      = frame:expandTemplate{ title = 'Wikipedia category', args = { hidden = 'yes', tracking = 'yes' } }
 
local txTOC = whichTOC( frame )
 
local txTOC = whichTOC( frame )
 +
local idCat = 'Pages with '..id..' identifiers'
 +
local wpCat = 'Wikipedia articles with authority control information'
 
local outString = txCatExplain..txCatMore..txEmptyCat..txWPCat..txTOC..'\n'..
 
local outString = txCatExplain..txCatMore..txEmptyCat..txWPCat..txTOC..'\n'..
 
'Pages in this category should only be added by [[Module:Authority control]].'..
 
'Pages in this category should only be added by [[Module:Authority control]].'..
'[[Category:Pages with '..id..' identifiers]]'..
+
'[[Category:'..idCat..']]'..redCatCheck(idCat)..
'[[Category:Wikipedia articles with authority control information|'..id..']]'
+
'[[Category:'..wpCat..'|'..id..']]'..redCatCheck(wpCat)
 
return outString
 
return outString
 
end
 
end
Line 108: Line 130:
 
local txDirtyCat = frame:expandTemplate{ title = 'Polluted category' }
 
local txDirtyCat = frame:expandTemplate{ title = 'Polluted category' }
 
local txTOC = whichTOC( frame )
 
local txTOC = whichTOC( frame )
 +
local idCat = 'Pages with '..id..' identifiers'
 +
local wpfCat = 'Wikipedia articles with faulty authority control information'
 
local outString = txCatMore..txEmptyCat..txWPCat..txDirtyCat..txTOC..'\n'..
 
local outString = txCatMore..txEmptyCat..txWPCat..txDirtyCat..txTOC..'\n'..
 
'Pages in this category should only be added by [[Module:Authority control]].'..
 
'Pages in this category should only be added by [[Module:Authority control]].'..
'[[Category:Pages with '..id..' identifiers]]'..
+
'[[Category:'..idCat..']]'..redCatCheck(idCat)..
'[[Category:Wikipedia articles with faulty authority control information|'..id..']]'
+
'[[Category:'..wpfCat..'|'..id..']]'..redCatCheck(wpfCat)
 
return outString
 
return outString
 
end
 
end
Line 118: Line 142:
 
end
 
end
  
--Main/external call
+
--[[==========================================================================]]
 +
--[[                            Main/External Call                            ]]
 +
--[[==========================================================================]]
 
function p.autoDetect( frame )
 
function p.autoDetect( frame )
 
if isCat then
 
if isCat then
Line 130: Line 156:
 
elseif miscID    then return misc( frame, miscID )
 
elseif miscID    then return misc( frame, miscID )
 
elseif userID    then return user( frame, userID )
 
elseif userID    then return user( frame, userID )
elseif wpfaultyID then return wpfaulty( frame, wpfaultyID ) -- must be before wpID check, in case they both match
+
elseif wpfaultyID then return wpfaulty( frame, wpfaultyID ) --must be before wpID check, in case they both match
 
elseif wpID      then return wp( frame, wpID )
 
elseif wpID      then return wp( frame, wpID )
 
else  return '[[Category:Pages with authority control identifiers unknown category]]'
 
else  return '[[Category:Pages with authority control identifiers unknown category]]'

Revision as of 19:27, 20 January 2019

require('Module:No globals')

local p = {}
local ac_conf = require('Module:Authority control').conf
local currentTitle = mw.title.getCurrentTitle()
local title = currentTitle.text
local isCat = (currentTitle.namespace == 14)

--[[==========================================================================]]
--[[                         Local Utility Functions                          ]]
--[[==========================================================================]]

local function whichTOC( frame )
	local pageCount = mw.site.stats.pagesInCategory(title, 'pages')
	if pageCount >= 5000 then
		return frame:expandTemplate{ title = 'Large category TOC' }
	elseif pageCount > 400 then
		return frame:expandTemplate{ title = 'Category TOC', args = { align = 'center' } }
	end
	return ''
end

local function redCatCheck( catName ) --catName == 'Blah', not 'Category:Blah', not '[[Category:Blah]]'
	if catName and catName ~= '' and mw.title.new(catName, 14).exists == false then
		return '[[Category:Pages with authority control identifiers red-linked category]]'
	end
	return ''
end

--[[==========================================================================]]
--[[                    Local Category-Specific Functions                     ]]
--[[==========================================================================]]

--For use in [[Category:Pages with authority control information]],
--   i.e. on [[Category:Pages with VIAF identifiers]]
local function pages( frame, id )
	for _, conf in pairs( ac_conf ) do
		if conf.category == id or conf[1] == id then
			local link = conf[2] --not used locally yet
			local txCatMore = frame:expandTemplate{ title = 'Cat more', args = {'Wikipedia:Authority control'} }
			local txWPCat   = frame:expandTemplate{ title = 'Wikipedia category' }
			local pagesCat = 'Pages with authority control information'
			local outString = txCatMore..txWPCat..'\n'..
					'[[Category:'..pagesCat..'|'..id..']]'..redCatCheck(pagesCat)
			return outString
		end
	end
	return ''
end

--For use in [[Category:Miscellaneous pages with authority control information]],
--   i.e. on [[Category:Miscellaneous pages with VIAF identifiers]]
local function misc( frame, id )
	for _, conf in pairs( ac_conf ) do
		if conf.category == id or conf[1] == id then
			local link = conf[2]
			local txCatExplain = frame:expandTemplate{ title = 'Category explanation', 
					args = { 'pages, other than main user pages or Wikipedia articles, using {{[[Template:Authority control|Authority control]]}} with '..link..' identifiers.' } }
			local txCatMore  = frame:expandTemplate{ title = 'Cat more', args = {'Wikipedia:Authority control'} }
			local txEmptyCat = frame:expandTemplate{ title = 'Possibly empty category' }
			local txWPCat    = frame:expandTemplate{ title = 'Wikipedia category', args = { hidden = 'yes', tracking = 'yes' } }
			local txTOC = whichTOC( frame )
			local idCat = 'Pages with '..id..' identifiers'
			local miscCat = 'Miscellaneous pages with authority control information'
			local outString = txCatExplain..txCatMore..txEmptyCat..txWPCat..txTOC..'\n'..
					'Pages in this category should only be added by [[Module:Authority control]].'..
					'[[Category:'..idCat..']]'..redCatCheck(idCat)
					'[[Category:'..miscCat..'|'..id..']]'..redCatCheck(miscCat)
			return outString
		end
	end
	return ''
end

--For use in [[Category:User pages with authority control information]],
--   i.e. on [[Category:User pages with VIAF identifiers]]
local function user( frame, id )
	for _, conf in pairs( ac_conf ) do
		if conf.category == id or conf[1] == id then
			local link = conf[2] --not used locally yet
			local txCatMore  = frame:expandTemplate{ title = 'Cat more', args = {'Wikipedia:Authority control'} }
			local txEmptyCat = frame:expandTemplate{ title = 'Possibly empty category' }
			local txWPCat    = frame:expandTemplate{ title = 'Wikipedia category', args = { hidden = 'yes', tracking = 'yes' } }
			local txTOC = whichTOC( frame )
			local idCat = 'Pages with '..id..' identifiers'
			local userCat = 'User pages with authority control information'
			local outString = txCatMore..txEmptyCat..txWPCat..txTOC..'\n'..
					'Pages in this category should only be added by [[Module:Authority control]].'..
					'[[Category:'..idCat..']]'..redCatCheck(idCat)..
					'[[Category:'..userCat..'|'..id..']]'..redCatCheck(userCat)
			return outString
		end
	end
	return ''
end

--For use in [[Category:Wikipedia articles with authority control information]],
--   i.e. on [[Category:Wikipedia articles with VIAF identifiers]]
local function wp( frame, id )
	for _, conf in pairs( ac_conf ) do
		if conf.category == id or conf[1] == id then
			local link = conf[2]
			local txCatExplain = frame:expandTemplate{ title = 'Category explanation', args = {'articles with '..link..' identifiers. Please do not add [[Wikipedia:Categorization#Subcategorization|subcategories]].'} }
			local txCatMore    = frame:expandTemplate{ title = 'Cat more', args = {'Wikipedia:Authority control'} }
			local txEmptyCat   = frame:expandTemplate{ title = 'Possibly empty category' }
			local txWPCat      = frame:expandTemplate{ title = 'Wikipedia category', args = { hidden = 'yes', tracking = 'yes' } }
			local txTOC = whichTOC( frame )
			local idCat = 'Pages with '..id..' identifiers'
			local wpCat = 'Wikipedia articles with authority control information'
			local outString = txCatExplain..txCatMore..txEmptyCat..txWPCat..txTOC..'\n'..
					'Pages in this category should only be added by [[Module:Authority control]].'..
					'[[Category:'..idCat..']]'..redCatCheck(idCat)..
					'[[Category:'..wpCat..'|'..id..']]'..redCatCheck(wpCat)
			return outString
		end
	end
	return ''
end

--For use in [[Category:Wikipedia articles with faulty authority control information]],
--   i.e. on [[Category:Wikipedia articles with faulty VIAF identifiers]]
local function wpfaulty( frame, id )
	for _, conf in pairs( ac_conf ) do
		if conf.category == id or conf[1] == id then
			local link = conf[2] --not used locally yet
			local param = conf[3]
			local txCatMore  = frame:expandTemplate{ title = 'Cat more', args = {'Wikipedia:Authority control', 'd:Property:P'..param} }
			local txEmptyCat = frame:expandTemplate{ title = 'Possibly empty category' }
			local txWPCat    = frame:expandTemplate{ title = 'Wikipedia category', args = { hidden = 'yes', tracking = 'yes' } }
			local txDirtyCat = frame:expandTemplate{ title = 'Polluted category' }
			local txTOC = whichTOC( frame )
			local idCat = 'Pages with '..id..' identifiers'
			local wpfCat = 'Wikipedia articles with faulty authority control information'
			local outString = txCatMore..txEmptyCat..txWPCat..txDirtyCat..txTOC..'\n'..
					'Pages in this category should only be added by [[Module:Authority control]].'..
					'[[Category:'..idCat..']]'..redCatCheck(idCat)..
					'[[Category:'..wpfCat..'|'..id..']]'..redCatCheck(wpfCat)
			return outString
		end
	end
	return ''
end

--[[==========================================================================]]
--[[                            Main/External Call                            ]]
--[[==========================================================================]]
function p.autoDetect( frame )
	if isCat then
		local pagesID    = mw.ustring.match(title, 'Pages with ([%w%.%- ]+) identifiers')
		local miscID     = mw.ustring.match(title, 'Miscellaneous pages with ([%w%.%- ]+) identifiers')
		local userID     = mw.ustring.match(title, 'User pages with ([%w%.%- ]+) identifiers')
		local wpID       = mw.ustring.match(title, 'Wikipedia articles with ([%w%.%- ]+) identifiers')
		local wpfaultyID = mw.ustring.match(title, 'Wikipedia articles with faulty ([%w%.%- ]+) identifiers')
		
		if     pagesID    then return pages( frame, pagesID )
		elseif miscID     then return misc( frame, miscID )
		elseif userID     then return user( frame, userID )
		elseif wpfaultyID then return wpfaulty( frame, wpfaultyID ) --must be before wpID check, in case they both match
		elseif wpID       then return wp( frame, wpID )
		else   return '[[Category:Pages with authority control identifiers unknown category]]'
		end
	end
	return ''
end

return p