Template:KDevelop4Nav: Difference between revisions

From KDE UserBase Wiki
(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;">
  <div style="float:left;">
<table style="border:none;"><tr>
    {{#if {{{prev}}} [[KDevelop4/Manual/{{{prev}}} Previous: {{{prev}}}]]|}}
<td align="left" width="33%">{{#if: {{{prev|}}} | [[KDevelop4/Manual/{{{prev}}}|Previous: {{{prev}}}]] | &nbsp;}}</td>
  </div>
<td align="center" valign="top" style="text-align:center;" width="34%">[[KDevelop4/Manual|Contents]]{{#if: {{{up|}}} | <br/>[[KDevelop4/Manual/{{{up}}} | Up: {{{up}}}]] |}}</td>
  <div style="text-align:center;">
<td align="right" width="33%">{{#if: {{{next|}}} | [[KDevelop4/Manual/{{{next}}} | Next: {{{next}}}]] | &nbsp;}}</td>
    [[KDevelop4/Manual Contents]]<br/>
</tr></table>
    {{#if {{{up}}} [[KDevelop4/Manual/{{{up}}} Up: {{{up}}}]]|}}
  </div>
  <div style="float:right;">
    {{#if {{{next}}} [[KDevelop4/Manual/{{{next}}} Next: {{{next}}}]]|}}
  </div>
</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.