Module:Cite Q/sandbox: Difference between revisions

Content deleted Content added
Sascha (talk | contribs)
Subtitle rendering, first attempt
Tag: Reverted
Sascha (talk | contribs)
m Undid revision 1050702023 by Sascha (talk)
Line 1:
-- Version: 2021-1008-1921
 
local p = {}
Line 497:
end
 
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
if not titleforced then
local htmltitle = getValue( {"P1476", qual = "P6833", ps = 1, qid = qid, maxvals = 1, qo = "y"} )