Template:Chapter: Difference between revisions
From AbhiprayaVedi
Created page with "<includeonly> <div class="book-chapter"> <div class="chapter-meta"> <span class="chapter-number">Chapter {{{number|?}}}</span> <h1 class="chapter-title">{{{title|Untitled Chapter}}}</h1> <div class="chapter-author">{{{author|}}}</div> </div> <div class="chapter-content"> {{{content}}} </div> <div class="chapter-footer"> <div class="page-nav">{{{prev_page|}}} | {{{next_page|}}}</div> </div> </div> </includeonly><noinclude> {{documentation}}..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<templatestyles src="Chapter/Styles.css" /> | |||
<includeonly> | <includeonly> | ||
<div class="book-chapter"> | <div class="book-chapter"> | ||
<div class="chapter-meta"> | |||
<span class="chapter-number">Chapter {{{number|?}}}</span> | |||
<h1 class="chapter-title">{{{title|Untitled Chapter}}}</h1> | |||
<div class="chapter-author">{{{author|}}}</div> | |||
</div> | |||
<div class="chapter-content"> | |||
{{{content}}} | |||
</div> | |||
<div class="chapter-footer"> | |||
<div class="page-nav">{{{prev_page|}}} | {{{next_page|}}}</div> | |||
</div> | |||
</div> | </div> | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||