Template:FOMOD Instructions: Difference between revisions

From Step Mods | Change The Game
No edit summary
Line 43: Line 43:
===LeftMargin Parameter===
===LeftMargin Parameter===
<pre>
<pre>
#Do this.
:1. Do this.
#You really should follow these instructions:
:2. You really should follow these instructions:
:#{{FOMOD Instructions
{{FOMOD Instructions
|file=aMidianBorn Armors
|file=aMidianBorn Armors
|LeftMargin=35px
|LeftMargin=35px
Line 51: Line 51:
|Page title
|Page title
|Optionlist}} }}
|Optionlist}} }}
#See how easy that was to do!
:3. See how easy that was to do!
</pre>
</pre>


'''Result:'''
'''Result:'''
#Do this.
:1. Do this.
#You really should follow these instructions:
:2. You really should follow these instructions:
:#{{FOMOD Instructions
{{FOMOD Instructions
|file=aMidianBorn Armors
|file=aMidianBorn Armors
|LeftMargin=35px
|LeftMargin=35px
Line 63: Line 63:
|Page title
|Page title
|Optionlist}} }}
|Optionlist}} }}
#See how easy that was to do!
:3. See how easy that was to do!





Revision as of 17:23, April 24, 2016


Purpose & Usage[edit source]

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[edit source]

Code:

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

Result:

FOMOD Instructions
Page title
Page title
Optionlist

file Perameter[edit source]

{{FOMOD Instructions
|file=aMidianBorn Armors
|{{FomodPage
|Page title
|Optionlist}} }}

Result:

FOMOD Instructions
aMidianBorn Armors
Page title
Page title
Optionlist

LeftMargin Parameter[edit source]

:1. Do this.
:2. You really should follow these instructions:
{{FOMOD Instructions
|file=aMidianBorn Armors
|LeftMargin=35px
|{{FomodPage
|Page title
|Optionlist}} }}
:3. See how easy that was to do!

Result:

1. Do this.
2. You really should follow these instructions:
FOMOD Instructions
aMidianBorn Armors
Page title
Page title
Optionlist
3. See how easy that was to do!



Code:

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

Result:

FOMOD Instructions
aMidianBorn Armors
Page title
Page title
Optionlist
Install


Code:

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

Result:

FOMOD Instructions
aMidianBorn Armors
Page title
Page title
Optionlist
Optionlist

DotMO.png Option1

DotMO.png Option2

DotMO.png Option3

DotMO.png Option4

Install


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:

FOMOD Instructions
aMidianBorn Armors
Page title
Page title
Optionlist
Optionlist

DotMO.png Option1

DotMO.png Option2

DotMO.png Option3

DotMO.png Option4

Next
Page title
Page title
Optionlist
Optionlist

DotMO.png Option1

DotMO.png Option2

DotMO.png Option3

DotMO.png Option4

Optionlist
Optionlist

CheckmarkMO.png Option1

CheckmarkMO.png Option2

CheckmarkMO.png Option3

CheckmarkMO.png Option4

Install


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:

FOMOD Instructions
Options
Options
1. Resolution
1. Resolution

DotMO.png Medium [baseline]

2. Compatibility
2. Compatibility

DotMO.png Default

Next
Options
Options
3. Combination
3. Combination

DotMO.png Legendary

4. New Lands
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
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
6. Other

DotMO.png Bobbing Longboats [nothing else]

Next

See Also[edit source]

Template:Fieldset