TableOfContents

Von $1

  • Sie haben keine Berechtigung, die Beschränkungen auf dieser Seite zu ändern.
Inhaltsverzeichnis
keine Gliederung
/***
    USAGE:

    TableOfContents()
        Show a table of contents for the sections in an article
***/

// Redirect to custom page, if any
var template_custom = wiki.inclusions(true)[-1].path .. 'Custom';
if (wiki.pageexists(template_custom)) {
    return template(template_custom, $);
}

<div class="idf-toc">
page.toc
</div>
.idf-toc div.wiki-toc {
  float: right;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0px 0px 10px 10px;
  width: 225px;
}
// replace existing toc with new
$(function(){ 
    $('#pagetoc').remove();
    $('.idf-toc').attr('id', 'pagetoc');
})
Tags: (Schlagworte bearbeiten)
  • No tags
 
Kommentare (0)
Um einen Kommentar zu schreiben, müssen Sie sich anmelden.

 
Use the language selection below for English Utilise le sélecteur de langue ci-dessous pour français Per l'italiano, utilizzare la selezione della lingua qui sotto Schön sprichst du deutsch :-)