Content deleted Content added
add result text and aliases |
rework the functions so that they take an action object as input |
||
Line 309:
},
WPR = {
name = function (
local
▲ return 'Guild of Copy Editors'
local result = actionObj:getNormalizedResult()
▲ return 'WikiProject collaboration'
▲ return "Today's featured article"
▲ end
end,
results = {
approved = {
text = function(
if
local url = mw.uri.fullUrl(
{diff = 'cur', oldid =
)
return string.format(
Line 340 ⟶ 336:
"No oldid detected for the approved version; " ..
"please set the 'action%doldid' parameter " ..
"or
"different value.",
))
end
|