Module:Gutenberg: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
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...')
 
meta>GreenC
m (Green Cardamom moved page Module:Gutenberg author 2 to Module:Gutenberg without leaving a redirect)
(No difference)

Revision as of 18:15, 3 October 2015

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