No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|style="padding: 2px;"| | |style="padding: 2px;"| | ||
|- | |- | ||
|align="center" colspan="2" style="background-color: {{{imagebg|#ffffff}}}; padding: 2px;"|[[File:{{#setmainimage:{{{image| | |align="center" colspan="2" style="background-color: {{{imagebg|#ffffff}}}; padding: 2px;"|[[File:{{#setmainimage:{{{image|ship-no-image.png}}}}}|{{{scale|300px}}}]] | ||
|- | |- | ||
{{#if: {{{quote|}}} {{{owner|}}} {{{co|}}} {{{xo|}}} {{{oo|}}} {{{science|}}} {{{|}}} {{{sec|}}} {{{engineer|}}} {{{cmo|}}} {{{discord|}}} {{{class|}}} {{{auxtype|}}} {{{auxname|}}}|{{!}} colspan="2" style="border-bottom:2px solid {{{line|#ffffff}}}; text-align:center; padding: 2px;"{{!}}{{{caption|}}} }} | {{#if: {{{quote|}}} {{{owner|}}} {{{co|}}} {{{xo|}}} {{{oo|}}} {{{science|}}} {{{|}}} {{{sec|}}} {{{engineer|}}} {{{cmo|}}} {{{discord|}}} {{{class|}}} {{{auxtype|}}} {{{auxname|}}}|{{!}} colspan="2" style="border-bottom:2px solid {{{line|#ffffff}}}; text-align:center; padding: 2px;"{{!}}{{{caption|}}} }} | ||
Line 50: | Line 50: | ||
---- | ---- | ||
<noinclude> | <noinclude> | ||
== Code Example == | |||
<pre> | |||
{{Ship Stats | |||
|image=Ship-no-image.png | |||
|owner=Big Deal Guy | |||
|co=Someone | |||
|xo=Someone Else | |||
|oo=Third Someone Else | |||
|science=Science Dude | |||
|sec=Security Dude | |||
|engineer=Engineering Dude | |||
|cmo=Doctor Dude | |||
|quote="Once more unto the breech, once more." - William Shakespeare | |||
|discord=Discord Server Invite Link | |||
|name=Lollipop | |||
|class=Gum-Ball Class Starship | |||
|auxtype=Yellow Submarine | |||
|auxname=Gummy | |||
}} | |||
</pre> | |||
== Other Options == | |||
<pre> | <pre> | ||
|mainbg= Templates background color. | |mainbg= Templates background color. | ||
|mainborder= Templates border color. | |mainborder= Templates border color. | ||
Line 64: | Line 85: | ||
|esbg= Set color of even rows. | |esbg= Set color of even rows. | ||
|osbg= Set color of odd rows. | |osbg= Set color of odd rows. | ||
</pre> | </pre> | ||
* '''Note: '''The color customization should be set using ''hexadecimal'' format ONLY! If you need help, talk with one of the Wiki editors. | * '''Note: '''The color customization should be set using ''hexadecimal'' format ONLY! If you need help, talk with one of the Wiki editors. | ||
== In-Use Example == | |||
{{Ship Stats | {{Ship Stats | ||
|image= | |image=Ship-no-image.png | ||
|owner=Big Deal Guy | |owner=Big Deal Guy | ||
|co=Someone | |co=Someone |
Revision as of 17:49, 27 November 2017
Ship Stats | ||||||
Ship Stats | ||||||
|
Code Example
{{Ship Stats |image=Ship-no-image.png |owner=Big Deal Guy |co=Someone |xo=Someone Else |oo=Third Someone Else |science=Science Dude |sec=Security Dude |engineer=Engineering Dude |cmo=Doctor Dude |quote="Once more unto the breech, once more." - William Shakespeare |discord=Discord Server Invite Link |name=Lollipop |class=Gum-Ball Class Starship |auxtype=Yellow Submarine |auxname=Gummy }}
Other Options
|mainbg= Templates background color. |mainborder= Templates border color. |titletext= Template title color. |titlebg= Title/header bg color. |titleborder= Title/header border color. |imagebg= Image section background color. |headertext= Set color of inner headers text. |headerbg= Set color of inner headers background. |line= Horizontal line(s) color. |nicknumbg= Character Fullname and Player Name Background Color. |esbg= Set color of even rows. |osbg= Set color of odd rows.
- Note: The color customization should be set using hexadecimal format ONLY! If you need help, talk with one of the Wiki editors.