Guidelines

From Holowiki
Jump to: navigation, search

Contents

General Comments

How to create a link to another page on the wiki:

Example: We want to place a link on the Galae Ranks page to point to the Starfleet Ranks page.

The Starfleet Ranks page is located in United Federation of Planets/Starfleet/, so the correct link would be

[[Starfleet Ranks]]

If we wanted that the link is displayed with a different name, we'd write

[[Starfleet Ranks|Starfleet Officer Ranks]]

This will display "Starfleet Officer Ranks", but still point to [[Starfleet Ranks]]

  • Important: Links are case-sensitive
  • If you write a text, don't forget to cross-reference. After all, this is a wiki, so information should be interlinked so you can easily get from one topic to another one by clicking on a link in the text you're reading.
  • If you need help with anything wiki-related, please contact Mel in-game or send a mail to mel at galae dot org.

Wiki Formatting

General Text Markup

The table below is taken from http://www.mediawiki.org/wiki/Help:Formatting.


You type You get
''italic'' italic
'''bold''' bold
'''''bold & italic''''' bold & italic
<nowiki>no ''markup''</nowiki> no ''markup''
== heading 1 ==
=== heading 2 ===
==== heading 3 ====
===== heading 4 =====

heading 1

heading 2

heading 3

heading 4
----
* one
* two
* three
** three and one-third
** three and two-thirds
  • one
  • two
  • three
    • three and one-third
    • three and two-thirds
# one
# two
## two point one
## two point two
  1. one
  2. two
    1. two point one
    2. two point one
;Definition
:item 1
:item 2
Definition
item 1
item 2
 preformatted text is done with a space at the beginning of the line
preformatted text is done with 
a space at the beginning of the line

Table Markup

Here's the basic markup for a table. This was taken from http://www.mediawiki.org/wiki/Help:Tables. It is also possible to customise tables using CSS and a little HTML. Further and more thorough information can be found at the above link.


{| start table
|+ table caption, optional; only one per table and between table start and first row
|- table row, optional on first row -- wiki engine assumes the first row
! table header cell, optional. Consecutive table headers may be added on same line separated by double marks (!!) or start on new lines, each with its own single mark (!).
| table data cell, required! Consecutive table data cells may be added on same line separated by double marks (||) or start on new lines, each with its own single mark (|).
|} end table

More links on Wiki Editing

http://www.mediawiki.org/wiki/Help:Links

http://www.mediawiki.org/wiki/Help:Images


Templates

Orgs

Infobox

Supposed to look like this:

Orginfobox.jpg


And this is the sourcecode:

Important: You have to erase the leading spaces for the template to work!

 {{Org Infobox
 | name=<org name>
 | image=[[Image:<image name>]]
 | government=<government type>
 | ruling-body=<ruling body>
 | capital=<capital city>
 | species=<species>
 | military=<military organisation>
 }}

Characters

For details and additional information on character page generation refer to: Character Page.

Infobox

Supposed to look like this:

Charinfobox.jpg

And this is the sourcecode:

Important: You have to erase the leading spaces for the template to work!

 {{Character Infobox
 | name=<name>
 | image=[[Image:<image name>]]
 | species=<species>
 | gender=<gender>
 | dob=<date of birth>
 | home-planet=<planet of origin>
 | affiliation=<affiliation>
 | posting=<posting>
 | position=<position>
 | rank=<rank>
 | security-clearance=<security clearance>
 }}

Character Template

Below you will find the code for a generic character page. Take it as a base for your character page. You are not forced to enter all information, but what you think important. Delete the lines that don't apply.

