Changes
Jump to navigation
Jump to search
Started module.
local p = {}
-- 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
-- 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