Editing Module:Documentation
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 334: | Line 334: | ||
-- which generate the box HTML. | -- which generate the box HTML. | ||
--]] | --]] | ||
local links | local links | ||
local content = args.content | local content = args.content | ||
Line 527: | Line 526: | ||
-- @args - a table of arguments passed by the user | -- @args - a table of arguments passed by the user | ||
-- @env - environment table containing title objects, etc., generated with p.getEnvironment | -- @env - environment table containing title objects, etc., generated with p.getEnvironment | ||
local docTitle = env.docTitle | local docTitle = env.docTitle | ||
local content = args.content | local content = args.content | ||
Line 569: | Line 567: | ||
-- Get environment data. | -- Get environment data. | ||
local subjectSpace = env.subjectSpace | local subjectSpace = env.subjectSpace | ||
local docTitle = env.docTitle | local docTitle = env.docTitle |