Module:Documentation: Difference between revisions
add local subjectSpace variable to _startBox
m>Mr. Stradivarius (make all the helper functions available in the p table) |
m>Mr. Stradivarius (add local subjectSpace variable to _startBox) |
||
Line 287: | Line 287: | ||
function p._startBox(args, env) | function p._startBox(args, env) | ||
local title = env.title | local title = env.title | ||
local subjectSpace = env.subjectSpace | |||
-- Arg processing from {{documentation}}. | -- Arg processing from {{documentation}}. |