Template:RecurringElement/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "The RecuringElement template is used to display a label and/or navigation bar on articles which are recuring elements in the Dragon Quest series. ==Usage== ===label=== Calling …" |
m 3 revisions: importing Template namespace from Wikia |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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> | ||
Latest revision as of 17:45, 20 October 2010
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[edit source]
label[edit source]
Calling this template as a label prints out a label box identifying the article as a recuring element.
{{RecurringElement|label}}
- label: A required parameter marking this as a label box.
[edit source]
Calling this template as a navigation bar, prints the nav bar on the page.
{{RecurringElement|nav}}
- nav: A required parameter marking this as a nav box.
Example[edit source]
Sample[edit source]
| File:Healer.gif2 | This article represents a recurring element in the Dragon Quest series. |
Code[edit source]
{{RecurringElement|label}}
{{RecurringElement|nav}}