Template:Shipinfo
(Difference between revisions)
m |
(updated) |
||
Line 1: | Line 1: | ||
{|cellpadding="2" style="float: right; width: 260px; background: #e3e3e3; margin-left: 1em; border-spacing: 1px;" | {|cellpadding="2" style="float: right; width: 260px; background: #e3e3e3; margin-left: 1em; border-spacing: 1px;" | ||
− | |- | + | {{ #if: {{{image_name|}}} | |
− | ! colspan="2" | + | {{!-}} bgcolor="#FFFFFF" |
− | | | + | ! colspan="2" {{!}} <center>[[Image:{{{image_name}}}|center|260px]]</center> |
+ | }} | ||
+ | |- | ||
! colspan="2" | <center>Facts</center> | ! colspan="2" | <center>Facts</center> | ||
− | | | + | |- bgcolor="#FFFFFF" |
− | | Class || {{{class}}} | + | | Class || {{#if: {{{class|}}} | {{ #ifexist: {{{class}}} | [[{{{class}}}]] | {{{class}}} }} | unknown shipclass }} |
− | | | + | |- bgcolor="#FFFFFF" |
− | | Serial Number || {{{serial}}} | + | | Serial Number || {{#if: {{{serial|}}} | {{{serial}}} | unknown }} |
− | | | + | |- bgcolor="#FFFFFF" |
− | | Commander || {{{commander}}} | + | | Commander || {{#if: {{{commander|}}} | {{ #ifexist: {{{commander}}} | [[{{{commander}}}]] | {{{commander}}} }} | unknown }} |
− | | | + | |- bgcolor="#FFFFFF" |
− | | Belonging || {{{owner}}} | + | | Belonging || {{#if: {{{owner|}}} | {{ #ifexist: {{{owner}}} | [[{{{owner}}}]] | {{{owner}}} }} | unknown }} |
− | | | + | |- bgcolor="#FFFFFF" |
− | | Construction Facility || {{{constructor}}} | + | | Construction Facility || {{#if: {{{constructor|}}} | {{ #ifexist: {{{constructor}}} | [[{{{constructor}}}]] | {{{constructor}}} }} | unknown }} |
− | | | + | |- bgcolor="#FFFFFF" |
− | | Home Planet || {{{home_system}}} | + | | Home Planet || {{#if: {{{home_system|}}} | {{ #ifexist: {{{home_system}}} | [[{{{home_system}}}]] | {{{home_system}}} }} | unknown }} |
− | | | + | |- bgcolor="#FFFFFF" |
− | | Status || {{{status}}} | + | | Status || {{#if: {{{status|}}} | {{{status}}} | unknown }} |
|} | |} | ||
Line 45: | Line 47: | ||
</pre> | </pre> | ||
− | '''Example (Resolution of Hector)''' | + | '''Example ([[Resolution of Hector]])''' |
<pre> | <pre> | ||
{{Shipinfo | {{Shipinfo | ||
|image_name =Resolution.jpg | |image_name =Resolution.jpg | ||
− | |class = | + | |class = |
− | |serial = | + | |serial = |
− | |commander = | + | |commander =Balance of Judgement |
|owner =[[Commonwealth]]/[[Restorians]] | |owner =[[Commonwealth]]/[[Restorians]] | ||
− | |constructor = | + | |constructor =Sinti |
− | |home_system = | + | |home_system =Sinti |
|status =destroyed | |status =destroyed | ||
}} | }} |
Revision as of 22:58, 20 April 2007
| |
---|---|
Class | unknown shipclass |
Serial Number | unknown |
Commander | unknown |
Belonging | unknown |
Construction Facility | unknown |
Home Planet | unknown |
Status | unknown |
Usage
Universal
{{Shipinfo |image_name ="name of the image" |class ="class of the ship" |serial ="serial Number the ship" |commander ="name of the commander" |owner ="the race / group it belongs to" |constructor ="the race/shipyard/person who constructed the ship" |home_system ="the system/planet it mainly belongs to" |status ="status of the Ship (active,inactive,stolen,destroyed,etc)" }}
Example (Resolution of Hector)
{{Shipinfo |image_name =Resolution.jpg |class = |serial = |commander =Balance of Judgement |owner =[[Commonwealth]]/[[Restorians]] |constructor =Sinti |home_system =Sinti |status =destroyed }}