Zum Inhalt springen

Modul:High-use: Unterschied zwischen den Versionen

added bot comment sandbox changes based on talk page discussion
(update link)
(added bot comment sandbox changes based on talk page discussion)
Zeile 55: Zeile 55:


function p.text(frame, count)
function p.text(frame, count)
local bot_text = "\n\n----\nTransclusion count updated by [[User:Ahechtbot|Ahechtbot]]."
if frame.args["nobot"] == true then
bot_text = ""
end
if count == nil then count = _fetch(frame) end
if count == nil then count = _fetch(frame) end
local return_value = {}
local return_value = {}
Zeile 98: Zeile 103:
end
end
return table.concat({used_on_text, sandbox_text, discussion_text, " before implementing them."})
return table.concat({used_on_text, sandbox_text, discussion_text, " before implementing them.", bot_text})
end
end


Anonymer Benutzer