13,398
edits
No edit summary Tag: Reverted |
Tag: Rollback |
||
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', | ||
Line 160: | Line 161: | ||
local link = '[['..linktarget..'|'..conf[1]..']]' | local link = '[['..linktarget..'|'..conf[1]..']]' | ||
local wdpl = ':d:Property:P'..conf[2] | local wdpl = ':d:Property:P'..conf[2] | ||
local example = 'The '..conf[1]..' identifier appears as '.. rmCats(conf[3](conf[5]))..' in the '..conf[4]..' section.' | |||
local txCatExplain = frame:expandTemplate{ title = 'Category explanation', args = {'articles with '..link..' identifiers.'..example..' Please do not add [[Bharatpedia:Categorization#Subcategorization|subcategories]].'} } | local txCatExplain = frame:expandTemplate{ title = 'Category explanation', args = {'articles with '..link..' identifiers.'..example..' Please do not add [[Bharatpedia:Categorization#Subcategorization|subcategories]].'} } | ||
local txCatMore = frame:expandTemplate{ title = 'Cat more', args = {'Bharatpedia:Authority control', wdpl} } | local txCatMore = frame:expandTemplate{ title = 'Cat more', args = {'Bharatpedia:Authority control', wdpl} } |
edits