Module:Taxonbar/candidate and Module:Taxonbar/candidate/sandbox: Difference between pages
(Difference between pages)
imported>Tom.Reding m Process "<!--{{Taxonbar}}-->" as if it doesn't exist, per Template talk:Taxonbar#'Exists' module misses cases where the taxonbar is commented out |
imported>Tom.Reding |
||
Line 3: | Line 3: | ||
function p.check(frame) | function p.check(frame) | ||
local taxonbarExists = require('Module:Taxonbar/exists').check | local taxonbarExists = require('Module:Taxonbar/exists').check | ||
if taxonbarExists(frame) | if taxonbarExists(frame) then | ||
return '' | return '' | ||
else | else |