Content deleted Content added
m Protected "Module:Sensitive IP addresses/summary": High-risk Lua module: used in the MediaWiki interface, e.g. MediaWiki:Blockiptext via Template:Sensitive IP addresses ([Edit=Require administrator access] (indefi... |
HouseBlaster (talk | contribs) more accessible and simple markup |
||
(One intermediate revision by one other user not shown) | |||
Line 45:
local rangeSeparator = options.rangeseparator or ', '
local showNotes = yesno(options.notes)
-- Get the entity data
Line 55 ⟶ 54:
-- Make the table root
local root = mw.html.create('table')
root:addClass('sensitive-ip-addresses')
if options.class then
root:addClass(options.class)
Line 64:
-- Add main header
if options.mainheader then
root:tag('
end
|