Template:VersionTabs: Difference between revisions
From Dragon Quest Wiki
FlyingRagnar (talk | contribs) (added more tabs) |
FlyingRagnar (talk | contribs) mNo edit summary |
||
Line 14: | Line 14: | ||
{{#if: {{{7|}}} | | {{#if: {{{7|}}} | | ||
{{{7|}}}={{{8|}}} | {{{7|}}}={{{8|}}} | ||
{{!}}-{{!}} | |||
}} | }} | ||
{{#if: {{{9|}}} | | {{#if: {{{9|}}} | | ||
{{{9|}}}={{{10|}}} | {{{9|}}}={{{10|}}} | ||
{{!}}-{{!}} | |||
}} | }} | ||
{{#if: {{{11|}}} | | {{#if: {{{11|}}} | | ||
{{{11|}}}={{{12|}}} | {{{11|}}}={{{12|}}} | ||
{{!}}-{{!}} | |||
}} | }} | ||
{{#if: {{{13|}}} | | {{#if: {{{13|}}} | | ||
{{{13|}}}={{{14|}}} | {{{13|}}}={{{14|}}} | ||
{{!}}-{{!}} | |||
}} | }} | ||
{{#if: {{{15|}}} | | {{#if: {{{15|}}} | | ||
{{{15|}}}={{{16|}}} | {{{15|}}}={{{16|}}} | ||
{{!}}-{{!}} | |||
}} | }} | ||
{{#if: {{{17|}}} | | {{#if: {{{17|}}} | |
Revision as of 14:28, 29 October 2010
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.
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.