Content deleted Content added
fix spurious bullet and track in Category:Pages using article history with a spurious bullet, please revert and let me know if this causes problems |
fix |
||
Line 1,877:
ctext[#ctext + 1] = string.format(
"The text of the entry was: ''Did you know %s''",
data[1].entry and mw.ustring.gsub(data[1].entry, '^%s*%*%s*', '[[Category:Pages using article history with a spurious bullet]]')
)
else
Line 1,883:
local lastEntryDate
for i, t in ipairs(data) do
entries[#entries + 1] = t.entry and mw.ustring.gsub(t.entry, '^%s*%*%s*', '[[Category:Pages using article history with a spurious bullet]]')
lastEntryDate = t.date
end
|