Content deleted Content added
use merged-from language |
merged-from oldid cat |
||
Line 120:
end
if (not (args["to_oldid" .. i] or args["to_diff".. i])) then
if (args["mergedFrom"] == 'yes') then
text = string.format("%s[[Category:Wikipedia pages using copied template without oldid]]",text)▼
text = string.format("%s[[Category:Wikipedia pages using merged-from template without oldid]]",text)
else
▲ text = string.format("%s[[Category:Wikipedia pages using copied template without oldid]]",text)
end
end
|