Module:GetShortDescription/sandbox: Difference between revisions

Content deleted Content added
testing indication of wikidata fallback being the result of an explicit none
sync
Line 99:
if not has_equals or param:match( '^1' ) then
if has_equals then param = mw.ustring.gsub( param, '^1%s*=%s*', '' ) end
--if not isNone( param ) then
-- If we made it this far; grab the short description.
-- If the template has both a numbered and an unnumbered short description;
Line 106 ⟶ 105:
-- But we want to know the total quantity of descriptions being declared.
quantity_of_things.descriptions = quantity_of_things.descriptions + 1
--end
end
end