Module:Documentation: Difference between revisions

m
13 revisions imported: import clickable buttons 2
m (sp.)
m (13 revisions imported: import clickable buttons 2)
 
(3 intermediate revisions by 2 users not shown)
Line 189:
local success, val = pcall(envFunc)
if success then
env[key] = val -- MemoriseMemoise the value.
return val
end
Line 445:
local links
local content = args.content
if not content or args[1] then
-- No need to include the links if the documentation is on the template page itself.
local linksData = p.makeStartBoxLinksData(args, env)