2020-01-01 18:21:55 -08:00
|
|
|
[[!templatebody <<ENDBODY
|
2020-01-26 08:31:17 -08:00
|
|
|
<dt class="fn-endnote" id="endnote_<TMPL_VAR t>"><TMPL_VAR t>.<a href="#ref_<TMPL_VAR t>" >↩</a></dt>
|
2020-01-01 18:21:55 -08:00
|
|
|
<dd><TMPL_VAR content></dd>
|
|
|
|
ENDBODY]]
|
|
|
|
|
|
|
|
This template is for creating footnotes.
|
|
|
|
|
|
|
|
Parameters:
|
|
|
|
|
|
|
|
| Name | Description |
|
|
|
|
| ---- | ----------- |
|
|
|
|
| t | Required. Name of the reference. |
|
|
|
|
| content | Required. Content of the reference. |
|
|
|
|
|
|
|
|
Example usage:
|
|
|
|
|
|
|
|
<dl>
|
|
|
|
\[[!template id=fnend t=1 content="""
|
|
|
|
This is what's referenced."""]]
|
|
|
|
</dl>
|