13,400
edits
No edit summary |
(Replace with Bharatdata) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 24: | Line 24: | ||
return nil -- Using Wikidata | return nil -- Using Wikidata | ||
end | end | ||
if not hasProp then -- no claim of that property | if not hasProp then -- no claim of that property | ||
return "[[Category:" .. catbase .. " not in | return "[[Category:" .. catbase .. " not in Bharatdata]]" -- bad. Bot needs to add the property | ||
end | end | ||
for i, v in ipairs(hasProp) do -- Now we try to iterate over all possible values? | for i, v in ipairs(hasProp) do -- Now we try to iterate over all possible values? | ||
Line 39: | Line 37: | ||
end | end | ||
end | end | ||
return "[[Category:" .. catbase .. " different from | return "[[Category:" .. catbase .. " different from Bharatdata]]" -- needs human review :( | ||
end | end | ||
return p | return p |
edits