Template:Navigation: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
added a basic navigation template
 
m Bot: Replace If template with #if parser function
 
Line 1:
<table style="width: 100%; background-color: #BDC3C7; border: 1px solid #96A6A7;">
<tr>
<td style="width: 30%; text-align: left;">{{#if: | {{{back|}}} | &laquo;{{{back|}}} }}</td>
<td style="width: 40%; text-align: center;">{{#if: | {{{title|}}} | '''{{{title|}}}''' | '''navigation''' }}</td>
<td style="width: 30%; text-align: right;">{{#if: | {{{forward|}}} | {{{forward|}}}&raquo; }}</td>
</tr>
</table>

Latest revision as of 03:26, 9 June 2024

navigation