More actions
No edit summary |
No edit summary |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
|- | |- | ||
| {{{name}}} || {{{ | | {{{name}}} || {{{description}}} || {{{difficulty}}} | ||
|- | |- | ||
<noinclude> | |||
'''If you're confused by templates click [https://www.mediawiki.org/wiki/Help:Templates#Creation here.]''' | |||
= Key/Notes: = | |||
* '''name''' = Job name | |||
* '''description''' = Description of the job. | |||
* '''difficulty''' = Difficulty of the job | |||
== Usage == | |||
<nowiki> | |||
{{Marines | |||
| name = [[File:MilitaryPolice.png|64px|link=Military Police]]<br>[[Military Police]] | |||
| description = Uphold and Enforce Marine Law. Detain anyone not following Marine Law. Defend the ship from invaders. Keep the crew of the Almayer safe. | |||
| difficulty = Medium}} | |||
|} | |||
</nowiki> | |||
==Result== | |||
{| border="1" cellspacing="0" cellpadding="2" width="80%" class="wikitable sortable" | |||
! scope="col" style="background-color:lightblue;" width=200|Job | |||
! scope="col" class="unsortable" style="background-color:lightblue;" |Role | |||
! scope="col" style="background-color:lightblue;" width=100|Difficulty | |||
{{Marines | |||
| name = [[File:MilitaryPolice.png|64px|link=Military Police]]<br>'''[[Military Police]]''' | |||
| description = Uphold and Enforce Marine Law. Detain anyone not following Marine Law. Defend the ship from invaders. Keep the crew of the Almayer safe. | |||
| difficulty = '''Medium'''}} | |||
|} | |||
== Blank Template == | |||
<nowiki>{{Marines | |||
| name = Fill in | |||
| description = Fill in | |||
| difficulty = Fill in}} | |||
|}</nowiki> | |||
</noinclude> |
Latest revision as of 11:30, 1 June 2017
|- | {{{name}}} || {{{description}}} || {{{difficulty}}} |-
If you're confused by templates click here.
Key/Notes:
- name = Job name
- description = Description of the job.
- difficulty = Difficulty of the job
Usage
{{Marines | name = [[File:MilitaryPolice.png|64px|link=Military Police]]<br>[[Military Police]] | description = Uphold and Enforce Marine Law. Detain anyone not following Marine Law. Defend the ship from invaders. Keep the crew of the Almayer safe. | difficulty = Medium}} |}
Result
Job | Role | Difficulty |
---|---|---|
Military Police |
Uphold and Enforce Marine Law. Detain anyone not following Marine Law. Defend the ship from invaders. Keep the crew of the Almayer safe. | Medium |
Blank Template
{{Marines | name = Fill in | description = Fill in | difficulty = Fill in}} |}