Template:BacktoPrevPage/documentation: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '__NOTOC__<div style="background-color: #DBE9F4;"> ={{Font|Template Documentation|16|Calibri|bold|black}}= This template creates a navigation box with a single link to a page,…')
 
No edit summary
 
Line 6: Line 6:
This template creates a navigation box with a single link to a page, usually to a main page or index page. It uses one optional parameter, which is the link to the page. If you leave the parameter blank, the template will default to the [[API Tutorials]] page.
This template creates a navigation box with a single link to a page, usually to a main page or index page. It uses one optional parameter, which is the link to the page. If you leave the parameter blank, the template will default to the [[API Tutorials]] page.


==Usage==
<pre>{{Template:BacktoPrevPage|LINK}}</pre>
Here's an example of the template, with the link pointing to the Synthesis API main page.


<pre>{{Template:BacktoPrevPage|<<< [[Synthesis API Reference|Back to Main Page]]}}</pre>
where LINK is the parameter.




The output of the code is as follows:
==Usage==
 
{{Template:BacktoPrevPage|<< [[Synthesis API Reference|Back to Main Page]]}}
 


Here's an example of the template, with the link pointing to the Synthesis API main page.


<pre>{{Template:BacktoPrevPage|<<< [[Synthesis API Reference|Back to Main Page]]}}</pre>





Latest revision as of 18:37, 5 May 2016


Template Documentation

This template creates a navigation box with a single link to a page, usually to a main page or index page. It uses one optional parameter, which is the link to the page. If you leave the parameter blank, the template will default to the API Tutorials page.

{{Template:BacktoPrevPage|LINK}}

where LINK is the parameter.


Usage

Here's an example of the template, with the link pointing to the Synthesis API main page.

{{Template:BacktoPrevPage|<<< [[Synthesis API Reference|Back to Main Page]]}}