Template:KDevelop4Nav: Difference between revisions
(Created page with "<noinclude> </noinclude> <includeonly> <div style="background-color:#eeeeee;"> <div style="float:left;"> {{#if {{{prev}}} [[KDevelop4/Manual/{{{prev}}} Previous: {{{prev}}}...") |
No edit summary |
||
(12 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
== Usage == | |||
<nowiki>{{KDevelop4Nav}}</nowiki> creates a box with a link to the main manual site (a.k.a. "Contents"). | |||
Example: | |||
{{KDevelop4Nav|prev=Chapter 0|next=Chapter 2|up=Upper chapter}} | |||
=== Parameters === | |||
; prev | |||
: Name of the previous chapter, link is prefixed with "KDevelop4/Manual/". Optional. | |||
; next | |||
: Name of the next chapter, link is prefixed with "KDevelop4/Manual/". Optional. | |||
; up | |||
: Name of the parent chapter, link is prefixed with "KDevelop4/Manual/". Optional. | |||
[[Category:Template]] | |||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
<div style="background-color:#eeeeee;"> | <div class="rbcontent" style="background-color:#eeeeee; border:1px solid #006600; -moz-border-radius:5px;margin:5px; width:auto;"> | ||
<table style="border:none;"><tr> | |||
<td align="left" width="33%">{{#if: {{{prev|}}} | [[KDevelop4/Manual/{{{prev}}}|Previous: {{{prev}}}]] | }}</td> | |||
<td align="center" valign="top" style="text-align:center;" width="34%">[[KDevelop4/Manual|Contents]]{{#if: {{{up|}}} | <br/>[[KDevelop4/Manual/{{{up}}} | Up: {{{up}}}]] |}}</td> | |||
<td align="right" width="33%">{{#if: {{{next|}}} | [[KDevelop4/Manual/{{{next}}} | Next: {{{next}}}]] | }}</td> | |||
</tr></table> | |||
</div> | </div> | ||
</includeonly> | </includeonly> |
Latest revision as of 09:25, 27 July 2012
Usage
{{KDevelop4Nav}} creates a box with a link to the main manual site (a.k.a. "Contents").
Example:
Parameters
- prev
- Name of the previous chapter, link is prefixed with "KDevelop4/Manual/". Optional.
- next
- Name of the next chapter, link is prefixed with "KDevelop4/Manual/". Optional.
- up
- Name of the parent chapter, link is prefixed with "KDevelop4/Manual/". Optional.