Difference between revisions of "Template:FomodPage"

From Nexus Mods Wiki
Jump to: navigation, search
(Created page with "<includeonly><div style="display:inline-flex; vertical-align:top; max-width:400px; padding-left:9px;"><div style="display:table;"><div style="display:inline-block; background:#35...")
 
Line 154: Line 154:
 
*[[:Template:Fieldset]]
 
*[[:Template:Fieldset]]
 
*[[:Template:FOMOD Instructions]]
 
*[[:Template:FOMOD Instructions]]
 
+
[[Category:Modding_Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 11:10, 5 November 2018


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.
  • 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:

FOMOD Instructions
Page title
Page title
Optionlist


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

RadioButton.png Option1

RadioButton.png Option2

RadioButton.png Option3

RadioButton.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
|bullet=yes|Option1; Option2; Option3; Option4}}
|button=yes
|buttonText=Install}} }}

Result:

FOMOD Instructions
aMidianBorn Armors
Page title
Page title
Optionlist
Optionlist

RadioButton.png Option1

RadioButton.png Option2

RadioButton.png Option3

RadioButton.png Option4

Next
Page title
Page title
Optionlist
Optionlist

RadioButton.png Option1

RadioButton.png Option2

RadioButton.png Option3

RadioButton.png Option4

Optionlist
Optionlist

RadioButton.png Option1

RadioButton.png Option2

RadioButton.png Option3

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

RadioButton.png Medium [baseline]

2. Compatibility
2. Compatibility

RadioButton.png Default

Next
Options
Options
3. Combination
3. Combination

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

RadioButton.png Bobbing Longboats [nothing else]

Next

See Also