Module:ScriptItem: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 340: Line 340:
local entries = p.getIndexedArgs(frame, 'description')
local entries = p.getIndexedArgs(frame, 'description')
local startTextFirstLine = "The <span style='font: \"Source Code Pro\", monospace;'>"..p.getDisplayedName(frame).."</span> "..args.type.." is "..(args.type == "event" and "invoked when" or "used to").." "
local startTextFirstLine = "The <span style=\"font: 'Source Code Pro', monospace;\">"..p.getDisplayedName(frame).."</span> "..args.type.." is "..(args.type == "event" and "invoked when" or "used to").." "
for i,entry in ipairs(entries) do
for i,entry in ipairs(entries) do
6,833

edits