Template:DocNav: Difference between revisions
Template page
More actions
HollowLeaf (talk | contribs) No edit summary |
HollowLeaf (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<div style="display:flex; justify-content:space-between; align-items:center; width:100%; margin:1em 0 | <div style="display:flex; justify-content:space-between; align-items:center; width:100%; margin:1em 0;"> | ||
{{#if: {{{prev|}}} | | {{#if: {{{prev|}}} | | ||
<div> | <div style="background:#f0f3f8; border:1px solid #cfd8e3; border-radius:0; padding:6px 14px; font-size:95%;"> | ||
'''Previous:''' [[{{{prev}}}| | '''Previous:''' [[{{{prev}}}|{{{prev_label|{{{prev}}}}}}]] | ||
</div> | </div> | ||
}} | }} | ||
{{#if: {{{next|}}} | | {{#if: {{{next|}}} | | ||
<div> | <div style="background:#f0f3f8; border:1px solid #cfd8e3; border-radius:0; padding:6px 14px; font-size:95%;"> | ||
'''Next:''' [[{{{next}}}| | '''Next:''' [[{{{next}}}|{{{next_label|{{{next}}}}}}]] | ||
</div> | </div> | ||
}} | }} | ||
</div> | </div> |
Revision as of 01:34, 15 October 2025