12,782
edits
(Created page with "The advantages of this approach are: * Flexible creation of navigation, as simple as adding a generic template Template:BasePageNav to a set of pages (and sub-pages) to cr...") |
No edit summary |
||
| Line 1: | Line 1: | ||
The advantages of this approach are: | The advantages of this approach are: | ||
* Flexible creation of navigation, as simple as adding a generic template [[Template: | * Flexible creation of navigation, as simple as adding a generic template [[Template:BasePageGroupNav]] to a set of pages (and sub-pages) to create navigation. | ||
* Allows for 'previous' and 'next' links. | * Allows for 'previous' and 'next' links. | ||
The disadvantages of this approach are: | The disadvantages of this approach are: | ||
* It does require a number of extensions to be installed (semantic mediawiki, as well as functions for arrays). | * It does require a number of extensions to be installed (semantic mediawiki, as well as functions for arrays). | ||
* It does not integrate with the book extension, when in principle the functionality is similar. | * It does not integrate with the book extension, when in principle the functionality is similar. | ||