Difference between revisions of "Template:Mission Chain Connector"

From EntropiaPlanets Wiki - Entropia Universe Guides Wiki Info
m (test (template not ready yet))
m (test (template not ready yet))
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
{{#switch: {{{connectorType}}}
This template is used on Mission Chain pages to display connectoions between mission. It contains a switch between 4 different connection types.
<noinclude>
 
{{#switch: {{{connectorType|0}}}
 
  | 0 = <tr> <!-- start of connectors row-->
  | 0 = <tr> <!-- start of connectors row-->
<td> <!-- start of connectors cell-->
<td> <!-- start of connectors cell-->
Line 14: Line 9:
</td> <!-- end of connectors cell-->
</td> <!-- end of connectors cell-->
</tr> <!-- end of connectors row-->
</tr> <!-- end of connectors row-->
<!-- connector type 1: simple sequence - one mission follows one mission-->
<!-- connector type 1: simple sequence - one mission follows one mission-->
  | 1 = <tr> <!-- start of connectors row-->
  | 1 = <tr> <!-- start of connectors row-->
Line 27: Line 21:
</td> <!-- end of connectors cell-->
</td> <!-- end of connectors cell-->
</tr> <!-- end of connectors row-->
</tr> <!-- end of connectors row-->
<!-- connector type 2: parallel sequence - two missions follow two missions-->
<!-- connector type 2: parallel sequence - two missions follow two missions-->
  | 2 = <tr> <!-- start of connectors row-->
  | 2 = <tr> <!-- start of connectors row-->
Line 42: Line 35:
</td> <!-- end of connectors cell-->
</td> <!-- end of connectors cell-->
</tr> <!-- end of connectors row-->
</tr> <!-- end of connectors row-->
<!-- connector type 3: branching - two missions follow one mission-->
<!-- connector type 3: branching - two missions follow one mission-->
  | 3 = <tr> <!-- start of connectors row-->
  | 3 = <tr> <!-- start of connectors row-->
Line 69: Line 61:
</td> <!-- end of connectors cell-->
</td> <!-- end of connectors cell-->
</tr> <!-- end of connectors row-->
</tr> <!-- end of connectors row-->
<!-- connector type 4: branches merging - one mission follows two mission-->
<!-- connector type 4: branches merging - one mission follows two mission-->
  | 4 = <tr> <!-- start of connectors row-->
  | 4 = <tr> <!-- start of connectors row-->
Line 96: Line 87:
</td> <!-- end of connectors cell-->
</td> <!-- end of connectors cell-->
</tr> <!-- end of connectors row-->
</tr> <!-- end of connectors row-->
  | #default = <tr> <!-- start of connectors row-->
  | #default = <tr> <!-- start of connectors row-->
<td> <!-- start of connectors cell-->
<td> <!-- start of connectors cell-->

Latest revision as of 21:56, 6 May 2010

please specify connector type