Template:VersionTabs: Difference between revisions

From Dragon Quest Wiki
mNo edit summary
(Updating (reverting?) to old Tabber extension format, which is what the new TabberNeue extension uses)
 
(5 intermediate revisions by 2 users not shown)
Line 36: Line 36:
}}
}}
}}</onlyinclude></includeonly><noinclude>
}}</onlyinclude></includeonly><noinclude>
This is a utility template which utilizes the Tabber extension.  It is utilized to display different versions (releases) of the same game in a tab readable format.  
This template is used to display different versions (releases) of the same game in a tab readable format.  


==Usage==
==Usage==
This template takes up to 8 parameters, which are passed in pairs for a total of 4 pairs.  The first parameter of a pair is the title which should appear on the tab.  The second parameter of a pair should be all the content which will appear within the tab.  Note that content passed as a parameter will need to have '|' escaped using [[Template:!]] since this template uses conditional logic parsing.
This template takes up to 24 parameters, which are passed in pairs for a total of 12 pairs.  The first parameter of a pair is the title which should appear on the tab.  The second parameter of a pair should be all the content which will appear within the tab.  Note that content passed as a parameter will need to have '|' escaped using [[Template:!]] since this template uses conditional logic parsing.
 
==Example==
===Sample===
{{VersionTabs|ninjas|are totally sweet|people|are boring|leprechauns|are hard to find|unicorns|{{Enemy}} }}
===Wiki markup===
<pre>
{{VersionTabs|ninjas|are totally sweet|people|are boring|leprechauns|are hard to find|unicorns|{{Enemy}} }}
</pre>
[[Category:Utility templates|{{PAGENAME}}]]
[[Category:Utility templates|{{PAGENAME}}]]
</noinclude>
</noinclude>

Latest revision as of 22:56, 25 February 2022

This template is used to display different versions (releases) of the same game in a tab readable format.

Usage[edit]

This template takes up to 24 parameters, which are passed in pairs for a total of 12 pairs. The first parameter of a pair is the title which should appear on the tab. The second parameter of a pair should be all the content which will appear within the tab. Note that content passed as a parameter will need to have '|' escaped using Template:! since this template uses conditional logic parsing.

Example[edit]

Sample[edit]

are totally sweet

are boring
are hard to find

HP MP Experience Gold
Attack Defense Speed

Wiki markup[edit]

{{VersionTabs|ninjas|are totally sweet|people|are boring|leprechauns|are hard to find|unicorns|{{Enemy}} }}