Module:Submit an edit request: Difference between revisions

Content deleted Content added
per tper
Undid revision 912134837 by Izno (talk) - Apparently Special:NewSection doesn't correctly handle array parameters, see T231088.
Line 66:
end
level = validateLevel(level)
local url = mw.uri.fullUrl('Special:NewSection/' .. talkPageName, {
action = 'edit',
editintro = getLevelInfo(level, 'editintro'),
preload = message('preload-template'),
Line 73 ⟶ 74:
getLevelInfo(level, 'levelText'),
lang:formatDate(message('preload-title-date-format'))
),
section = 'new'
})
url = tostring(url)