Template:RecurringElement/doc: Difference between revisions
m moved Template:RecuringElement/doc to Template:RecurringElement/doc: mispelling |
mNo edit summary |
||
| Line 1: | Line 1: | ||
The | The RecurringElement template is used to display a label and/or navigation bar on articles which are recuring elements in the Dragon Quest series. | ||
==Usage== | ==Usage== | ||
===label=== | ===label=== | ||
Calling this template as a label prints out a label box identifying the article as a recuring element. | Calling this template as a label prints out a label box identifying the article as a recuring element. | ||
<pre>{{ | <pre>{{RecurringElement|label}}</pre> | ||
*label: A required parameter marking this as a label box. | *label: A required parameter marking this as a label box. | ||
===nav=== | ===nav=== | ||
Calling this template as a navigation bar, prints the nav bar on the page. | Calling this template as a navigation bar, prints the nav bar on the page. | ||
<pre>{{ | <pre>{{RecurringElement|nav}}</pre> | ||
*nav: A required parameter marking this as a nav box. | *nav: A required parameter marking this as a nav box. | ||
==Example== | ==Example== | ||
===Sample=== | ===Sample=== | ||
{{ | {{RecurringElement|label}} | ||
{{ | {{RecurringElement|nav}} | ||
===Code=== | ===Code=== | ||
<pre> | <pre> | ||
{{ | {{RecurringElement|label}} | ||
{{ | {{RecurringElement|nav}} | ||
</pre> | </pre> | ||