EWTE/booknav: Difference between revisions
From OER in Education
< EWTE
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
This way of generating a set of pages uses the book creator extension. First, a set of pages are collected into a book, which is then saved, see [[OER:Books/booknav]]. If you examine the source of that page, a number of <nowiki><noinclude></nowiki> statements were added. | This way of generating a set of pages uses the book creator extension. First, a set of pages are collected into a book, which is then saved, see [[OER:Books/booknav]]. If you examine the source of that page, a number of <nowiki><noinclude></nowiki> statements were added. | ||
A simple template ([[Template:booknav]]) is then used to create the navigation. | |||
<nowiki><</nowiki>div style="float:right; border: 1px solid black; padding: 20px; margin: 5px"> | |||
<nowiki>{</nowiki>{: OER:Books/booknav }} | |||
<nowiki><</nowiki>/div> |
Revision as of 20:07, 4 January 2015
This way of generating a set of pages uses the book creator extension. First, a set of pages are collected into a book, which is then saved, see OER:Books/booknav. If you examine the source of that page, a number of <noinclude> statements were added.
A simple template (Template:booknav) is then used to create the navigation.
<div style="float:right; border: 1px solid black; padding: 20px; margin: 5px"> {{: OER:Books/booknav }} </div>