Difference between revisions of "VsWiki:Templates"
m (→Available Templates) |
|||
(44 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
}} | }} | ||
− | = Available Templates= | + | = Available Templates = |
− | Please add new Templates here to make them easily accessable for others. | + | Please add new Templates (only if you need them of course) here to make them easily accessable for others. |
+ | You can ''borrow'' more (simple) templates from this link: http://en.wikipedia.org/wiki/Wikipedia:Boilerplate_text | ||
== [[Template:Catmore]] == | == [[Template:Catmore]] == | ||
<pre> | <pre> | ||
Line 80: | Line 81: | ||
gives: | gives: | ||
+ | {{reqimage}} | ||
+ | |||
+ | == [[Template:Reqcargoimage]] == | ||
+ | <pre> | ||
+ | {{reqcargoimage}} | ||
+ | </pre> | ||
− | {{ | + | gives: |
+ | {{reqcargoimage}} | ||
== [[Template:Warning_text]] == | == [[Template:Warning_text]] == | ||
<pre> | <pre> | ||
{{Warning_text | | {{Warning_text | | ||
− | | text=You ''really' want to do something about your hair style. ;) | + | | text=You ''really'' want to do something about your hair style. ;) |
}} | }} | ||
</pre> | </pre> | ||
Line 93: | Line 101: | ||
{{Warning_text | | {{Warning_text | | ||
− | | text=You ''really' want to do something about your hair style. ;) | + | | text=You ''really'' want to do something about your hair style. ;) |
}} | }} | ||
+ | |||
+ | == [[Template:Fixme]] == | ||
+ | <pre> | ||
+ | {{Fixme}} | ||
+ | </pre> | ||
+ | |||
+ | gives: | ||
+ | |||
+ | {{Fixme}} | ||
+ | |||
+ | == Mouse button templates == | ||
+ | [[Template:LMB]] [[Template:MMB]] [[Template:RMB]] [[Template:Mousewheel]] | ||
+ | <pre> | ||
+ | {{LMB}} {{MMB}} {{RMB}} {{Mousewheel}} | ||
+ | </pre> | ||
+ | |||
+ | gives: | ||
+ | |||
+ | {{LMB}} {{MMB}} {{RMB}} {{Mousewheel}} | ||
+ | |||
+ | == Keyboard templates == | ||
+ | |||
+ | Please refer to [[Manual:Keyboard layout]] | ||
+ | |||
+ | ==Interface buttons== | ||
+ | [[Template:Button:Buy]] [[Template:Button:Buy1]] [[Template:Button:Buy10]] [[Template:Button:Fix]]<BR/> | ||
+ | [[Template:Button:Sell]] [[Template:Button:Sell1]] [[Template:Button:Sell10]]<BR/> | ||
+ | [[Template:Button:Cargo]] [[Template:Button:Ships]] [[Template:Button:Missions]] [[Template:Button:News]] [[Template:Button:Upgrades]]<BR/> | ||
+ | [[Template:Button:Info]] [[Template:Button:Ship_stats]] [[Template:Button:Player info]]<BR/> | ||
+ | [[Template:Button:Accept]] [[Template:Button:Done]] [[Template:Button:Basic repair]]<BR/> | ||
+ | [[Template:Button:Save_Load]] [[Template:Button:Save]] [[Template:Button:Quit_game]] [[Template:Button:Load]] [[Template:Button:New]]<BR/> | ||
+ | <pre> | ||
+ | {{Button:Buy}} {{Button:Buy1}} {{Button:Buy10}} {{Button:Fix}}<BR/> | ||
+ | {{Button:Sell}} {{Button:Sell1}} {{Button:Sell10}}<BR/> | ||
+ | {{Button:Cargo}} {{Button:Ships}} {{Button:Missions}} {{Button:News}} {{Button:Upgrades}}<BR/> | ||
+ | {{Button:Info}} {{Button:Ship_stats}} {{Button:Player info}}<BR/> | ||
+ | {{Button:Accept}} {{Button:Done}} {{Button:Basic repair}}<BR/> | ||
+ | {{Button:Save_Load}} {{Button:Save}} {{Button:Quit_game}} {{Button:Load}} {{Button:New}}<BR/> | ||
+ | </pre> | ||
+ | |||
+ | gives: | ||
+ | |||
+ | {{Button:Buy}} {{Button:Buy1}} {{Button:Buy10}} {{Button:Fix}}<BR/> | ||
+ | {{Button:Sell}} {{Button:Sell1}} {{Button:Sell10}}<BR/> | ||
+ | {{Button:Cargo}} {{Button:Ships}} {{Button:Missions}} {{Button:News}} {{Button:Upgrades}}<BR/> | ||
+ | {{Button:Info}} {{Button:Ship_stats}} {{Button:Player info}}<BR/> | ||
+ | {{Button:Accept}} {{Button:Done}} {{Button:Basic repair}}<BR/> | ||
+ | {{Button:Save_Load}} {{Button:Save}} {{Button:Quit_game}} {{Button:Load}} {{Button:New}}<BR/> | ||
+ | |||
+ | ==Cockpit indicators== | ||
+ | {{Fixme}} ''Some images are still needed.'' | ||
+ | |||
+ | [[Template:Cockpit:SPEC]] <BR/> | ||
+ | [[Template:Cockpit:Jump]] <BR/> | ||
+ | <pre> | ||
+ | {{Cockpit:SPEC}} <BR/> | ||
+ | {{Cockpit:Jump}} <BR/> | ||
+ | ------Templates below are still needed.-------------------- | ||
+ | {{Cockpit:Overload}} <BR/> | ||
+ | {{Cockpit:ECM}} <BR/> | ||
+ | {{Cockpit:Lock}} <- ''May need better name''<BR/> | ||
+ | {{Cockpit:Fuel}} <- ''May need better name''<BR/> | ||
+ | {{Cockpit:SPEC_Energy}} <- ''May need better name''<BR/> | ||
+ | {{Cockpit:Weapon_Energy}} <- ''May need better name'' | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | gives: | ||
+ | |||
+ | {{Cockpit:SPEC}} <BR/> | ||
+ | {{Cockpit:Jump}} <BR/> | ||
+ | |||
+ | == [[Template:Reference]] == | ||
+ | <pre> | ||
+ | {{Reference}} | ||
+ | </pre> | ||
+ | |||
+ | gives: | ||
+ | |||
+ | {{Reference}} | ||
+ | |||
+ | |||
+ | == CVS Templates == | ||
+ | * [[Template:CVS:units.csv]] | ||
+ | * [[Template:CVS:vegastrike.config]] | ||
+ | * [[Template:CVS:MasterPartList]] | ||
+ | * [[Template:CVS:Cargoimage]] | ||
+ | |||
+ | <pre> | ||
+ | {{CVS:units.csv}} | ||
+ | {{CVS:vegastrike.config}} | ||
+ | {{CVS:MasterPartList}} | ||
+ | {{CVS:Cargoimage| | ||
+ | |image=incense.png | ||
+ | |} | ||
+ | </pre> | ||
+ | |||
+ | gives: | ||
+ | |||
+ | {{CVS:units.csv}} | ||
+ | {{CVS:vegastrike.config}} | ||
+ | {{CVS:MasterPartList}} | ||
+ | {{CVS:Cargoimage| | ||
+ | |image=incense.png | ||
+ | }} | ||
+ | <BR clear="all" /> | ||
+ | |||
+ | ==[[Template:MasterPartList]]== | ||
+ | <pre> | ||
+ | {{MasterPartList}} | ||
+ | </pre> | ||
+ | |||
+ | gives: | ||
+ | |||
+ | {{MasterPartList}} | ||
+ | |||
+ | ==[[Template:Faction Datasheet]]== | ||
+ | <pre> | ||
+ | {{Faction Datasheet| | ||
+ | |name=Faction name | ||
+ | |species=the species of the faction | ||
+ | |homeworld=The species homeworld | ||
+ | |capital=The capital/capitol of the faction | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | gives: | ||
+ | |||
+ | {{Faction Datasheet| | ||
+ | |name=Faction name | ||
+ | |species=the species of the faction | ||
+ | |homeworld=The species homeworld | ||
+ | |capital=The capital/capitol of the faction | ||
+ | }} | ||
+ | <BR clear="all" /> | ||
+ | |||
+ | ==[[Template:Species Datasheet]]== | ||
+ | <pre> | ||
+ | {{Species Datasheet| | ||
+ | |name=Species name | ||
+ | |age of species=How old the species is. | ||
+ | |homeworld=Where the species comes from. | ||
+ | |physical_characteristics=Size/weight of the average specimen | ||
+ | |lifespan=average lifespan of the species. | ||
+ | |habitat=needed athmosphere | ||
+ | |number scheme=Number scheme | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | gives: | ||
+ | |||
+ | {{Species Datasheet| | ||
+ | |name=Species name | ||
+ | |age of species=How old the species is. | ||
+ | |homeworld=Where the species comes from. | ||
+ | |physical_characteristics=Size/weight of the average specimen | ||
+ | |lifespan=average lifespan of the species. | ||
+ | |habitat=needed athmosphere | ||
+ | |number scheme=Number scheme | ||
+ | }} | ||
+ | <BR clear="all" /> | ||
+ | |||
+ | ==[[Database Templates]]== | ||
+ | Templates for [[Cargo|Cargo items]], [[Weapons]] and [[Upgrades]]. | ||
+ | |||
+ | * [[Template:Description:Cargo]] | ||
+ | * [[Template:Description:Armor]] | ||
+ | * [[Template:Description:Shield]] | ||
+ | * [[Template:Description:Overdrive]] | ||
+ | * [[Template:Description:Ammunition]] | ||
+ | |||
+ | ==[[Template:info]]== | ||
+ | <pre> | ||
+ | {{info}} | ||
+ | </pre> | ||
+ | |||
+ | gives: | ||
+ | |||
+ | {{info}} | ||
+ | |||
+ | ==[[Template:kbd]]== | ||
+ | <pre> | ||
+ | {{kbd|F11}} | ||
+ | {{kbd|Shift}} | ||
+ | {{kbd|a}} | ||
+ | </pre> | ||
+ | |||
+ | gives: | ||
+ | |||
+ | {{kbd|F11}} | ||
+ | {{kbd|Shift}} | ||
+ | {{kbd|a}} |
Latest revision as of 10:11, 30 September 2005
Contents
- 1 Available Templates
- 1.1 Template:Catmore
- 1.2 Template:Catmore2
- 1.3 Template:Wiki_Nav_Index
- 1.4 Template:Attention
- 1.5 Template:Moving_from_phpwiki
- 1.6 Template:TOC_Manual Draft/WIP
- 1.7 Template:NAV_Manual
- 1.8 Template:Reqimage
- 1.9 Template:Reqcargoimage
- 1.10 Template:Warning_text
- 1.11 Template:Fixme
- 1.12 Mouse button templates
- 1.13 Keyboard templates
- 1.14 Interface buttons
- 1.15 Cockpit indicators
- 1.16 Template:Reference
- 1.17 CVS Templates
- 1.18 Template:MasterPartList
- 1.19 Template:Faction Datasheet
- 1.20 Template:Species Datasheet
- 1.21 Database Templates
- 1.22 Template:info
- 1.23 Template:kbd
Available Templates
Please add new Templates (only if you need them of course) here to make them easily accessable for others.
You can borrow more (simple) templates from this link: http://en.wikipedia.org/wiki/Wikipedia:Boilerplate_text
Template:Catmore
{{catmore}}
gives
→ Read the main article about VsWiki:Templates...
Template:Catmore2
{{catmore2 | | link=Vegastrike }}
gives:
→ Read the main article about VsWiki:Templates...
{{Wiki_Nav_Index}}
gives:
Template:Attention
{{attention}}
gives:
Template:Moving_from_phpwiki
{{Moving_from_phpwiki}}
gives:
Template:TOC_Manual Draft/WIP
Template:NAV_Manual
{{NAV_Manual | | previous=[[Manual:Save and load|Save and Load]] | up=[[Manual]] | next=[[Manual#Play|Manual: Playing Vega Strike]] }}
gives:
Save and Load | Manual | Manual: Playing Vega Strike |
Template:Reqimage
{{reqimage}}
gives:
It is requested that additional image(s) should be included in this article, if possible. Once suitable additions have been made, you may remove this template message. See Category:Requested_images for other pages that are in need of images. |
Template:Reqcargoimage
{{reqcargoimage}}
gives:
It is requested that a new image should be included for this cargo item, if possible. Once suitable additions have been made and added to SVN, you may remove this template message. See Category:Requested_cargo_images for other cargo items that are in need of images. |
Template:Warning_text
{{Warning_text | | text=You ''really'' want to do something about your hair style. ;) }}
gives:
Template:Fixme
{{Fixme}}
gives:
FIXME
Mouse button templates
Template:LMB Template:MMB Template:RMB Template:Mousewheel
{{LMB}} {{MMB}} {{RMB}} {{Mousewheel}}
gives:
Keyboard templates
Please refer to Manual:Keyboard layout
Interface buttons
Template:Button:Buy Template:Button:Buy1 Template:Button:Buy10 Template:Button:Fix
Template:Button:Sell Template:Button:Sell1 Template:Button:Sell10
Template:Button:Cargo Template:Button:Ships Template:Button:Missions Template:Button:News Template:Button:Upgrades
Template:Button:Info Template:Button:Ship_stats Template:Button:Player info
Template:Button:Accept Template:Button:Done Template:Button:Basic repair
Template:Button:Save_Load Template:Button:Save Template:Button:Quit_game Template:Button:Load Template:Button:New
{{Button:Buy}} {{Button:Buy1}} {{Button:Buy10}} {{Button:Fix}}<BR/> {{Button:Sell}} {{Button:Sell1}} {{Button:Sell10}}<BR/> {{Button:Cargo}} {{Button:Ships}} {{Button:Missions}} {{Button:News}} {{Button:Upgrades}}<BR/> {{Button:Info}} {{Button:Ship_stats}} {{Button:Player info}}<BR/> {{Button:Accept}} {{Button:Done}} {{Button:Basic repair}}<BR/> {{Button:Save_Load}} {{Button:Save}} {{Button:Quit_game}} {{Button:Load}} {{Button:New}}<BR/>
gives:
Cockpit indicators
FIXME Some images are still needed.
Template:Cockpit:SPEC
Template:Cockpit:Jump
{{Cockpit:SPEC}} <BR/> {{Cockpit:Jump}} <BR/> ------Templates below are still needed.-------------------- {{Cockpit:Overload}} <BR/> {{Cockpit:ECM}} <BR/> {{Cockpit:Lock}} <- ''May need better name''<BR/> {{Cockpit:Fuel}} <- ''May need better name''<BR/> {{Cockpit:SPEC_Energy}} <- ''May need better name''<BR/> {{Cockpit:Weapon_Energy}} <- ''May need better name''
gives:
Template:Reference
{{Reference}}
gives:
→
CVS Templates
- Template:CVS:units.csv
- Template:CVS:vegastrike.config
- Template:CVS:MasterPartList
- Template:CVS:Cargoimage
{{CVS:units.csv}} {{CVS:vegastrike.config}} {{CVS:MasterPartList}} {{CVS:Cargoimage| |image=incense.png |}
gives:
Units.csv vegastrike.config Master Part List
Template:MasterPartList
{{MasterPartList}}
gives:
NOTE: Details from the Master Part List file.
Template:Faction Datasheet
{{Faction Datasheet| |name=Faction name |species=the species of the faction |homeworld=The species homeworld |capital=The capital/capitol of the faction }}
gives:
Faction name | |
---|---|
Species | the species of the faction |
Homeworld (Origin) | The species homeworld |
Capital | The capital/capitol of the faction |
Template:Species Datasheet
{{Species Datasheet| |name=Species name |age of species=How old the species is. |homeworld=Where the species comes from. |physical_characteristics=Size/weight of the average specimen |lifespan=average lifespan of the species. |habitat=needed athmosphere |number scheme=Number scheme }}
gives:
Species name | |
---|---|
Homeworld (Origin) | Where the species comes from. |
Age of spaceflight | {{{age of spaceflight}}} |
Physical characteristics | Size/weight of the average specimen |
Life span | average lifespan of the species. |
Habitat | needed athmosphere |
Number scheme | Number scheme |
Database Templates
Templates for Cargo items, Weapons and Upgrades.
- Template:Description:Cargo
- Template:Description:Armor
- Template:Description:Shield
- Template:Description:Overdrive
- Template:Description:Ammunition
Template:info
{{info}}
gives:
i
Template:kbd
{{kbd|F11}} {{kbd|Shift}} {{kbd|a}}
gives:
F11 Shift a