To get rid of this ad please Sign up/Login.
Difference between revisions of "Template:Mission Chain Connector"
(test (template not ready yet)) |
m (test (template not ready yet)) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#switch: {{{connectorType}}} | |||
{{#switch: {{{connectorType | |||
| 0 = <tr> <!-- start of connectors row--> | | 0 = <tr> <!-- start of connectors row--> | ||
<td> <!-- start of connectors cell--> | <td> <!-- start of connectors cell--> | ||
<table style="width:100%; border: 0px solid; border-collapse: collapse; margin:0px; padding:0px" border="0"> | <table style="width:100%; border: 0px solid; border-collapse: collapse; margin:0px; padding:0px" border="0"> | ||
<tr style="height:30px"> | <tr style="height:30px"> | ||
<td style="width:100%; border: 0px solid; border-collapse: collapse; margin:0px; padding:0px; background:white; color: | <td style="width:100%; border: 0px solid; border-collapse: collapse; margin:0px; padding:0px; background:white; color:LightSlateGray" border="0" align="center"><small>please specify connector type</small></td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
</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--> | ||
<table style="width:100%; border: 1px solid; border-collapse: collapse; margin:0px; padding:0px" border="1"> | <table style="width:100%; border: 1px solid; border-collapse: collapse; margin:0px; padding:0px" border="1"> | ||
<tr style="height:30px"> | <tr style="height:30px"> | ||
<td style="width:100%; border: 1px solid; border-collapse: collapse; margin:0px; padding:0px; background:white; color: | <td style="width:100%; border: 1px solid; border-collapse: collapse; margin:0px; padding:0px; background:white; color:LightSlateGray" border="1" align="center"><small>please specify connector type</small></td> | ||
</tr> | </tr> | ||
</table> | </table> |
Latest revision as of 21:56, 6 May 2010
please specify connector type |