Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:DocNav: Difference between revisions

Template page
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="display:flex; justify-content:space-between; align-items:center; width:100%; margin-top:1em; margin-bottom:1em;">
<div style="display:flex;justify-content:space-between;align-items:center;width:100%;margin:30px 0 1em 0;">


  {{#if: {{{prev|}}} |
{{#if:{{{prev|}}}|<div style="background:none;border:none;border-radius:0;box-shadow:none;padding:0;margin:0;">Prev: [[{{{prev}}}|{{{prev_label|{{{prev}}}}}}]]</div>}}
  <div style="background:#f8fbff; border:1px solid #cfd8e3; border-radius:10px; padding:8px 16px; font-size:95%; box-shadow:0 1px 3px rgba(0,0,0,0.05);">
    '''Previous:''' [[{{{prev}}}|<span style="color:#3366cc;">{{{prev_label|{{{prev}}}}}}</span>]]
  </div>
  }}


  {{#if: {{{next|}}} |
{{#if:{{{next|}}}|<div style="background:none;border:none;border-radius:0;box-shadow:none;padding:0;margin:0;">Next: [[{{{next}}}|{{{next_label|{{{next}}}}}}]]</div>}}
  <div style="background:#f8fbff; border:1px solid #cfd8e3; border-radius:10px; padding:8px 16px; font-size:95%; box-shadow:0 1px 3px rgba(0,0,0,0.05);">
    '''Next:''' [[{{{next}}}|<span style="color:#3366cc;">{{{next_label|{{{next}}}}}}</span>]]
  </div>
  }}


</div>
</div>

Latest revision as of 01:39, 15 October 2025