Template:Marines: Difference between revisions

Template page
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| border="1" cellspacing="0" cellpadding="2" width="80%" style="background-color:#EEEEFF;" 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
|-
|-
| {{{name}}} || {{{description}}} || {{{difficulty}}}
| {{{name}}} || {{{description}}} || {{{difficulty}}}
|-
|-
|}
<noinclude>
<noinclude>
= Notes =
'''If you're confused by templates click [https://www.mediawiki.org/wiki/Help:Templates#Creation here.]'''
= Key/Notes: =
* '''name''' = Job name
* '''name''' = Job name
* '''description''' = Description of the job.
* '''description''' = Description of the job.
* '''difficulty''' = Difficulty of the job
* '''difficulty''' = Difficulty of the job


= Usage =
 
  <nowiki>{{Test
== Usage ==
  <nowiki>
{{Marines
| name = [[File:MilitaryPolice.png|64px|link=Military Police]]<br>[[Military Police]]  
| 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.  
| 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}}
| difficulty = Medium}}
|}</nowiki>
|}
</nowiki>


'''Result:'''
==Result==
 
{| border="1" cellspacing="0" cellpadding="2" width="80%" class="wikitable sortable"
{{Test
! scope="col" style="background-color:lightblue;" width=200|Job
| name = [[File:MilitaryPolice.png|64px|link=Military Police]]<br>[[Military Police]]  
! 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.  
| 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}}
| difficulty = '''Medium'''}}
 
|}


== Blank Template ==
== Blank Template ==


  <nowiki>{{Test
  <nowiki>{{Marines
| name = Fill in
| name = Fill in
| description = Fill in
| description = Fill in
| difficulty = Fill in}}</nowiki>
| difficulty = Fill in}}
|}</nowiki>
</noinclude>
</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
MilitaryPolice.png
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}}
|}