Content deleted Content added
Subtitle rendering, second attempt |
|||
Line 1:
-- Version: 2021-
local p = {}
Line 498:
if not titleforced then
-- Handle subtitle.
if citeq_args.title then
local subtitle = getValue( {"P1680", ps = 1, qid = qid, maxvals = 1, qo = "y"} )
if subtitle then
citeq_args.title = citeq_args.title .. ": " .. subtitle
end
end
local htmltitle = getValue( {"P1476", qual = "P6833", ps = 1, qid = qid, maxvals = 1, qo = "y"} )
if htmltitle then
|