Jump to content

Module:SB: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 36: Line 36:
function sb.footnote( frame )
function sb.footnote( frame )
local str = ''
local str = ''
local arch_note = frame.args['archivist_notes']


if frame.args['author'] > 0 then
if frame.args['author'] > 0 then
Line 43: Line 44:
end
end


if isempty(frame.args['archivist_notes']) then
if arch_note =='' then
str = 'by unknown author'
str = 'by unknown author'
else  
else