Module:Documentation: Difference between revisions

m
13 revisions imported: import clickable buttons 2
(Add configurable css from config, so that it can be removed from common.css. Class maintained for compatibility on other wikis and with scripts. See Special:Permalink/906970618#Moving CSS)
m (13 revisions imported: import clickable buttons 2)
 
(5 intermediate revisions by 3 users not shown)
Line 136:
:attr('id', message('main-div-id'))
:addClass(message('main-div-classes'))
:css(message('main-div-css', nil, 'table'))
:newline()
:wikitext(p._startBox(args, env))
Line 446 ⟶ 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)