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:{{{2|}}}|<br /><span style="font-style:italic; font-weight: normal;">{{{2}}}</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;"><tr><th style="border-bottom:1px solid #B1B1B1;">FOMOD Installation{{#if:{{{1|}}}|<br /><span style="font-style:italic; font-weight: normal;">{{{1}}}</span>}}</th></tr>{{{2}}}</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 1'' (optional) This is the name of the file for which these instructions apply.
*''parameter 2'' (optional) This is the name of the file for which these instructions apply.
*''parameter 2'' This is where the options are placed using [http://wiki.step-project.com/Template:TableRowList Template:TableRowList]


==Examples==
==Examples==
'''Code:'''
'''Code:'''
<pre>{{FOMOD Instructions | {{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}} }}</pre>
<pre>{{FOMOD Instructions||{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}} }}</pre>


'''Result:'''
'''Result:'''
{{FOMOD Instructions | {{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}} }}
{{FOMOD Instructions||{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}} }}


'''Code:'''
'''Code:'''
<pre>{|
<pre>{|
|{{FOMOD Instructions|{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}}|aMidianBorn Armors}}
|{{FOMOD Instructions|aMidianBorn Armors|{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}} }}
|{{FOMOD Instructions|{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}}|aMidianBorn Weapons}}
|{{FOMOD Instructions|aMidianBorn Weapons|{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}} }}
|}</pre>
|}</pre>


'''Result:'''
'''Result:'''
{|
{|
|{{FOMOD Instructions|{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}}|aMidianBorn Armors}}
|{{FOMOD Instructions|aMidianBorn Armors|{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}} }}
|{{FOMOD Instructions|{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}}|aMidianBorn Weapons}}
|{{FOMOD Instructions|aMidianBorn Weapons|{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}} }}
|}
|


== See Also ==
== See Also ==

Revision as of 19:43, September 10, 2014


Purpose & Usage

This inserts a FOMOD Instructions table.

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

Examples

Code:

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

Result:

Template:TableRowList
FOMOD Installation

Code:

{|
|{{FOMOD Instructions|aMidianBorn Armors|{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}} }}
|{{FOMOD Instructions|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