Content deleted Content added
require transcluded images to have captions |
Sophivorus (talk | contribs) Update calls to Excerpt module to latest changes |
||
Line 139:
end
if args['section'..i] then
content = excerptModule.
end
content = excerptModule.cleanupText(content)
Line 148:
if hasCaption(f) then
local filename = string.gsub(f, '{{!}}.*', '')
local isOkay = excerptModule.
if isOkay then
table.insert(lines, f)
Line 156:
end
local otherFiles = excerptModule.parse(content, {fileflags="1-100"
if otherFiles then
for _, f in pairs(extractRegularFiles(otherFiles)) do
|