Template:FOMOD Instructions: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<includeonly><div style="display:inline-flex;"><!--<div style="text-align:right;">{{#formlink:form=FOMOD|link text=Edit FOMOD|link type=button|target={{{1}}}|tooltip=DO NOT USE|new window}}</div>-->
<includeonly><div style="display:inline-flex;"><!--<div style="text-align:right;">{{#formlink:form=FOMOD|link text=Edit FOMOD|link type=button|target={{{1}}}|tooltip=DO NOT USE|new window}}</div>-->
<table class="mw-collapsible mw-collapsed" style="padding:0.5em; border:2px solid #A6A6A6; border-radius:2px;">
<table class="mw-collapsible mw-collapsed" style="padding:0.5em; border:2px solid #A6A6A6; border-radius:2px;">
<tr><td style="padding-bottom:0px;"><span style="color:#A6A6A6;"><b>FOMOD Instructions</b></span>{{#if:{{{file|}}}|<br /><i>{{{file|}}}</i>}}</td></tr>
<tr><td style="padding-bottom:0px;"><span class="mw-collapsible-toggle" style="float: none; cursor:pointer; color: #8DA9C0;"><b>FOMOD Instructions</b></span>{{#if:{{{file|}}}|<br /><i>{{{file|}}}</i>}}</td></tr>
<tr style="vertical-align:top;">{{{1}}}</tr>
<tr style="vertical-align:top;">{{{1}}}</tr>
</table></div></includeonly><noinclude>__NOTOC__
</table></div></includeonly><noinclude>__NOTOC__

Revision as of 04:07, May 2, 2015


Purpose & Usage[edit source]

This inserts a FOMOD Instructions table.

  • parameter 1 This is where the pages of options are placed using Template:FomodPage
  • parameter file (optional) This is the name of the file for which these instructions apply.

Examples[edit source]

Code:

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

Result:

Page title
Page title
Optionlist
FOMOD Instructions


Code:

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

Result:

Page title
Page title
Optionlist
Install
FOMOD Instructions
aMidianBorn Armors


Code:

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

Result:

Page title
Page title
Optionlist
Optionlist
Install
FOMOD Instructions
aMidianBorn Armors


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:

Page title
Page title
Optionlist
Optionlist
Next
Page title
Page title
Optionlist
Optionlist
@
Optionlist
Optionlist
Install
FOMOD Instructions
aMidianBorn Armors


Code:

{{FOMOD Instructions
|{{FomodPage
|Options
|{{Fieldset
|1. Resolution
||Medium [baseline]}}@{{Fieldset
|2. Compatibility
||Default}}
|button=yes
|buttonText=Next}} {{FomodPage
|Options
|{{Fieldset
|3. Combination
||Legendary}}@{{Fieldset
|4. New Lands
||DO NOT SELECT ANY (unless all DLC are not used, in which case, deselect ''3. Combination - Legendary'' and select the applicable DLC/add-ons)}}@{{Fieldset
|5. Waves
||DO NOT SELECT ANY (unless all DLC are not used, in which case, deselect ''3. Combination - Legendary'' and select the applicable DLC/add-ons)}}@{{Fieldset
|6. Other
||Bobbing Longboats [nothing else]}}
|button=yes
|buttonText=Next}} }}

Result:

Options
Options
1. Resolution
1. Resolution
@
2. Compatibility
2. Compatibility
Next
Options
Options
3. Combination
3. Combination
@
4. New Lands
4. New Lands
@
5. Waves
5. Waves
@
6. Other
6. Other
Next
FOMOD Instructions

See Also[edit source]

Template:Fieldset