Changes
remove the first parameter error category per Template talk:Shortcut#The cleanup category should be removed
-- Shortcut box
local shortcutList = root
:tag('tablediv') :addClass('shortcutbox plainlist noprint') :attr('role', 'note')
:css('float', 'right')
:css('border', '1px solid #aaa')
:css('background', '#fff')
:css('margin', '.3em .3em .3em 1em')
:css('padding', '3px.4em .6em')
:css('text-align', 'center')
for i, item in ipairs(listItems) do
shortcutList:tag('li'):wikitext(item)
end