нема опису редагування
starcitizen>Alistair3149 (Fix invoke by message) |
starcitizen>Alistair3149 Немає опису редагування |
||
| Рядок 602: | Рядок 602: | ||
moduleIsUsed = true -- Don't show sandbox modules as unused | moduleIsUsed = true -- Don't show sandbox modules as unused | ||
end | end | ||
local templateStylesList = getTemplateStylesList( currentPageName ) | |||
if currentPageName:find( '^Template:' ) then | if currentPageName:find( '^Template:' ) then | ||
local invokeList = getInvokeCallList( currentPageName ) | local invokeList = getInvokeCallList( currentPageName ) | ||
return formatInvokeCallList( currentPageName, addCategories, invokeList ) | return formatInvokeCallList( currentPageName, addCategories, invokeList ) .. formatTemplateStylesList( currentPageName, addCategories, templateStylesList ) | ||
end | end | ||
| Рядок 652: | Рядок 654: | ||
end | end | ||
end ) | end ) | ||
local res = {} | local res = {} | ||