21 lines
473 B
Plaintext
21 lines
473 B
Plaintext
|
[[!templatebody <<ENDBODY
|
||
|
<dt class="fn-endnote" id="endnote_<TMPL_VAR t>"><TMPL_VAR t>.<a href="#ref_<TMPL_VAR t>" >^</a></dt>
|
||
|
<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>
|