Template:StarfleetHistoryTable: Difference between revisions

From 118Wiki
Jump to navigation Jump to search
m (some tweaks to the invoke code and documentation. Added last note.)
(made title optional. Added documentation for it.)
Line 1: Line 1:
<includeonly>{| class="darktable" border='0' cellspacing='0' style="margin: 1em auto 1em auto;"
<includeonly>{| class="darktable" border='0' cellspacing='0' style="margin: 1em auto 1em auto;"
|-
|-
!  colspan="5" style="width:850px; {{#switch: {{{ROUNDBORDER|}}} | BOTH = border-radius: 20px 20px 0px 0px;" | LEFT = border-radius: 20px 0px 0px 0px;"| RIGHT = border-radius: 0px 20px 0px 0px;" | border-radius: 0px;" }}|<center>Starfleet Academy</center>
!  colspan="5" style="width:850px; {{#switch: {{{ROUNDBORDER|}}} | BOTH = border-radius: 20px 20px 0px 0px;" | LEFT = border-radius: 20px 0px 0px 0px;"| RIGHT = border-radius: 0px 20px 0px 0px;" | border-radius: 0px;" }}|<center>{{{HEADERTITLE|}}}</center>
|-
|-
! style="{{#if: {{{HEADERCOLOR|}}}|background: {{{HEADERCOLOR|}}};|}} width: 150px;"|'''Insignia'''
! style="{{#if: {{{HEADERCOLOR|}}}|background: {{{HEADERCOLOR|}}};|}} width: 150px;"|'''Insignia'''
Line 115: Line 115:
<pre>
<pre>
{{StarfleetHistoryTable
{{StarfleetHistoryTable
|HEADERTITLE=Starfleet Academy
|ROUNDBORDER=BOTH
|ROUNDBORDER=BOTH
|HEADERCOLOR=maroon
|HEADERCOLOR=maroon
Line 138: Line 139:


{{StarfleetHistoryTable
{{StarfleetHistoryTable
|HEADERTITLE=Starfleet Academy
|ROUNDBORDER=BOTH
|ROUNDBORDER=BOTH
|HEADERCOLOR=maroon
|HEADERCOLOR=maroon
Line 161: Line 163:
* ROUNDBORDER = Controls if the border of the table is rounded. Takes LEFT,RIGHT,BOTH. For normal square border, do not invoke.  
* ROUNDBORDER = Controls if the border of the table is rounded. Takes LEFT,RIGHT,BOTH. For normal square border, do not invoke.  
* HEADERCOLOR = Optional. Will set a color on the header if invoked. Please use the color names listed [https://developer.mozilla.org/en-US/docs/Web/CSS/color_value here]
* HEADERCOLOR = Optional. Will set a color on the header if invoked. Please use the color names listed [https://developer.mozilla.org/en-US/docs/Web/CSS/color_value here]
* HEADERTITLE = Will put a title in the first row. It's optional in case the character doesn't start at Starfleet Academy. Leaving it blank will leave a blank row


For any questions, or possibly requests, you can leave a line at [[User talk:Ceciri]]
For any questions, or possibly requests, you can leave a line at [[User talk:Ceciri]]
</noinclude>
</noinclude>

Revision as of 16:13, 18 November 2015

This table allows one to create a Starfleet History Table in LCARS style. To invoke, use the following:

{{StarfleetHistoryTable
|HEADERTITLE=Starfleet Academy
|ROUNDBORDER=BOTH
|HEADERCOLOR=maroon
|{{PersonalHistoryListing|Cadet 4th|Gold|RetroSlanted|238812.01|238812.12|N/A}}
|{{PersonalHistoryListing|Cadet 3rd|Gold|RetroSlanted|238901.02|238912.20|N/A}}
|{{PersonalHistoryListing|Cadet 2nd|Gold|RetroSlanted|239001.01|239012.07|N/A}}
|{{PersonalHistoryListing|Cadet 1st|Gold|RetroSlanted|239011.14|239112.14|N/A}}
|{{PersonalHistorySubheader|'''{{USS|Constitution|B}}''' [[File:Galaxy-icon1.gif]]}}
|{{PersonalHistorySubheader|'''Engineering Division'''|darkgoldenrod}}
|{{PersonalHistoryListing|Ensign|Gold|RetroSlanted|239112.15|239202.01|Engineering Officer}}
|{{PersonalHistoryListing|Lieutenant JG|Gold|RetroSlanted|239202.01|239202.16|Engineering Officer}}
|{{PersonalHistorySubheader|'''HCO Division'''|maroon}}
|{{PersonalHistoryListing|Lieutenant JG|Red|RetroSlanted|239202.16|239204.04|HCO}}
|{{PersonalHistorySubheader|'''{{USS|Doyle|A}}''' [[File:Luna-icon.gif]]}}
|{{PersonalHistorySubheader|'''HCO Division'''|maroon}}
|{{PersonalHistoryListing|Lieutenant JG|Red|RetroSlanted|239204.04|239204.09|HCO}}
|{{PersonalHistoryListing|Lieutenant|Red|RetroSlanted|239204.09|239207.04|HCO}}
|{{PersonalHistoryListing|Lieutenant Commander|Red|RetroSlanted|239207.04|239207.13|HCO}}
|{{PersonalHistoryListing|Lieutenant Commander|Red|RetroSlanted|239207.13|{{stardate}}|Chief HCO}}
}}

Results in:

Starfleet Academy
Insignia Rank From To Position
Alt-Yellow-C1-Cadet1.png
Cadet 4th 238812.01 238812.12 N/A
Alt-Yellow-C2-Cadet2.png
Cadet 3rd 238901.02 238912.20 N/A
Alt-Yellow-C3-Cadet3.png
Cadet 2nd 239001.01 239012.07 N/A
Alt-Yellow-C4-Cadet4.png
Cadet 1st 239011.14 239112.14 N/A
'USS Constitution-B' Galaxy-icon1.gif
'Engineering Division'
Alt-Yellow-O1-Ens.png
Ensign 239112.15 239202.01 Engineering Officer
Alt-Yellow-O2-LtJG.png
Lieutenant JG 239202.01 239202.16 Engineering Officer
'HCO Division'
Alt-Red-O2-LtJG.png
Lieutenant JG 239202.16 239204.04 HCO
'USS Doyle-A' Luna-icon.gif
'HCO Division'
Alt-Red-O2-LtJG.png
Lieutenant JG 239204.04 239204.09 HCO
Alt-Red-O3-Lt.png
Lieutenant 239204.09 239207.04 HCO
Alt-Red-O4-LtCmdr.png
Lieutenant Commander 239207.04 239207.13 HCO
Alt-Red-O4-LtCmdr.png
Lieutenant Commander 239207.13 240111.22 Chief HCO

Variables

  • ROUNDBORDER = Controls if the border of the table is rounded. Takes LEFT,RIGHT,BOTH. For normal square border, do not invoke.
  • HEADERCOLOR = Optional. Will set a color on the header if invoked. Please use the color names listed here
  • HEADERTITLE = Will put a title in the first row. It's optional in case the character doesn't start at Starfleet Academy. Leaving it blank will leave a blank row

For any questions, or possibly requests, you can leave a line at User talk:Ceciri