Jump to content

Module:Gutenberg

विकिपीडिया से
imported>Green Cardamom (Created page with 'local p = {} function p.author(frame) local pframe = frame:getParent() local args = pframe.args local tname = "Gutenberg author" -- name of calling...') के द्वारा 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