Module:High-use: Difference between revisions
this is passed as a string, so...
(this is passed as a string, so...) |
|||
Line 56: | Line 56: | ||
function p.text(frame, count) | function p.text(frame, count) | ||
local bot_text = "\n\n----\nTransclusion count updated automatically ([[Template:High-use/doc#Technical details|see documentation]])." | local bot_text = "\n\n----\nTransclusion count updated automatically ([[Template:High-use/doc#Technical details|see documentation]])." | ||
if frame.args["nobot"] == true then | if frame.args["nobot"] == "true" then | ||
bot_text = "" | bot_text = "" | ||
end | end |