Help/HowToMakeEndnotes
From Plastic Tub
(Difference between revisions)
Revision as of 04:18, 21 Apr 2005 Undule (Talk | contribs) cool stuff -- just made the font smaller for the endnotes. Did you find this on the mediawiki site, Dave? ← Go to previous diff |
Revision as of 18:23, 2 Nov 2005 Payne (Talk | contribs) Go to next diff → |
||
Line 1: | Line 1: | ||
- | God is God,{{an|1}} muttered the muzzle loader{{an|2}} while milking the pigs.{{an|3}} | + | These endnotes are indicated by superscript numbers in the text that serve as links to a Notes section on the bottom of the page. The Notes section also contains links back to the notated portion of the text. |
- | ''In order to make an endnote, use this code:'' <code><nowiki>{{an|1}}</nowiki>. ''For example, the line above would be entered as:'' | + | == How To == |
- | God is God,<nowiki>{{an|1}}</nowiki> muttered the muzzle loader<nowiki>{{an|2}}</nowiki> while milking the pigs.<nowiki>{{an|3}}</nowiki> | + | ---- |
+ | 1. Indicate a notation by placing a superscript number in your text: | ||
+ | * First note: <code><nowiki>{{an|1}}</nowiki></code> (i.e., Annotated Note 1) | ||
+ | * Second note: <code><nowiki>{{an|2}}</nowiki></code> (i.e., Annotated Note 2) | ||
+ | * Etc. | ||
+ | 2. Create a Notes section at the bottom of the page: | ||
+ | * First note: <code><nowiki>{{anb|1}}</nowiki></code> (i.e., Annotated Note Back 1) and then type your first note. | ||
+ | * Second note: <code><nowiki>{{anb|2}}</nowiki></code> (i.e., Annotated Note Back 2) and then type your second note. | ||
+ | == Examples == | ||
- | ''Then, in your notes section, use this code before the note:'' <code><nowiki>{{anb|1}}</nowiki>. ''For example, to create the notes below, you'd enter:'' | + | ---- |
- | + | {| border="1" cellpadding="8" cellspacing="0" | |
- | <nowiki><font style="font-size: 90%;">{{anb|1}}</nowiki>Check. | + | |- |
- | + | ! Code | |
- | <nowiki>{{anb|2}}</nowiki>Slang. | + | ! Display |
- | + | |- valign="top" | |
- | <nowiki>{{anb|3}}</nowiki>I hope that I don't have to interpret this remark for you.</font> | + | | |
+ | <code> | ||
+ | God is God,<nowiki>{{an|1}}</nowiki> muttered the muzzle loader<nowiki>{{an|2}}</nowiki> while milking the pigs.<nowiki>{{an|3}}</nowiki><br><br> | ||
+ | <nowiki>== Notes ==</nowiki><br><br> | ||
+ | <nowiki>----</nowiki><br> | ||
+ | <nowiki><font style="font-size: 90%;"></nowiki><br> | ||
+ | <nowiki>{{anb|1}}Check.</nowiki><br> | ||
+ | <nowiki>{{anb|2}}Slang.</nowiki><br> | ||
+ | <nowiki>{{anb|3}}I hope that I don't have to interpret this remark for you.</nowiki><br> | ||
+ | <nowiki></font></nowiki> | ||
+ | </code> | ||
+ | | | ||
+ | God is God,{{an|1}} muttered the muzzle loader{{an|2}} while milking the pigs.{{an|3}} | ||
== Notes == | == Notes == | ||
Line 22: | Line 42: | ||
{{anb|3}}I hope that I don't have to interpret this remark for you. | {{anb|3}}I hope that I don't have to interpret this remark for you. | ||
</font> | </font> | ||
+ | |} |
Revision as of 18:23, 2 Nov 2005
These endnotes are indicated by superscript numbers in the text that serve as links to a Notes section on the bottom of the page. The Notes section also contains links back to the notated portion of the text.
How To
1. Indicate a notation by placing a superscript number in your text:
- First note:
{{an|1}}
(i.e., Annotated Note 1) - Second note:
{{an|2}}
(i.e., Annotated Note 2) - Etc.
2. Create a Notes section at the bottom of the page:
- First note:
{{anb|1}}
(i.e., Annotated Note Back 1) and then type your first note. - Second note:
{{anb|2}}
(i.e., Annotated Note Back 2) and then type your second note.
Examples
Code | Display |
---|---|
|
God is God,1 muttered the muzzle loader2 while milking the pigs.3 NotesNote 1: Check. Note 2: Slang. Note 3: I hope that I don't have to interpret this remark for you. |