Module:Annotated link: Difference between revisions

Content deleted Content added
silently tacking maintenance Category:Pages displaying short descriptions with no spaces via Module:AnnotatedLink onto short descriptions which are that, to catch cases of clearly bizarre short descs
+ ability to disable space cat
Line 156:
short_description = handleFirstLetterCase( short_description, args.desc_first_letter_case )
if not args.space_cat and not short_description:match( ' ' ) then
short_description = short_description .. '[[Category:Pages displaying short descriptions with no spaces via Module:AnnotatedLink]]'
end