User:Aem/F1 Help Display: Difference between revisions

From FreeAllegiance Wiki
Jump to navigationJump to search
m (changed to a policy page)
m (how to use templates)
 
Line 8: Line 8:




==Orange words==
==Green words==
In the F1 menu you can make certain words 'clickable', such that more information is displayed in the second window. Wikis are not setup to do this, so in order to replicate it the following steps need to be taken:
In the F1 menu you can make certain words 'clickable', such that more information is displayed in the second window. Wikis are not setup to do this, so in order to replicate it the following steps need to be taken:


Placeholder
{|border=1 cellspacing=0 cellpadding=4
|-
|1||Whenever you want to represent a clickable word add a reference after the word by using ''<nowiki>{{ref|#}}</nowiki>'' (where each word needs a different number).||<nowiki>The commander{{ref|1}} is the one who receives all the money from miners{{ref|2}}.</nowiki>
|-
|2||At the end of the article add what would come up if you had clicked it using the ''<nowiki>{{Word|#|name|description}}</nowiki>||<nowiki>{{Word|1|Commander|Team leader who manages team resources}}
 
{{Word|2|Miners|AI-controlled ship which mines He3 rocks}}</nowiki>
|-
|3||Optional: Make the words within the article green by using the <nowiki>{{g|name}}</nowiki>.||The <nowiki>{{g|commander}}{{ref|1}} is the one who ...</nowiki>
|}
 
 
-----
 
Pulling it all together:
<pre>The {{g|commander}}{{ref|1}} is the one who receives all the money from {{g|miners}}{{ref|2}}.
 
-----
 
{{Word|1|Commander|Team leader who manages team resources}}
{{Word|2|Miners|AI-controlled ship which mines He3 rocks}}</pre>
Produces:
 
The {{g|commander}}{{ref|1}} is the one who receives all the money from {{g|miners}}{{ref|2}}.
 
-----
 
{{Word|1|Commander|Team leader who manages team resources}}
{{Word|2|Miners|AI-controlled ship which mines He3 rocks}}

Latest revision as of 11:06, 18 July 2009

Edit this structure

The great F1 update


This section of the wiki is used to update the F1 help menu in-game. As such, it has a few different rules to the rest of Allegwiki.

F1 rewrite policies

Placeholder.


Green words

In the F1 menu you can make certain words 'clickable', such that more information is displayed in the second window. Wikis are not setup to do this, so in order to replicate it the following steps need to be taken:

1 Whenever you want to represent a clickable word add a reference after the word by using {{ref|#}} (where each word needs a different number). The commander{{ref|1}} is the one who receives all the money from miners{{ref|2}}.
2 At the end of the article add what would come up if you had clicked it using the {{Word|#|name|description}} {{Word|1|Commander|Team leader who manages team resources}} {{Word|2|Miners|AI-controlled ship which mines He3 rocks}}
3 Optional: Make the words within the article green by using the {{g|name}}. The {{g|commander}}{{ref|1}} is the one who ...



Pulling it all together:

The {{g|commander}}{{ref|1}} is the one who receives all the money from {{g|miners}}{{ref|2}}.

-----

{{Word|1|Commander|Team leader who manages team resources}}
{{Word|2|Miners|AI-controlled ship which mines He3 rocks}}

Produces:

The commander[1] is the one who receives all the money from miners[2].


1  ·   Commander  Team leader who manages team resources
2  ·   Miners  AI-controlled ship which mines He3 rocks