Template:FOMOD Instructions: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<includeonly><table style="border-top:1px solid #B1B1B1; border-bottom:1px solid #B1B1B1; border-right:1px solid #B1B1B1;"><tr><th style="border-bottom:1px solid #B1B1B1;">FOMOD Installation{{#if:{{{file|}}}|<br /><span style="font-style:italic; font-weight: normal;">{{{file}}}</span>}}</th></tr>{{{1}}}</table></includeonly><noinclude>__NOTOC__
<includeonly><table style="border-top:1px solid #B1B1B1; border-bottom:1px solid #B1B1B1; border-right:1px solid #B1B1B1; color:{{{color|#B1B1B1}}}"><tr><th style="border-bottom:1px solid #B1B1B1;">FOMOD Installation{{#if:{{{file|}}}|<br /><span style="font-style:italic; font-weight: normal;">{{{file}}}</span>}}</th></tr>{{{1}}}</table></includeonly><noinclude>__NOTOC__


==Purpose & Usage==
==Purpose & Usage==
This inserts a FOMOD Instructions table.
This inserts a FOMOD Instructions table.
*''parameter 1'' This is where the options are placed using [http://wiki.step-project.com/Template:TableRowList Template:TableRowList]
*''parameter file'' (optional) This is the name of the file for which these instructions apply.
*''parameter file'' (optional) This is the name of the file for which these instructions apply.
*''parameter 1'' This is where the options are placed using [http://wiki.step-project.com/Template:TableRowList Template:TableRowList]
*''parameter color'' (optional) Change the color for the all the text.


==Examples==
==Examples==
Line 12: Line 13:
'''Result:'''
'''Result:'''
{{FOMOD Instructions|{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}} }}
{{FOMOD Instructions|{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}} }}
'''Code:'''
<pre>{{FOMOD Instructions
|{{TableRowList|Page|Option List|Option1; Option1;}}
|color=red
}}</pre>
'''Result:'''
{{FOMOD Instructions
|{{TableRowList|Page|Option List|Option1; Option1;}}
|color=red
}}


'''Code:'''
'''Code:'''

Revision as of 20:16, September 10, 2014


Purpose & Usage

This inserts a FOMOD Instructions table.

  • parameter 1 This is where the options are placed using Template:TableRowList
  • parameter file (optional) This is the name of the file for which these instructions apply.
  • parameter color (optional) Change the color for the all the text.

Examples

Code:

{{FOMOD Instructions|{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}} }}

Result:

Template:TableRowList
FOMOD Installation

Code:

{{FOMOD Instructions
|{{TableRowList|Page|Option List|Option1; Option1;}}
|color=red
}}

Result:

Template:TableRowList
FOMOD Installation

Code:

{|
|{{FOMOD Instructions|file=aMidianBorn Armors|{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}} }}
|{{FOMOD Instructions|file=aMidianBorn Weapons|{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}} }}
|}

Result:

Template:TableRowList
FOMOD Installation
aMidianBorn Armors
Template:TableRowList
FOMOD Installation
aMidianBorn Weapons

See Also

Template:TableRowList