Jump to content

Module:Gutenberg

विकिपीडिया से
imported>Green Cardamom (Green Cardamom moved page Module:Gutenberg author 2 to Module:Gutenberg without leaving a redirect) के द्वारा 18:15, 3 अक्टूबर 2015 के बदलाव
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