Changes

Jump to navigation Jump to search

Module:Citation

159 bytes added, 18:38, 25 August 2012
Added chapter parameter.
local Coauthors = args.coauthor or args.coauthors
local Date = args.date or ((args.day or "") .. (args.month or "") .. (args.year or args.publicationdate or ""))
local Title = args.titleor args.encyclopedia local Chapter = args.chapter or args.article
local URL = args.archiveurl or args.url
local Series = args.series
local ISBN= args.isbn or args.ISBN
local DOI= args.doi or args.DOI
if ( Chapter ~= nil ) then Chapter = " \"" .. Chapter .. "\"." else Chapter = "" end
if ( Title ~= nil ) then Title = " ''" .. Title .. "''." else Title = "" end
if ( Publisher ~= nil ) then Publisher = " " .. Publisher .. "." else Publisher = "" end
Anonymous user

Navigation menu