Content deleted Content added
Fred Gandt (talk | contribs) alter alarming message and comment logging |
Fred Gandt (talk | contribs) + notEmpty |
||
Line 163:
if prefer == 'explicit' then
local short_description = getShortDescription( title_table, args_name )
if notEmpty( short_description ) and short_description.redlink or ( not isNone( short_description.explicit ) or args.none_is_valid ) then return short_description end
return getWikidataDescription( title, args ) end
if prefer == 'wikidata' then return getWikidataDescription( title, args ) or getShortDescription( title_table, args_name ) end
|