Important: You have to erase the leading spaces for the template to work!

 {| class="char_table"
 |-
 | colspan="2" class="char_title" | <character name>
 |-
 | colspan="2" class="char_td" | [[Image:<character image>|center]]
 |- 
 | class="char_th" | Species:
 | class="char_td" | <species>
 |-
 | class="char_th" | Gender:
 | class="char_td" | <gender>
 |-
 | class="char_th" | Date of Birth:
 | class="char_td" | <dob>
 |- 
 | class="char_th" | Home Planet:
 | class="char_td" | <home planet>
 |- 
 | class="char_th" | Affiliation:
 | class="char_td" | <affiliation>
 |-
 | class="char_th" | Posting:
 | class="char_td" | <posting>
 |-
 | class="char_th" | Position:
 | class="char_td" | <position>
 |-
 | class="char_th" | Rank:
 | class="char_td" | <rank>
 |- 
 | class="char_th" | Security Clearance:
 | class="char_td" | <security clearance>
 |- 
 |}

 <span class="toclimit-3">__TOC__</span>

 == Service Record ==


 === Schooling ===


 {| class="cp_table"
 |-
 | class="cp_left"   | <from when>
 | class="cp_dash"   | -
 | class="cp_center" | <till when> 
 | class="cp_right"  | <what, where>
 |-
 | class="cp_left"   | <from when>
 | class="cp_dash"   | -
 | class="cp_center" | <till when> 
 | class="cp_right"  | <what, where>
 |-
 |}
 <br />

 === Training ===

 {| class="cp_table"
 |-
 | class="cp_left"   | <from when>
 | class="cp_dash"   | -
 | class="cp_center" | <till when> 
 | class="cp_right"  | <what, where>
 |-
 | class="cp_left"   | <from when>
 | class="cp_dash"   | -
 | class="cp_center" | <till when> 
 | class="cp_right"  | <what, where>
 |-
 |}
 <br />

 === Skills ===

 * <skill>
 * <skill>
 <br />

 === Duty Assignments ===

 {| class="cp_table"
 |-
 | class="cp_left"   | <from when>
 | class="cp_dash"   | -
 | class="cp_center" | <till when> 
 | class="cp_right"  | <what, where>
 |-
 | class="cp_left"   | <from when>
 | class="cp_dash"   | -
 | class="cp_center" | <till when> 
 | class="cp_right"  | <what, where>
 |-
 |}
 <br />

 === Career Advancement ===

 {| class="cp_table"
 |-
 | class="cp_promo"  | <stardate>
 | class="cp_right"  | <which>
 |-
 | class="cp_promo"  | <stardate>
 | class="cp_right"  | <what>
 |-
 |}
 <br />

 === Service Acknowledgements ===


 ==== Medals ====

 {| class="cp_table"
 |-
 | class="cp_promo"  | <stardate>
 | class="cp_right"  | <which>
 |-
 | class="cp_promo"  | <stardate>
 | class="cp_right"  | <what>
 |-
 |}

 ==== Awards ====

 {| class="cp_table"
 |-
 | class="cp_promo"  | <stardate>
 | class="cp_right"  | <what>
 |-
 | class="cp_promo"  | <stardate>
 | class="cp_right"  | <what>
 |-
 |}

 ==== Commendations ====

 {| class="cp_table"
 |-
 | class="cp_promo"  | <stardate>
 | class="cp_right"  | <what for>
 |-
 | class="cp_promo"  | <stardate>
 | class="cp_right"  | <what for>
 |-
 |}
 <br />

 === Disciplinary Data ===


 ==== Reprimands ====

 {| class="cp_table"
 |-
 | class="cp_promo"  | <stardate>
 | class="cp_right"  | <why>
 |-
 | class="cp_promo"  | <stardate>
 | class="cp_right"  | <why>
 |-
 |}

 ==== Court Martial Records ====

 {| class="cp_table"
 |-
 | class="cp_promo"  | <stardate>
 | class="cp_right"  | <why>
 |-
 | class="cp_promo"  | <stardate>
 | class="cp_right"  | <why>
 |-
 |}

 ==== Arrest Records ====

 {| class="cp_table"
 |-
 | class="cp_promo"  | <stardate>
 | class="cp_right"  | <why>
 |-
 | class="cp_promo"  | <stardate>
 | class="cp_right"  | <why>
 |-
 |}
 <br />

 === Family Information ===

 Mother: <mother>
 Father: <father>
 Siblings: <siblings>
 Marital Status: <status>
 Spouse: <spouse>
 Children: <children>
 hru'hfirh: <for RSE characters only>
 <br />

 === Medical Record ===


 ==== Injuries and Diseases ====
 
 {| class="cp_table"
 |-
 | class="cp_promo"  | <stardate>
 | class="cp_right"  | <what>
 |-
 | class="cp_promo"  | <stardate> 
 | class="cp_right"  | <what>
 |-
 |}


 ==== Psychological Profile ====

 <bla bla>
 <br />

 == Biography ==

 <bla bla bla>
 <br />

 == Misc ==


 [[Category:<military org> Personnel|<lastname>]]
 [[Category:Military Personnel|<lastname>]]
Personal tools
Namespaces

Variants
Actions
Current Date
  • Stardate 20120520.0355
  • UFP: 24-02-2401
  • RSE: 12-5-Earth, 1917
Holotrek Stuff
Orgs
Mediawiki Stuff
Toolbox