Module:Documentation: Difference between revisions
make a couple of the helper functions available for testing
m>Mr. Stradivarius (convert env table to use a metatable so we only process things when we need to; add a grab method and an err function for dealing with errors (main functions need to be converted to use these)) |
m>Mr. Stradivarius (make a couple of the helper functions available for testing) |
||
Line 44: | Line 44: | ||
return ret | return ret | ||
end | end | ||
p.message = message -- Make this function available for testing. | |||
local function makeWikilink(page, display) | local function makeWikilink(page, display) | ||
Line 73: | Line 75: | ||
return '<small style="font-style: normal;">(' .. table.concat(ret, ' | ') .. ')</small>' | return '<small style="font-style: normal;">(' .. table.concat(ret, ' | ') .. ')</small>' | ||
end | end | ||
p.makeToolbar = makeToolbar -- Make this function available for testing. | |||
local function err(msg) | local function err(msg) |