Difference between revisions of "VsWiki:Templates"
Line 75: | Line 75: | ||
==General Editing Templates== | ==General Editing Templates== | ||
+ | ===Spoiler=== | ||
+ | '''Description''' | ||
+ | Put this at the top of any page which may contain spoilers for campaigns. | ||
+ | |||
+ | '''Usage''' | ||
+ | <pre> | ||
+ | {{Spoiler}} | ||
+ | </pre> | ||
+ | |||
+ | gives: | ||
+ | {{Spoiler}} | ||
+ | |||
===Attention=== | ===Attention=== | ||
'''Description''' | '''Description''' | ||
Line 152: | Line 164: | ||
gives: | gives: | ||
{{Button:Missions}} | {{Button:Missions}} | ||
+ | |||
+ | For further usage examples see [[Templates:Buttons|Button Templates]]. | ||
===Required Buttons=== | ===Required Buttons=== | ||
Line 159: | Line 173: | ||
==[[Database_Templates|Database Templates]]== | ==[[Database_Templates|Database Templates]]== | ||
− | + | For further usage examples see [[Templates:Database|Database Templates]]. | |
[[Category:Templates]] | [[Category:Templates]] |
Revision as of 10:40, 9 February 2006
Contents
Layout Templates
Description
Displays the main Wiki Navigation index. Place at the top of main section pages.
Usage
{{Wiki_Nav_Index}}
gives:
Description Navigation arrows to go up to the previous level, as well as the previous and next item in the database.
Usage
{{NAV_Database | | previous=none | up=[[Vegastrike]] | next=[[Species]] }}
gives:
none | Vegastrike | Species |
Description Navigation arrows to go up to the previous level, as well as the previous and next article in the manual.
Usage
{{NAV_Manual | | previous=[[Manual:Computer:Ships screen|Ships screen]] | up=[[Manual#Inflight|Manual]] | next=[[Manual:Advanced flight|Advanced Flight]] }}
gives:
Ships screen | Manual | Advanced Flight |
Parent Link
Description Navigation arrow to go back up a level.
Usage
{{parent_link|parent=[[Cargo:Food|Food]]}}
gives:
Food |
General Editing Templates
Spoiler
Description Put this at the top of any page which may contain spoilers for campaigns.
Usage
{{Spoiler}}
gives:
This page may contain SPOILERS of missions and other content of the game. Please do not read this if you want to play the game from the beginning and without knowledge you shouldn't have yet ;) |
Attention
Description
For pages that are currently only stubs or are only partially complete, place this at the top of the page. As well as adding the attention text to the page, the page will be placed under the Pages that need attention page for easy reference.
Usage
{{attention}}
gives:
Fixme
Description
This is a useful marker for small errors or additions required for pages. Pages will be placed under the Fixme page for easy reference.
Usage
{{Fixme}}
gives: FIXME
Warning Text
Description
Useful for highlighting important facts.
Usage
{{warning_text| |text=Autopilot is '''obsolete''' and is only available for mods. It it not used in the Core game. }}
gives:
Miving from PHP Wiki
Description
Usage
{{Moving_from_phpwiki}}
gives:
Keyboard Templates
Interface Buttons
Current Buttons
,
Usage
{{Button:Missions}}
gives:
For further usage examples see Button Templates.
Required Buttons
All the buttons for the Navigation computer have yet to be created as templates.
Database Templates
For further usage examples see Database Templates.