Difference between revisions of "Template:Footnote/old"

From Second Life Wiki
Jump to navigation Jump to search
m
(documentation and future style stuff)
Line 1: Line 1:
<includeonly>{{#vardefine:footnotes|{{#var:footnotes}}{{#if:{{{1|}}}|
<includeonly>{{#vardefine:footnotes|{{#var:footnotes}}{{#if:{{{1|}}}|
<li id="footnote_{{#vardefine:footnotescount|{{#expr:{{#var:footnotescount}}{{#if:{{{1|}}}|+1}}}}}}{{#var:footnotescount}}"><span class="TablePager_nav">'''[[#fn_{{#var:footnotescount}}|^]]'''</span> {{{1}}}}}}}{{#vardefine:fnu_{{{handle|}}}|{{#if:{{{1|}}}|{{Footnote/wrap|fn_{{#var:footnotescount}}|[[#footnote_{{#var:footnotescount}}|[{{#var:footnotescount}}]]]|3={{#if:{{{2|}}}|{{{2|}}}|{{{1}}}}}}}|{{#var:fnu_{{{handle|}}}}}}}}}{{#var:fnu_{{{handle|}}}}}</includeonly><noinclude>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua{{{{FULLPAGENAME}}|handle=lipsum|http://www.lipsum.com/ Lorem Ipsum - All the facts - Lipsum generator}}{{{{FULLPAGENAME}}|handle=lipsum|http://www.lipsum.com/ Lorem Ipsum - All the facts - Lipsum generator}}{{{{FULLPAGENAME}}|handle=lipsum}}.
<li id="footnote_{{#vardefine:footnotescount|{{#expr:{{#var:footnotescount}}{{#if:{{{1|}}}|+1}}}}}}{{#var:footnotescount}}" style="{{NewStyle|page-break-inside|avoid|moz=*|webkit=*}}"><span class="TablePager_nav">'''[[#fn_{{#var:footnotescount}}|^]]'''</span> {{{1}}}}}}}{{#vardefine:fnu_{{{handle|}}}|{{#if:{{{1|}}}|{{Footnote/wrap|fn_{{#var:footnotescount}}|[[#footnote_{{#var:footnotescount}}|[{{#var:footnotescount}}]]]|3={{#if:{{{2|}}}|{{{2|}}}|{{{1}}}}}}}|{{#var:fnu_{{{handle|}}}}}}}}}{{#var:fnu_{{{handle|}}}}}</includeonly><noinclude>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua{{{{FULLPAGENAME}}|handle=lipsum|http://www.lipsum.com/ Lorem Ipsum - All the facts - Lipsum generator}}{{{{FULLPAGENAME}}|handle=lipsum|http://www.lipsum.com/ Lorem Ipsum - All the facts - Lipsum generator}}{{{{FULLPAGENAME}}|handle=lipsum}}.


{{Footnotes}}
{{Footnotes}}
===Syntax===
<pre>
{{Footnote|Footnote text}}                      - Creates a single use footnote
{{Footnote|Footnote text|Hover text}}          - Creates a single use footnote with different hover text
{{Footnote|Footnote text|handle=id}}            - Creates a multi-use footnote
{{Footnote|Footnote text|Hover text|handle=id}} - Creates a multi-use footnote with different hover text
{{Footnote|handle=id}}                          - Inserts a link to a multi-use footnote.
</pre>
'''handle''' needs to be unique to the page, if it is not, the last create usage of it will make previous footnotes inaccessible.
Don't forget to include the <code><nowiki>{{Footnotes}}</nowiki></code> template where you want the table of footnotes. If you want multiple columns of footnotes use <code><nowiki>{{Footnotes|col=number_of_columns}}</nowiki></code>
</noinclude>
</noinclude>

Revision as of 15:44, 27 June 2008

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua[1][2][2].

  1. ^ http://www.lipsum.com/ Lorem Ipsum - All the facts - Lipsum generator
  2. ^ http://www.lipsum.com/ Lorem Ipsum - All the facts - Lipsum generator

Syntax

{{Footnote|Footnote text}}                      - Creates a single use footnote
{{Footnote|Footnote text|Hover text}}           - Creates a single use footnote with different hover text
{{Footnote|Footnote text|handle=id}}            - Creates a multi-use footnote
{{Footnote|Footnote text|Hover text|handle=id}} - Creates a multi-use footnote with different hover text
{{Footnote|handle=id}}                          - Inserts a link to a multi-use footnote.

handle needs to be unique to the page, if it is not, the last create usage of it will make previous footnotes inaccessible.

Don't forget to include the {{Footnotes}} template where you want the table of footnotes. If you want multiple columns of footnotes use {{Footnotes|col=number_of_columns}}