Template:FomodPage: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<includeonly><td style="vertical-align:top; max-width:400px;">{{Fieldset | {{{1}}} | {{#arraymap:{{{2}}}|@|x|x|}} {{#ifeq: {{{button|}}} | yes | <div style="padding-top:3.2px; padding-bottom:1.2px;">{{Button|{{{buttonText|Next}}}|align=right}}</div> |}} }}</td></includeonly><noinclude>__NOTOC__
<includeonly><div style="display:table-cell; vertical-align:top; max-width:400px;">{{Fieldset | {{{1}}} | {{#arraymap:{{{2}}}|@|x|x|}} {{#ifeq: {{{button|}}} | yes | <div style="padding-top:3.2px; padding-bottom:1.2px;">{{Button|{{{buttonText|Next}}}|align=right}}</div> |}} }}</div></includeonly><noinclude>__NOTOC__





Revision as of 04:38, May 2, 2015


Purpose & Usage

This inserts the Fomod Page element within the FOMOD Instructions.

  • parameter 1 is the Fomod Page title.
  • parameter 2 is where the Optionlist(s) go, using the Template:Fieldset template, separated by delimiter @.
  • parameter button (optional) yes or no as to whether or not to display a button for the next page in the FOMOD installer.
  • parameter buttonText (optional) text for the button (defaults to Next).

Examples

Code:

{{FOMOD Instructions | {{FomodPage|Page title|Optionlist}} }}

Result:

Warning-Logo.png

WARNING

Template:FOMOD_Instructions is deprecated and should no longer be used on this wiki. Please change this template call to use the better-looking and simpler Template:Fomod. We apologize for the inconvenience.
FOMOD Instructions
Page title
Page title
Optionlist


Code:

{{FOMOD Instructions | file=aMidianBorn Armors | {{FomodPage|Page title|Optionlist|button=yes|buttonText=Install}} }}

Result:

Warning-Logo.png

WARNING

Template:FOMOD_Instructions is deprecated and should no longer be used on this wiki. Please change this template call to use the better-looking and simpler Template:Fomod. We apologize for the inconvenience.
FOMOD Instructions
aMidianBorn Armors
Page title
Page title
Optionlist


Code:

{{FOMOD Instructions | file=aMidianBorn Armors | {{FomodPage|Page title|{{Fieldset|Optionlist||Option1; Option2; Option3; Option4}}|button=yes|buttonText=Install}} }}

Result:

Warning-Logo.png

WARNING

Template:FOMOD_Instructions is deprecated and should no longer be used on this wiki. Please change this template call to use the better-looking and simpler Template:Fomod. We apologize for the inconvenience.
FOMOD Instructions
aMidianBorn Armors
Page title
Page title
Optionlist
Optionlist


Code:

{{FOMOD Instructions | file=aMidianBorn Armors | {{FomodPage|Page title|{{Fieldset|Optionlist||Option1; Option2; Option3; Option4}}|button=yes}} {{FomodPage|Page title|{{Fieldset|Optionlist||Option1; Option2; Option3; Option4}}{{Fieldset|Optionlist||Option1; Option2; Option3; Option4}}|button=yes|buttonText=Install}} }}

Result:

Warning-Logo.png

WARNING

Template:FOMOD_Instructions is deprecated and should no longer be used on this wiki. Please change this template call to use the better-looking and simpler Template:Fomod. We apologize for the inconvenience.
FOMOD Instructions
aMidianBorn Armors
Page title
Page title
Optionlist
Optionlist
Page title
Page title
Optionlist
Optionlist
Optionlist
Optionlist

See Also