Open main menu

Difference between revisions of "Module:Citation"

en>Uncle G
(Started module.)
 
m (184 revisions imported)
 
(183 intermediate revisions by 20 users not shown)
Line 1: Line 1:
local p = {}
+
error('This module is retained for historical and structural reasons; consider using [[Module:Citation/CS1]].')
-- This is used by templates such as {{Harvard citation}} to create the Harvard footnote.
 
function p.Harvard()
 
    return "PLACEHOLDER"
 
end
 
-- This is used by templates such as {{SfnRef}} to create the (encoded) anchor name for a Harvard cross-reference hyperlink.
 
function p.SFNID()
 
    return "CITEREF"
 
end
 
return p
 

Latest revision as of 01:33, 10 September 2019

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

error('This module is retained for historical and structural reasons; consider using [[Module:Citation/CS1]].')