Template:FOMOD Instructions: Difference between revisions

From Step Mods | Change The Game
No edit summary
mNo edit summary
 
(29 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly><div style="display:inline-flex"><table class="mw-collapsible mw-collapsed" style="padding:3px; border:2px solid #A6A6A6; border-radius:2px"><tr><td style="padding-bottom:0"><span>'''FOMOD Instructions'''</span>{{#if:{{{file|}}}|<br>''{{{file|}}}''}}</td></tr><tr style="vertical-align:top;"><td>{{{1}}}</td></tr></table></div></includeonly><noinclude>__NOTOC__
<includeonly>{{Alert|type=warn|text=[[: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.}}<div style="display:inline-flex; margin-left:{{{LeftMargin|0}}};">
{| class="mw-collapsible mw-collapsed" style="padding:3px; border:2px solid #A6A6A6; border-radius:2px;"
|-
| style="padding-bottom:0;" | '''FOMOD Instructions'''{{#if:{{{file|}}}|<br />''{{{file|}}}''}}
|-
| style="vertical-align:top;" | {{{1}}}
|}
</div></includeonly><noinclude>__NOTOC____NOTITLE__ [[Category:Layout Templates]][[Category:Instruction Templates]][[Category:Deprecated Templates]]


==Purpose & Usage==
{{Alert|type=warning|text=This is a [[:Category:Deprecated Templates|deprecated template]] that is no longer used. Use [[:Template:Fomod]] instead.}}
 
== Purpose & Usage ==
This inserts a FOMOD Instructions table.
This inserts a FOMOD Instructions table.
*''parameter 1'' This is where the pages of options are placed using [http://wiki.step-project.com/Template:FomodPage Template:FomodPage]
*''parameter 1'' - This is where the pages of options are placed using [https://stepmodifications.org/wiki/Template:FomodPage Template:FomodPage]
*''parameter file'' (optional) This is the name of the file for which these instructions apply.
*''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==
==Examples==
Line 20: Line 30:




===file Parameter===
<pre>{{FOMOD Instructions
|file=aMidianBorn Armors
|{{FomodPage
|Page title
|Optionlist}} }}</pre>
'''Result:'''
{{FOMOD Instructions
|file=aMidianBorn Armors
|{{FomodPage
|Page title
|Optionlist}} }}
===LeftMargin Parameter===
<pre>
: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!
</pre>
'''Result:'''
: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!
===Adding More Options===
'''Code:'''
'''Code:'''
<pre>{{FOMOD Instructions
<pre>{{FOMOD Instructions
Line 39: Line 90:




===Multiple Options for a Fieldset===
'''Code:'''
'''Code:'''
<pre>{{FOMOD Instructions
<pre>{{FOMOD Instructions
Line 62: Line 114:




===More than one Fieldset===
'''Code:'''
'''Code:'''
<pre>{{FOMOD Instructions
<pre>{{FOMOD Instructions
Line 77: Line 130:
{{Fieldset
{{Fieldset
|Optionlist
|Optionlist
|bullet=yes|Option1; Option2; Option3; Option4}}
|checkmark=yes|Option1; Option2; Option3; Option4}}
|button=yes
|button=yes
|buttonText=Install}} }}</pre>
|buttonText=Install}} }}</pre>
Line 96: Line 149:
{{Fieldset
{{Fieldset
|Optionlist
|Optionlist
|bullet=yes|Option1; Option2; Option3; Option4}}
|checkmark=yes|Option1; Option2; Option3; Option4}}
|button=yes
|button=yes
|buttonText=Install}} }}
|buttonText=Install}} }}
Line 149: Line 202:
|buttonText=Next}} }}
|buttonText=Next}} }}


== See Also ==
== Related Templates ==
[[:Template:FomodPage]]
[[:Template:Fieldset]]
[[:Template:Fieldset]]


</noinclude>
</noinclude>

Latest revision as of 15:17, September 17, 2021


Warning-Logo.png

WARNING

This is a deprecated template that is no longer used. Use Template:Fomod instead.

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:

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


file Parameter[edit source]

{{FOMOD Instructions
|file=aMidianBorn Armors
|{{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
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=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-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
3. See how easy that was to do!


Adding More Options[edit source]

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
Install


Multiple Options for a Fieldset[edit source]

Code:

{{FOMOD Instructions
|file=aMidianBorn Armors
|{{FomodPage
|Page title
|{{Fieldset
|Optionlist
|bullet=yes|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

DotMO.png Option1

DotMO.png Option2

DotMO.png Option3

DotMO.png Option4

Install


More than one Fieldset[edit source]

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-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

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:

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
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

Related Templates[edit source]

Template:FomodPage Template:Fieldset