Render a bibliography block: [[bibliography]]...[[/bibliography]].
[[bibliography]]...[[/bibliography]]
Produces a Wikidot-compatible numbered list of bibliography entries:
<div class="bibitems"> <div class="title">Bibliography</div> <div class="bibitem" id="bibitem-1">1. Content...</div> ...</div> Copy
<div class="bibitems"> <div class="title">Bibliography</div> <div class="bibitem" id="bibitem-1">1. Content...</div> ...</div>
If data.hide is true, the block is suppressed (entries still participate in citation numbering but are not rendered visually).
data.hide
The current render context.
Bibliography block data containing entries and optional title/hide flags.
Callback to render child elements within each entry.
Render a bibliography block:
[[bibliography]]...[[/bibliography]].Produces a Wikidot-compatible numbered list of bibliography entries:
If
data.hideis true, the block is suppressed (entries still participate in citation numbering but are not rendered visually).