Content deleted Content added
BrandonXLF (talk | contribs) fallback to next for to_diff and prev for to_oldid |
BrandonXLF (talk | contribs) Removed unused variables |
||
Line 32:
text = string.format("%s with [%s this edit]",text,diff)
elseif (to_oldid or to_diff) then
text = string.format("%s with [%s this edit]",text,tostring(mw.uri.fullUrl(to, {diff=to_diff or "next", oldid = to_oldid or "prev"} )))▼
▲ text = string.format("%s with [%s this edit]",text,tostring(mw.uri.fullUrl(to, {diff=to_diff, oldid = to_oldid or ""} )))
end
if not (date == "") then
|