Content deleted Content added
m missing . |
m missing spaces |
||
Line 780:
local output = {}
output[1] = frame:extensionTag{ name = 'templatestyles', args = {src='Excerpt/styles.css'} }
output[2] = '<' .. tag .. ' class="excerpt-block">'
output[3] = is(args.indicator) and ('<' .. tag .. ' class="excerpt-indicator">') or ''
if is(args.nohat) then
Line 799:
output[4] = require('Module:Hatnote')._hatnote(table.concat(hatnote), {selfref=true})
end
output[5] = '<' .. tag .. ' class="excerpt">'
if article ~= '{{{1}}}' then
if is(args.fragment) then
|