<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dr Fred C wrote:
<blockquote cite="mid:4839E853.6040506@verizon.net" type="cite">
  <pre wrap="">Daniel Roesler wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hey all,

So far, there isn't a way to include links (i.e.
[[<a class="moz-txt-link-freetext" href="http://www.example.com">http://www.example.com</a>|Article1]] ) in footnotes. Footnotes,
FootnotesExtended, and MarkupExtensions don't allow the inclusion of
linking markup in their footnote text. I don't think it would be that
hard to add such a feature.
    </pre>
  </blockquote>
  <pre wrap=""><!----> You might be making it more complicated than is necessary.

  If all you are trying to do is add links to footers or headers, (not 
footnotes like a bibliography), aka the first or last section of a wiki 
page, you just create the GroupFooter (or GroupHeader) page for that 
group by creating a GroupFooter page with whatever you want (including 
links) for that group and you're done.   For more info, edit a page in 
the group you want a GroupFooter (or GroupHeader) to be in and click on 
"show help" then "documentation index" for an explanation.

  If you want to include MyPage with links, inside of another page of 
your choice, which would display links, pictures, text or anything else 
you might wish, create the wiki page you want to include, such as 
MyPage, then where ever you want to display it in another wiki page put 
(:include &lt;MyPage&gt;:) where you want it to display.

  If you've got a long list of footnotes you want to refer to, create a 
group FootNotes.Footnotes and then a page for each foot note.  eg. 
FootNote.FN1  FootNote.FN2, etc.   Then put (:include FootNote/FN1 :) 
where you want FN 1 to display. 


BTW, there's some minor caveats for accessing MyPage from other groups 
(including sidebars from different groups).  Basically, you need to be 
specific about what group your MyPage is located in.   If MyPage is in 
the MyStuff group, to be sure your wiki doesn't get confused, you need 
to refer to it (:include MyStuff/MyPage :) 
  </pre>
</blockquote>
<br>
&nbsp;After a bit of fooling around with anchors, you can also include just
a anchor's section on a wiki page (which can be just about anything,
including links).<br>
<br>
&nbsp;In other words, create a MyPage with a bunch of sections separated by
[[#&lt;anchor&gt;]]. &nbsp; (replace &lt;anchor&gt; with F1, F2, F3, or
whatever you want to call each anchor). <br>
<br>
[[#F1]]<br>
Hello<br>
[[#F2]]<br>
Goodbye<br>
etc...&nbsp; <br>
<br>
You can display the F2 anchor on another page with&nbsp; (:include
MyPage#F1).&nbsp; Whereever you put this include, you would display --&nbsp;
Hello.&nbsp; <br>
<pre class="moz-signature" cols="72">-- 

Always, Dr Fred C
<a class="moz-txt-link-abbreviated" href="mailto:drfredc@drfredc.com">drfredc@drfredc.com</a></pre>
</body>
</html>