Module:Storm categories: Difference between revisions

Content deleted Content added
m Protected "Module:Tropical cyclone categories": Highly visible template: widely deployed ([Edit=Require autoconfirmed or confirmed access] (indefinite) [Move=Require autoconfirmed or confirmed access] (indefinite))
incorrect sub
Line 386:
function p.name(frame)
return p._name(
frame:getParent().args[1] or frame:getParent().args[1],
frame:getParent().args[2] or frame:getParent().args[2]
)
end
 
function p.sortkey(frame)
return p._sortkey(frame:getParent().args[1] or frame:getParent().args[1])
end