Module:Gutenberg

From Zoophilia Wiki
Revision as of 18:15, 3 October 2015 by meta>GreenC (Created page with 'local p = {} function p.author(frame) local pframe = frame:getParent() local args = pframe.args local tname = "Gutenberg author" -- name of calling...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Gutenberg/doc

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