SJ&#39;s answer is the best one. However, if you want a kludgey hack, you could do something like<br><br><a href="http://wiki.laptop.org/go/User:Homunq/toctest">http://wiki.laptop.org/go/User:Homunq/toctest</a><br><br>This uses template substitution to manually create links to subpage#section in the section headers. It means that someone editing the subpage later will see:<br>
<br>== [[subpage#section|section]] ==<br><br>as the section headers, and will have to edit the section name twice; but at least those two instances are right in the same place. Any new sections they create would have to use the template or follow the format above, or they would be unreachable directly from the main TOC.<br>
<br>Obviously, you could write a bot to fix your headers the first time, or even write one which periodically checks and fixes any newly-created <br><br>== normal headers ==<br><br>.<br><br>Again, the better solution would be a mediawiki extension, if you do PHP.<br>
<br>Jameson<br><br><br><div class="gmail_quote">On Thu, Feb 21, 2008 at 2:34 AM, Samuel Klein &lt;<a href="mailto:meta.sj@gmail.com">meta.sj@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Derw,<br>
<br>
Having a way to generate an aggregate table of contents for a set of<br>
pages without transcluding the text of those pages could be useful. &nbsp;I<br>
don&#39;t believe it has been written; as far as I know this would be the<br>
first magic word[1] in MediaWiki that parses the text of another<br>
wikipage and outputs some function of that in the current page.<br>
<br>
Note that a common workaround is to make such a table of contents by<br>
hand, not to make it too finely grained, and to update it by hand when<br>
subpages change. &nbsp;See for instance the [[HIG]] header.<br>
<br>
SJ<br>
<br>
[1] <a href="http://meta.wikimedia.org/wiki/Help:Magic_words" target="_blank">http://meta.wikimedia.org/wiki/Help:Magic_words</a><br>
<div class="Ih2E3d"><br>
<br>
On Wed, Feb 20, 2008 at 5:46 PM, drew einhorn &lt;<a href="mailto:drew.einhorn@gmail.com">drew.einhorn@gmail.com</a>&gt; wrote:<br>
</div><div><div></div><div class="Wj3C7c">&gt; Hi,<br>
&gt;<br>
&gt; &nbsp;I&#39;ve got a couple variations on a way overweight wiki page.<br>
&gt;<br>
&gt; &nbsp;It began as a MS Word file, and it&#39;s been through Open Office,<br>
&gt; &nbsp;shell, sed, perl, awk, python and the result is not too shabby.<br>
&gt;<br>
&gt; &nbsp;Should publish it, but really ought to rewrite it all in python first.<br>
&gt;<br>
&gt; &nbsp;Is there a way to use the command line to open a .doc file in<br>
&gt; &nbsp;Open Office and save it as html an can add to my polyglot<br>
&gt; &nbsp;assortment of scripts, in the meantime?<br>
&gt;<br>
&gt; &nbsp;The first version at:<br>
&gt;<br>
&gt; &nbsp; &nbsp; <a href="http://wiki.laptop.org/go/VistA_Monograph_Wiki" target="_blank">http://wiki.laptop.org/go/VistA_Monograph_Wiki</a><br>
&gt;<br>
&gt; &nbsp;gets:<br>
&gt;<br>
&gt; &nbsp;WARNING: This page is 246 kilobytes long; some browsers may have<br>
&gt; &nbsp;problems editing pages approaching or longer than 32kb. Please<br>
&gt; &nbsp;consider breaking the page into smaller sections.<br>
&gt;<br>
&gt; &nbsp;I&#39;ve been looking at breaking it up and reassembling it using<br>
&gt; &nbsp;templates and there is a partial version at:<br>
&gt;<br>
&gt; &nbsp; &nbsp; <a href="http://wiki.laptop.org/go/WV_VM" target="_blank">http://wiki.laptop.org/go/WV_VM</a><br>
&gt;<br>
&gt; &nbsp;Is there a easy way to transfer all 70 some pieces at once,<br>
&gt; &nbsp;instead of doing them one at a time using<br>
&gt;<br>
&gt; &nbsp; &nbsp; <a href="http://wiki.laptop.org/go/Special:Upload" target="_blank">http://wiki.laptop.org/go/Special:Upload</a><br>
&gt;<br>
&gt; &nbsp;But wait that&#39;s only for Images not for Pages.<br>
&gt;<br>
&gt; &nbsp;And when the templates all get reassembled it&#39;s going to<br>
&gt; &nbsp;be just as big, if not a little bigger.<br>
&gt;<br>
&gt; &nbsp;What I really need is a syntactic variant, that builds a<br>
&gt; &nbsp;combined Table of Contents, but does not put all the<br>
&gt; &nbsp;pieces together into a combined wiki page, the links<br>
&gt; &nbsp;in the Table of Contents take you the right spot in<br>
&gt; &nbsp;one of the component pages.<br>
&gt;<br>
&gt; &nbsp;Does that capability exist, or am I just dreaming?<br>
&gt;<br>
&gt; &nbsp;--<br>
&gt; &nbsp;Drew Einhorn<br>
&gt; &nbsp;_______________________________________________<br>
</div></div>&gt; &nbsp;Devel mailing list<br>
&gt; &nbsp;<a href="mailto:Devel@lists.laptop.org">Devel@lists.laptop.org</a><br>
&gt; &nbsp;<a href="http://lists.laptop.org/listinfo/devel" target="_blank">http://lists.laptop.org/listinfo/devel</a><br>
<div><div></div><div class="Wj3C7c">&gt;<br>
_______________________________________________<br>
Library mailing list<br>
<a href="mailto:Library@lists.laptop.org">Library@lists.laptop.org</a><br>
<a href="http://lists.laptop.org/listinfo/library" target="_blank">http://lists.laptop.org/listinfo/library</a><br>
</div></div></blockquote></div><br>