Template:NavBar: Difference between revisions

From Programmable Infrastructures Wiki
Jump to navigation Jump to search
Aleray (talk | contribs)
Created page with "<div style="text-align: center; margin-top: 20px;"> {{#if: {{{previous|}}} | [[{{{previous}}}|← Previous]] | <span style="color: grey;">← Previous</span> }}  |  {{#if: {{{next|}}} | [[{{{next}}}|Next →]] | <span style="color: grey;">Next →</span> }} </div>"
 
Aleray (talk | contribs)
No edit summary
Line 1: Line 1:
<div style="text-align: center; margin-top: 20px;">
{{#if: {{{message|}}}
  {{#if: {{{previous|}}}
   | Custom message: {{{message}}}
    | [[{{{previous}}}|← Previous]]
  | Default message: No custom message provided.
    | <span style="color: grey;">← Previous</span>
}}
  }}
   &nbsp;|&nbsp;
  {{#if: {{{next|}}}
    | [[{{{next}}}|Next →]]
    | <span style="color: grey;">Next →</span>
  }}
</div>

Revision as of 10:50, 23 August 2024

{{#if:

 | Custom message: {{{message}}}
 | Default message: No custom message provided.

}}