Talk:New template user made ships

From FreeSpace Wiki
Revision as of 16:25, 20 November 2011 by Wanderer (talk | contribs) (Created page with "==Instructions on using templates== ===Fill only the fields you actually need=== Also where applicable try to use wikilinks (<nowiki>Weapon</nowiki> or <nowiki>[[Weapon Arti…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Instructions on using templates

Fill only the fields you actually need

Also where applicable try to use wikilinks ([[Weapon]] or [[Weapon Article|Weapon]]) instead of just text references (Weapon).

Example:

{|{{Weapon bank box background}} 
|-valign="top"
|
{{Pbank_box
|setting =My mod
|pbank_1_guns =2
|pbank_1_default =Weapon #1
|pbank_2_guns =2
|pbank_2_default =Weapon #2
|allowed_loadout =Weapon #1, Weapon #2, Weapon #3...
}}
|}
My mod
Bank Guns Standard Loadout
1st 2 Weapon #1
2nd 2 Weapon #2
Compatible primaries
Weapon #1, Weapon #2, Weapon #3...

Use tables

  • You can place the entries side by side neatly with these
  • Exact instructions can be found from mediawiki help articles
  • Table format:
{|
|-
| 1A
| 1B
|-
| 2A
| 2B
|-
|}
1A 1B
2A 2B

Example (side by side):

{|{{Weapon bank box background}} 
|-valign="top"
|
{{Pbank_box
|setting =My mod I
|pbank_1_guns =2
|pbank_1_default =Weapon #1
|pbank_2_guns =2
|pbank_2_default =Weapon #2
|allowed_loadout =Weapon #1, Weapon #2, Weapon #3...
}}
|
{{Pbank_box
|setting =My mod II
|pbank_1_guns =2
|pbank_1_default =Weapon #4
|pbank_2_guns =2
|pbank_2_default =Weapon #5
|allowed_loadout =Weapon #4, Weapon #5, Weapon #6...
}}
|}
My mod I
Bank Guns Standard Loadout
1st 2 Weapon #1
2nd 2 Weapon #2
Compatible primaries
Weapon #1, Weapon #2, Weapon #3...
My mod II
Bank Guns Standard Loadout
1st 2 Weapon #4
2nd 2 Weapon #5
Compatible primaries
Weapon #4, Weapon #5, Weapon #6...