Content deleted Content added
Fred Gandt (talk | contribs) testing indication of wikidata fallback being the result of an explicit none |
Fred Gandt (talk | contribs) 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 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
|