Module:Large category TOC/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 24:
local toc = mw.message.new('Toc'):plain()
-- Highest level div
-- Begins the "title" parameter of {{Navigation bar}} with Top of the category (no ?from) and numerals (?from=0)
local toc_frame = mw.html.create('div')
:addClass('plainlinks')
Line 35:
:css('width','98%')
 
-- Contains "Content: Top 0-9 A - Z"
local header = mw.html.create('div')
:attr('id','toctitle')
:css('background','WhiteSmoke')
-- Contains all the rest
local body = mw.html.create('div')
:css('text-align', 'center')