The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 352: | Line 352: | ||
for _, item in ipairs( invokeList ) do | for _, item in ipairs( invokeList ) do | ||
local msg = string.format( | local msg = string.format( | ||
"'''%s''' invokes function '''%s''' in [[%s]] using [[ | "'''%s''' invokes function '''%s''' in [[%s]] using [[Prism Party:Lua|Lua]].", | ||
templateName, | templateName, | ||
item.funcName, | item.funcName, | ||
Line 569: | Line 569: | ||
for _, item in ipairs( templateStylesList ) do | for _, item in ipairs( templateStylesList ) do | ||
local msg = string.format( | local msg = string.format( | ||
"'''%s''' invokes [[%s]] using [[ | "'''%s''' invokes [[%s]] using [[Prism Party:TemplateStyles|TemplateStyles]].", | ||
currentPageName, | currentPageName, | ||
item.styleName | item.styleName |