Difference between revisions of "Template:Organisation"
Template page
m |
m (Bringing up to scratch) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
< | <includeonly> | ||
<infobox theme="bravo"> | |||
{{ | <title source="name"> | ||
{{ | <default>{{pagename}}</default><format>{{{name|}}}</format> | ||
</title> | |||
<image source="image"/> | |||
<data source="founded"><label>Founded</label><format>{{{founded}}}</format></data> | |||
<data source="affiliation"><label>Affiliation(s)</label><format>{{{affiliation}}}</format></data> | |||
<data source="headquarters"><label>Headquarters</label><format>{{{headquarters}}}</format></data> | |||
<data source="primary mission"><label>Primary Mission</label><format>{{{primary mission}}}</format></data> | |||
{{{founded}}} | <data source="location"><label>Location</label><format>{{{location}}}</format></data> | ||
<data source="leadership"><label>Leadership</label><format>{{{leadership}}}</format></data> | |||
<data source="motto"><label>Motto</label><format>{{{motto}}}</format></data> | |||
<data source="flagship"><label>Flagship</label><format>{{{flagship}}}</format></data> | |||
<data source="status"><label>Status</label><format>{{{status}}}</format></data> | |||
{{{affiliation}}} | <header name="footer">[[Template:Organisation]]</header> | ||
</infobox> | |||
{{#if: {{{templatemode|}}}|<!-- do nothing -->|<!--else-->[[Category:Organisation]] | |||
}} | |||
</includeonly> | |||
{{{headquarters}}} | <noinclude> | ||
==Organisation== | |||
{{{primary mission}}} | |||
{{{location}}} | |||
{{{leadership}}} | |||
{{{motto}}} | |||
{{#if: {{{ | |||
| | |||
<pre> | <pre> | ||
{{Organisation | {{Organisation | ||
|name= | | name = | ||
|image= | | image = | ||
|founded= | | founded = | ||
|affiliation= | | affiliation = | ||
|headquarters= | | headquarters = Where is the organisation headquartered | ||
|primary mission= | | primary mission = | ||
|location= | | location = What is the area of operations for the organisation | ||
|leadership= | | leadership = | ||
|flagship= | | motto = | ||
| | | flagship = | ||
| status = | |||
}}</pre> | }}</pre> | ||
[[Category:Infobox Templates | ==Example== | ||
{{Organisation | |||
| name = Totally Legitimate Salvage Operators | |||
| image = | |||
| founded = 2399 | |||
| affiliation = [[Starfleet]] (loosely) | |||
| headquarters = [[SS Vondem Rose]] | |||
| primary mission = *Starfleet salvage operators | |||
*Colonial development | |||
*Discreet cargo operations | |||
*Property liberation and acquistion | |||
| location = *Archanis Sector | |||
*Romulan border territories | |||
| leadership = | |||
*CEO - Sidda Sadovu | |||
*CFO - Na'roq | |||
| motto = "I'd like to speak to my lawyer." | |||
| flagship = [[SS Vondem Rose]] | |||
| status = Active | |||
| templatemode = nocats | |||
}} | |||
The following code generates the infobox to the right. | |||
<pre> | |||
{{Organisation | |||
| name = Totally Legitimate Salvage Operators | |||
| image = | |||
| founded = 2399 | |||
| affiliation = [[Starfleet]] (loosely) | |||
| headquarters = [[SS Vondem Rose]] | |||
| primary mission = Starfleet salvage operators | |||
| location = *Archanis Sector | |||
*Romulan border territories | |||
| leadership = | |||
*CEO - Sidda Sadovu | |||
*CFO - Na'roq | |||
| motto = "I'd like to speak to my lawyer." | |||
| flagship = [[SS Vondem Rose]] | |||
| status = Active | |||
}} | |||
</pre> | |||
[[Category:Infobox Templates]] | |||
{{clear}} | |||
</noinclude> | </noinclude> |
Latest revision as of 02:08, 18 August 2024
Organisation
{{Organisation | name = | image = | founded = | affiliation = | headquarters = Where is the organisation headquartered | primary mission = | location = What is the area of operations for the organisation | leadership = | motto = | flagship = | status = }}
Example
The following code generates the infobox to the right.
{{Organisation | name = Totally Legitimate Salvage Operators | image = | founded = 2399 | affiliation = [[Starfleet]] (loosely) | headquarters = [[SS Vondem Rose]] | primary mission = Starfleet salvage operators | location = *Archanis Sector *Romulan border territories | leadership = *CEO - Sidda Sadovu *CFO - Na'roq | motto = "I'd like to speak to my lawyer." | flagship = [[SS Vondem Rose]] | status = Active }}