Jump to content

Module:Gutenberg

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by GreenC (talk | contribs) at 18:15, 3 October 2015 (Created page with 'local p = {} function p.author(frame) local pframe = frame:getParent() local args = pframe.args local tname = "Gutenberg author" -- name of calling...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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