On Thu, Dec 4, 2008 at 11:57 AM, Soxred93 soxred93@gmail.com wrote:
I'm also forwarding this to the wikitech-l list.
On Dec 3, 2008, at 8:46 PM [Dec 3, 2008 ], Thomas Larsen wrote:
Once way I could conceive of correcting the problem is to have a reference tag that provides only a _link_ to the note via a label and another type of reference tag that actually _defines_ and _displays_ the note. For example:
It was a sunny day on Wednesday<ref id="smith"/>. The next day, Thursday, was cloudy.
== References and notes ==
<reference id="smith">David Smith. ''History of Wednesdays.'' History Magazine, 2019.</reference>
Well, we already have <ref name="something">. We could add
<ref name="something" nolink>The text</ref>
to allow for "silent" reference lists.
Just a thought.
Magnus