Module:Taxonbar/candidate and Module:Taxonbar/candidate/sandbox: Difference between pages
Appearance
(Difference between pages)
Content deleted Content added
Tom.Reding (talk | contribs) m Process "<!--{{Taxonbar}}-->" as if it doesn't exist, per Template talk:Taxonbar#'Exists' module misses cases where the taxonbar is commented out |
Tom.Reding (talk | contribs) |
||
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 |