Render an inline bibliography citation reference: ((bibcite label)).
((bibcite label))
Produces a clickable superscript link that scrolls to the corresponding bibliography entry. The rendered HTML structure matches Wikidot output:
<a href="javascript:;" class="bibcite" id="bibcite-N-XXXXX" onclick="WIKIDOT.page.utils.scrollToReference('bibitem-N')">N</a> Copy
<a href="javascript:;" class="bibcite" id="bibcite-N-XXXXX" onclick="WIKIDOT.page.utils.scrollToReference('bibitem-N')">N</a>
If the label does not match any bibliography entry, the raw label text is rendered instead.
The current render context.
Citation data containing the bibliography label.
Render an inline bibliography citation reference:
((bibcite label)).Produces a clickable superscript link that scrolls to the corresponding bibliography entry. The rendered HTML structure matches Wikidot output:
If the label does not match any bibliography entry, the raw label text is rendered instead.