Module:ScriptItem2: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 631: Line 631:
end
end


local callbackSyntax2 = p.loadTemplate(frame, 'CodeSyntax', {
local callbackSyntax2 = {
'function('..(#callbackSyntax == 0 and 'void' or table.concat(callbackSyntax, ', '))..')'
'function('..(#callbackSyntax == 0 and 'void' or table.concat(callbackSyntax, ', '))..')'
})
}
if #parameterTokens > 0 then
if #parameterTokens > 0 then
6,834

edits