Difference between revisions of "Wiki Templates"
From ALiVE Wiki
(Created page with "Templates are there to make the wiki all pretty and save yourselfs hours of formatting text etc etc. So use them. ==Notes== <pre>{{note}}</pre> {{note}} This is a note. (Shou...") |
(→Systems) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 13: | Line 13: | ||
The following is a table in which you can place the preformated module box | The following is a table in which you can place the preformated module box | ||
<pre>{| | <pre>{| | ||
− | ! style="text-align:left;"|Part of: | + | {| class="wikitable" |
+ | ! style="text-align:left;" scope="row" colspan="2" |Part of: | ||
|- | |- | ||
− | |{{Partof_Military}} | + | | scope="row" colspan="2"|{{Partof_Military}} |
|- | |- | ||
! style="text-align:left;"|Requirements: | ! style="text-align:left;"|Requirements: | ||
+ | ! style="text-align:left;"|Synced | ||
|- | |- | ||
− | |{{ | + | |{{Module_OPCOM}} |
+ | |{{Synced}} | ||
|- | |- | ||
|}</pre> | |}</pre> | ||
− | == | + | ==Systems== |
Used for modules to describe which module is part of what system. | Used for modules to describe which module is part of what system. | ||
Line 29: | Line 32: | ||
− | == | + | <pre>{{Partof_Civilian}}</pre> |
− | <pre>{{ | + | {{Partof_Civilian}} |
− | {{ | + | |
+ | ==Modules== | ||
+ | <pre>{{Module_Profiler}}</pre> | ||
+ | {{Module_Profiler}} | ||
+ | |||
+ | <pre>{{Module_OPCOM}}</pre> | ||
+ | {{Module_OPCOM}} | ||
+ | |||
+ | <pre>{{Module_MilPlacement}}</pre> | ||
+ | {{Module_MilPlacement}} | ||
+ | |||
+ | <pre>{{Module_MilCivPlacement}}</pre> | ||
+ | {{Module_MilCivPlacement}} | ||
+ | |||
+ | <pre>{{Module_Support}}</pre> | ||
+ | {{Module_Support}} | ||
+ | |||
+ | <pre>{{Module_Data}}</pre> | ||
+ | {{Module_Data}} |
Latest revision as of 12:16, 18 September 2015
Templates are there to make the wiki all pretty and save yourselfs hours of formatting text etc etc. So use them.
Contents
Notes
{{note}}
{{bad}}
Modules
Similar to the ALiVE PDF manual, we need to tell the readers what module is part of what and what the required modules are.
The following is a table in which you can place the preformated module box
{| {| class="wikitable" ! style="text-align:left;" scope="row" colspan="2" |Part of: |- | scope="row" colspan="2"|{{Partof_Military}} |- ! style="text-align:left;"|Requirements: ! style="text-align:left;"|Synced |- |{{Module_OPCOM}} |{{Synced}} |- |}
Systems
Used for modules to describe which module is part of what system.
{{Partof_Military}}
ALiVE Military |
{{Partof_Civilian}}
ALiVE Civilian |
Modules
{{Module_Profiler}}
Virtual AI System |
{{Module_OPCOM}}
Military AI Commander |
{{Module_MilPlacement}}
Military Placement (Mil Obj) |
{{Module_MilCivPlacement}}
Military Placement (Civ Obj) |
{{Module_Support}}
ALiVE Combat Support |
{{Module_Data}}
ALiVE Database |