Template:IBR Book Nav: Difference between revisions
The Emma M. Lion Wiki
OrangeJedi (talk | contribs) Created page with "<tr> <td colspan="2" style="display: flex;justify-content: space-between;"> <div>{{ #if: {{{previous_book|}}}|[[{{ { previous_book}}}| ↤ Previous Book]]}}</div> <div>{{ #if: {{{ next_book|}}}|[[{{{next_book}}}| Next Book &mapstoright; ]]}}</div> </td> </tr>" |
OrangeJedi (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<tr> | <tr> | ||
<td colspan="2"> | |||
<div style="display: flex;justify-content: space-between;"> | |||
<div>{{ #if: {{{1|}}} | [[{{{1}}}|↤ Previous Book]]|}}</div> | |||
<div>{{ #if: {{{2|}}} | [[{{{2}}}|Next Book ↦]]|}}</div> | |||
</div> | |||
</td> | |||
</tr> | </tr> |