Template:RealmTabber/doc: Difference between revisions

From Melvor Idle
(Created page with "Allows to easily create a tabber to display content for different realms. ==Usage== <pre> {{RealmTabber |Melvor=This content is for the melvor realm |Abyssal=This content is for the abyssal realm }} </pre> Displays: {{RealmTabber |melvor=This content is for the melvor realm |abyssal=This content is for the abyssal realm }}")
 
m (Changed first letter realm name in template to lowercase otherwise it breaks)
 
Line 4: Line 4:
<pre>
<pre>
{{RealmTabber
{{RealmTabber
|Melvor=This content is for the melvor realm
|melvor=This content is for the melvor realm
|Abyssal=This content is for the abyssal realm
|abyssal=This content is for the abyssal realm
}}
}}
</pre>
</pre>

Latest revision as of 17:03, 23 June 2024

Allows to easily create a tabber to display content for different realms.

Usage

{{RealmTabber
|melvor=This content is for the melvor realm
|abyssal=This content is for the abyssal realm
}}

Displays:

This content is for the melvor realm

This content is for the abyssal realm