Author: fgregg
Description:
BUG MIGRATED FROM SOURCEFORGE
http://sourceforge.net/tracker/index.php?func=detail&aid=620592&group_id=34373&atid=411195
Originally submitted by nobody 2002-10-08 21:04
Here's something I've been thinking about which might
be pretty easy to implement. How about a method for
automatically generating nice, neat, numbered
footnotes? You could embed something like [[note: the
North American Land Giraffe is an example of a species
so rare no members have ever existed.]] into the text
of an article, and then when it gets converted to HTML
for display the tag gets replaced with a number that's
linked to an anchor down at the bottom of the page with
the text of the note in it. Wikipedia's hyperlinks
between articles make footnotes not as important as
they would be for a paper encyclopedia, but there are
still situations where they're very handy; annotating
tables of data, for example, where there isn't room to
include the text and it doesn't warrant a whole
separate article. You could even get fancy and have
[[note:]] tags within tables get placed immediately
below the table itself, associating them more directly
with the table.
I see footnotes used occasionally in Wikipedia articles
anyway, and this way they'd be much easier to maintain.
- Additional comments ------------------------
Date: 2004-07-25 22:07
Sender: lunchboxhero
I wrote a little code to do this.
http://meta.wikimedia.org/wiki/Footnotes
Date: 2004-06-06 04:36
Sender: nobody
I second this. OpenWiki has a great implementation of footnotes:
http://openwiki.com/ow.asp?HelpOnMacros#h16
Version: unspecified
Severity: enhancement