Module:Gutenberg
Appearance
local p = {}
function p.author(frame)
local pframe = frame:getParent()
local args = pframe.args
local tname = "Gutenberg author" -- name of calling template. Change if template is renamed.
local id = nil -- author ID
local name = nil -- display name (default: article title)
local cite = nil -- use inline citation format (deprecated feature)
local url = nil
local tagline = "at ''Books and Writers''"
local urlhead = "https://web.archive.org/web/20130704043115/http://www.kirjasto.sci.fi/"
end
return p