Content deleted Content added
Subtitle rendering, second attempt |
Fetch subtitle as per advice on https://en.wikipedia.org/wiki/Template_talk:Cite_Q#Subtitles |
||
Line 500:
-- Handle subtitle.
if citeq_args.title then
local subtitle =
if 0 ~= #subtitle then
subtitle = subtitle[1].mainsnak.datavalue.value.text;
citeq_args.title = citeq_args.title .. ": " .. subtitle
end
|