Template:Starbase: Difference between revisions
Template page
More actions
No edit summary |
mNo edit summary |
||
| (29 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
< | <includeonly> | ||
<infobox theme="bravo"> | |||
{{ | <title source="name"> | ||
<default>{{PAGENAME}}</default><format>'''{{{name|}}}'''</format> | |||
</title> | |||
<data source="image" name="image"><format>{{{image|}}}</format></data> | |||
<header>General Information</header> | |||
<data source="registry"><label>Registry</label></data> | |||
<data source="class"><label>Class</label><format>[[{{{class}}} Class|''{{{class}}}''-class]]</format></data> | |||
<data source="complexClass"><label>Class</label></data> | |||
<data source="affiliation"><label>Affiliation</label></data> | |||
<data source="status"><label>Status</label></data> | |||
{ | <data source="commissioned"><label>Commissioned</label></data> | ||
| | <data source="decommissioned"><label>Decommissioned</label></data> | ||
<data source="destroyed"><label>Destroyed</label></data> | |||
<header>{{#if:{{{system|}}}{{{sector|}}}{{{region|}}}{{{quadrant|}}}|Location}}</header> | |||
<data source="system"><label>System</label></data> | |||
<data source="sector"><label>Sector</label></data> | |||
<data source="region"><label>Region</label></data> | |||
<data source="quadrant"><label>Quadrant</label></data> | |||
<header>{{#if:{{{role|}}}{{{unit|}}}{{{taskforce|}}}{{{taskgroup|}}}{{{squadron|}}}{{{division|}}}|Assignment}}</header> | |||
<data source="role"><label>Role</label></data> | |||
<data source="unit"><label>Unit</label></data> | |||
<data source="taskforce"><label>Task Force</label><format>[[{{{taskforce|}}}]]</format></data> | |||
{{#if: {{{ | <data source="taskgroup"><label>Task Group</label><format>[[{{{taskforce}}}#{{{taskgroup}}}|{{{taskgroup|}}}]]</format></data> | ||
{{ | <data source="squadron"><label>Squadron</label><format>[[{{{squadron|}}}]]</format></data> | ||
<data source="division"><label>Division</label><format>{{#if:{{{squadron|}}}|[[{{{squadron|}}}#{{{division|}}}|{{{division|}}}]]|[[{{{division|}}}]]}}</format></data> | |||
{ | <header>{{#if:{{{co|}}}{{{xo|}}}{{{crew|}}}|Personnel}}</header> | ||
<data source="co"><label>Commanding Officer</label></data> | |||
<data source="xo"><label>Executive Officer</label></data> | |||
<data source="crew"><label>Station Populations</label></data> | |||
{{#if: {{{ | <image source="dedication"/> | ||
<header name="footer">[[Template:Starbase]]</header> | |||
</infobox> | |||
{ | {{#if: {{{templatemode|}}}|<!-- do nothing -->|<!--else-->[[Category:Starbases]]{{#if: {{{taskforce|}}}|[[Category:{{{taskforce}}}]]|<!-- do nothing -->}}{{#if: {{{unit|}}}|[[Category:{{{unit}}}]]|<!-- do nothing -->}}{{#if: {{{class|}}}|[[Category:{{{class}}}-class]]}}{{DEFAULTSORT:{{{name}}}}}}} | ||
</includeonly> | |||
{{{ | |||
{{ | |||
{{#if: {{{ | |||
{{{ | |||
{{#if: {{{ | |||
{{ | |||
{{#if: {{{ | |||
| | |||
{{#if: {{{ | |||
{{ | |||
{{ | |||
{{{ | |||
{{#if: {{{ | |||
{{ | |||
<noinclude> | <noinclude> | ||
==Starbase== | |||
This infobox exists for the purpose of providing a uniform method for displaying starbase information. The code snippet below should be copied in its entirety and set at the top of a new article. For rows with no values, simply leave the line blank and it will not render in the final infobox. | |||
==Notes== | |||
*Name - Just enter the squadron's name here. No need for formattig. | |||
*CO - This should be linked for your BFMS character page. | |||
*XO - This should be linked for your BFMS character page. | |||
*Unit - This is only to be used by RPGs and ships belonging to BFSS members. Leave this blank. | |||
*Squadron - Only use this if your BFMS group command consists of 4 or more commands. Otherwise leave blank. | |||
*Division - Use this if your BFMS group command consists of 3 or less commands. Otherwise leave blank. | |||
==Code== | |||
<pre> | <pre> | ||
{{Starbase | {{Starbase | ||
| name = | | name = | ||
| image = | | image = | ||
| registry = | | registry = | ||
| class = | | class = | ||
| | | complexClass = (use this field instead if the class for the starbase is non-standard or multi-lined. You will need to format links appropriately and do category links as well) | ||
| | | affiliation = | ||
| taskforce = | | status = (Active/Decommissioned/Destroyed) | ||
| quadrant = | | commissioned = | ||
| role = | | decommissioned = | ||
| affiliation = | | destroyed = | ||
| sector = | | system = | ||
| | | sector = | ||
| co = | | region = | ||
| crew = | | quadrant = | ||
}}</pre> | | role = | ||
| unit = (only for RPGs -- use Fourth Fleet Expeditionary Group) | |||
| taskforce = (only supply a task force for primary/squadron commands, RPGs are not in task forces) | |||
| taskgroup = (only supply a task force for primary/squadron commands, RPGs are not in task forces) | |||
| squadron = (only supply a squadron if you have a squadron) | |||
| co = | |||
| xo = | |||
| crew = | |||
| dedication = | |||
}} | |||
</pre> | |||
==Example== | |||
{{Starbase | |||
| name = Starbase Kickass | |||
| image = [[file:spacedockclass.png]] | |||
| registry = | |||
| class = Spacedock | |||
| complexClass = | |||
| affiliation = The Eternal Rave | |||
| status = Partying | |||
| commissioned = | |||
| decommissioned = | |||
| destroyed = | |||
| system = The fun one, with all the parties going on | |||
| sector = Wouldn't you like to know | |||
| region = | |||
| quadrant = | |||
| role = Spinning Top of Death | |||
| unit = | |||
| taskforce = Task Force Kickass | |||
| taskgroup = | |||
| squadron = | |||
| co = Depends on the day of the week really | |||
| xo = | |||
| crew = The Never Ending Rave! | |||
| dedication = | |||
| templatemode = nocats | |||
}} | |||
<pre> | |||
{{Starbase | |||
| name = Starbase Kickass | |||
| image = [[file:spacedockclass.png]] | |||
| registry = | |||
| class = Spacedock | |||
| complexClass = | |||
| affiliation = The Eternal Rave | |||
| status = Partying | |||
| commissioned = | |||
| decommissioned = | |||
| destroyed = | |||
| system = The fun one, with all the parties going on | |||
| sector = Wouldn't you like to know | |||
| region = | |||
| quadrant = | |||
| role = Spinning Top of Death | |||
| unit = | |||
| taskforce = Task Force Kickass | |||
| taskgroup = | |||
| squadron = | |||
| co = Depends on the day of the week really | |||
| xo = | |||
| crew = The Never Ending Rave! | |||
| dedication = | |||
}} | |||
</pre> | |||
{{clear}} | |||
[[Category:Infobox Templates]] | |||
</noinclude> | </noinclude> | ||
Latest revision as of 11:48, 10 July 2025
Starbase
This infobox exists for the purpose of providing a uniform method for displaying starbase information. The code snippet below should be copied in its entirety and set at the top of a new article. For rows with no values, simply leave the line blank and it will not render in the final infobox.
Notes
- Name - Just enter the squadron's name here. No need for formattig.
- CO - This should be linked for your BFMS character page.
- XO - This should be linked for your BFMS character page.
- Unit - This is only to be used by RPGs and ships belonging to BFSS members. Leave this blank.
- Squadron - Only use this if your BFMS group command consists of 4 or more commands. Otherwise leave blank.
- Division - Use this if your BFMS group command consists of 3 or less commands. Otherwise leave blank.
Code
{{Starbase
| name =
| image =
| registry =
| class =
| complexClass = (use this field instead if the class for the starbase is non-standard or multi-lined. You will need to format links appropriately and do category links as well)
| affiliation =
| status = (Active/Decommissioned/Destroyed)
| commissioned =
| decommissioned =
| destroyed =
| system =
| sector =
| region =
| quadrant =
| role =
| unit = (only for RPGs -- use Fourth Fleet Expeditionary Group)
| taskforce = (only supply a task force for primary/squadron commands, RPGs are not in task forces)
| taskgroup = (only supply a task force for primary/squadron commands, RPGs are not in task forces)
| squadron = (only supply a squadron if you have a squadron)
| co =
| xo =
| crew =
| dedication =
}}
Example
{{Starbase
| name = Starbase Kickass
| image = [[file:spacedockclass.png]]
| registry =
| class = Spacedock
| complexClass =
| affiliation = The Eternal Rave
| status = Partying
| commissioned =
| decommissioned =
| destroyed =
| system = The fun one, with all the parties going on
| sector = Wouldn't you like to know
| region =
| quadrant =
| role = Spinning Top of Death
| unit =
| taskforce = Task Force Kickass
| taskgroup =
| squadron =
| co = Depends on the day of the week really
| xo =
| crew = The Never Ending Rave!
| dedication =
}}