Template:FOMOD Instructions
From Step Mods | Change The Game
Purpose & Usage
This inserts a FOMOD Instructions table.
- parameter 1 - This is where the pages of options are placed using Template:FomodPage
- file (optional) - This is the name of the file for which these instructions apply.
- LeftMargin (optional) - This defines a margin to the left of the FOMOD instructions container and is primarily used for indenting the container while contained within an instruction set. (see below)
Examples
Code:
{{FOMOD Instructions
|{{FomodPage
|Page title
|Optionlist}} }}
Result:
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
Optionlist |
file Parameter
{{FOMOD Instructions
|file=aMidianBorn Armors
|{{FomodPage
|Page title
|Optionlist}} }}
Result:
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
Optionlist |
LeftMargin Parameter
:1. Do this.
:2. You really should follow these instructions:
{{FOMOD Instructions
|file=aMidianBorn Armors
|LeftMargin=45px
|{{FomodPage
|Page title
|Optionlist}} }}
:3. See how easy that was to do!
Result:
- 1. Do this.
- 2. You really should follow these instructions:
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
Optionlist |
- 3. See how easy that was to do!
Adding More Options
Code:
{{FOMOD Instructions
|file=aMidianBorn Armors
|{{FomodPage
|Page title
|Optionlist
|button=yes
|buttonText=Install}} }}
Result:
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
Optionlist
Install |
Multiple Options for a Fieldset
Code:
{{FOMOD Instructions
|file=aMidianBorn Armors
|{{FomodPage
|Page title
|{{Fieldset
|Optionlist
|bullet=yes|Option1; Option2; Option3; Option4}}
|button=yes
|buttonText=Install}} }}
Result:
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.
More than one Fieldset
Code:
{{FOMOD Instructions
|file=aMidianBorn Armors
|{{FomodPage
|Page title
|{{Fieldset
|Optionlist
|bullet=yes|Option1; Option2; Option3; Option4}}
|button=yes}} {{FomodPage
|Page title
|{{Fieldset
|Optionlist
|bullet=yes|Option1; Option2; Option3; Option4}}
{{Fieldset
|Optionlist
|checkmark=yes|Option1; Option2; Option3; Option4}}
|button=yes
|buttonText=Install}} }}
Result:
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 |
Code:
{{FOMOD Instructions
|{{FomodPage
|Options
|{{Fieldset
|1. Resolution
|bullet=yes|Medium [baseline]}}{{Fieldset
|2. Compatibility
|bullet=yes|Default}}
|button=yes
|buttonText=Next}} {{FomodPage
|Options
|{{Fieldset
|3. Combination
|bullet=yes|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
|bullet=yes|Bobbing Longboats [nothing else]}}
|button=yes
|buttonText=Next}} }}
Result:
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 |
| Options
3. Combination
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) 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) 6. Other
Next |
Related Templates
Template:FomodPage Template:Fieldset

