Module:Pages with authority control identifiers: Difference between revisions

no edit summary
(Created page with "require('Module:No globals') local p = {} local ac_conf = require('Module:Authority control').conf local rmCats = require('Module:Suppress categories').main local currentTitl...")
 
No edit summary
Tag: Reverted
Line 96: Line 96:
local linktarget = conf.link or conf[1]..' (identifier)'
local linktarget = conf.link or conf[1]..' (identifier)'
local link    = '[['..linktarget..'|'..conf[1]..']]'
local link    = '[['..linktarget..'|'..conf[1]..']]'
local example = 'The '..conf[1]..' identifier appears as '..rmCats(conf[3](conf[5]))..' in the '..conf[4]..' section.'
local wdpl    = ':d:Property:P'..conf[2]
local wdpl    = ':d:Property:P'..conf[2]
local txCatExplain = frame:expandTemplate{ title = 'Category explanation',  
local txCatExplain = frame:expandTemplate{ title = 'Category explanation',