Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Suppressors, Administrators, trusted
15,191
edits
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 | if arch_note =='' then | ||
str = 'by unknown author' | str = 'by unknown author' | ||
else | else | ||