Difference between revisions of "Template:Story Nav"

From A3! Wiki
(Created page with "<includeonly><tr> <th>{{#if: {{{previous|}}} | [[{{{previous}}}|Previous]] | Previous}}</th> <th>{{#if: {{{returnto|}}} | {{{returnto}}} | Story Hub}}</th> <th>{{#if...")
 
Line 4: Line 4:
 
<th>{{#if: {{{next|}}} | [[{{{next}}}|Next]] | Next}}</th>
 
<th>{{#if: {{{next|}}} | [[{{{next}}}|Next]] | Next}}</th>
 
</tr></includeonly>
 
</tr></includeonly>
 +
 +
<noinclude>
 +
{{Line|previous=|returnto=|next=}}
 +
 +
<pre>
 +
<tr>
 +
<th>{{#if: {{{previous|}}} | [[{{{previous}}}|Previous]] | Previous}}</th>
 +
<th>{{#if: {{{returnto|}}} | {{{returnto}}} | [[Story|Story Hub]]}}</th>
 +
<th>{{#if: {{{next|}}} | [[{{{next}}}|Next]] | Next}}</th>
 +
</tr>
 +
</pre>
 +
 +
<pre>{{Line
 +
|previous=page title of previous story, if applicable
 +
|returnto=page to return to if not Story Hub (ie. Outside Work Conversations) otherwise defaults to Story Hub and doesn't need to be filled out
 +
|next=page title of next story, if applicable}}</pre>
 +
</noinclude>

Revision as of 10:44, 18 May 2017


<tr>
<th>{{#if: {{{previous|}}} | [[{{{previous}}}|Previous]] | Previous}}</th>
<th>{{#if: {{{returnto|}}} | {{{returnto}}} | [[Story|Story Hub]]}}</th>
<th>{{#if: {{{next|}}} | [[{{{next}}}|Next]] | Next}}</th>
</tr>
{{Line
|previous=page title of previous story, if applicable
|returnto=page to return to if not Story Hub (ie. Outside Work Conversations) otherwise defaults to Story Hub and doesn't need to be filled out
|next=page title of next story, if applicable}}