Content deleted Content added
Fred Gandt (talk | contribs) adding handling of redlink reporting by Module:GetShortDescription resulting in addition of Category:Pages displaying redlinks processed by Module:AnnotatedLink if true |
Fred Gandt (talk | contribs) adding |red_cat= handling i.e. ability to disable categorisation of annotations for redlinks |
||
Line 158:
if isEmpty( short_description ) then return result end
-- If Module:GetShortDescription indicates that name is for a nonexistent page; redlink will be true and there will be no short_description.
if redlink then
return result
end
short_description = handleFirstLetterCase( short_description, args.desc_first_letter_case )
if
short_description = short_description .. '[[Category:Pages displaying short descriptions with no spaces via Module:AnnotatedLink]]'
end
|