suppress automatic citeref anchors that only collide as duplicate ids; this wiki uses no harvard short footnotes
Tag: Reverted
restore the previous version
Tag: Manual revert
 
Line 4,284: Line 4,284:
citeref_id = ''; -- unset
citeref_id = ''; -- unset
end
end
options_t.id = Ref; -- local change: emit a CITEREF anchor only when an explicit |ref= is given; the default auto anchor is suppressed because this wiki uses no Harvard short footnotes (sfn/harvnb), so the auto anchors only produced duplicate-id lint errors
options_t.id = Ref or citeref_id;
end
end