Difference between revisions of "Template:Navigation"

From Event-B
Jump to navigationJump to search
imported>Mathieu
m (addition for eclipse help translation)
imported>Mathieu
m (→‎Usage: Some doc + add a warning about formulas and templates not being rendered well)
Line 3: Line 3:
 
Allow to put a small navigation panel at the bottom or at the top of a page.
 
Allow to put a small navigation panel at the bottom or at the top of a page.
 
Useful for navigating between document sections
 
Useful for navigating between document sections
 +
==Exemple==
 +
<nowiki>
 
{{Navigation
 
{{Navigation
 
|Previous= previous link
 
|Previous= previous link
 
|Next=next link
 
|Next=next link
 
|Up=up link}}
 
|Up=up link}}
 +
</nowiki>
 +
is rendered as:
 +
 +
{{Navigation
 +
|Previous= previous link
 +
|Next=next link
 +
|Up=up link}}
 +
</nowiki>
 +
==Code==
 
</noinclude>
 
</noinclude>
 +
<div class="warning" style="color:red;"><b>Dear reader, some formulas and templates are not yet rendered well, but the problem is being worked out...</b></div>
 
<div class="navigation">
 
<div class="navigation">
 
{{ #if: {{{Previous|}}} | Previous:{{{Previous}}} | }} {{ #if: {{{Next|}}} | Next:{{{Next}}} | }} {{ #if: {{{Up|}}} | Up:{{{Up}}} | }}
 
{{ #if: {{{Previous|}}} | Previous:{{{Previous}}} | }} {{ #if: {{{Next|}}} | Next:{{{Next}}} | }} {{ #if: {{{Up|}}} | Up:{{{Up}}} | }}
 
</div>
 
</div>

Revision as of 12:15, 17 July 2008

Usage

Allow to put a small navigation panel at the bottom or at the top of a page. Useful for navigating between document sections

Exemple

{{Navigation |Previous= previous link |Next=next link |Up=up link}} is rendered as:


Dear reader, some formulas and templates are not yet rendered well, but the problem is being worked out...

</nowiki>

Code

Dear reader, some formulas and templates are not yet rendered well, but the problem is being worked out...