Difference between revisions of "Template:ManualFooterLinks"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Try to fix template for user manual footer)
(add separator before footer)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>Template used at the bottom of some of the manual page to link tp table of content, previous and next page</noinclude>
<noinclude>Template used at the bottom of some of the manual page to link to table of content, previous and next page</noinclude>
----
{|class="wikitable" style="background:#F8F8FF; width:100%; border:1px solid darkgray;"
{|class="wikitable" style="background:#F8F8FF; width:100%; border:1px solid darkgray;"
| width="30%" align="left" | Prev: {{ #if: {{{prev}}} | [[User Manual/{{{prev}}}|{{{prev}}}]] }}
| width="30%" align="left" | Prev: [[User Manual/{{{prev}}}|{{{prev}}}]]
| width="40%" align="center" | [[User Manual|Back to Table of Content]]
| width="40%" align="center" | [[User Manual|Back to Table of Content]]
| width="30%" align="right" | Next: {{ #if: {{{next}}} | [[User Manual/{{{next}}}|{{{next}}}]] }}
| width="30%" align="right" | Next: [[User Manual/{{{next}}}|{{{next}}}]]
|}
|}

Latest revision as of 14:34, 1 August 2009

Template used at the bottom of some of the manual page to link to table of content, previous and next page


Prev: [[User Manual/{{{prev}}}|{{{prev}}}]] Back to Table of Content Next: [[User Manual/{{{next}}}|{{{next}}}]]