Difference between revisions of "Template:Business"

m
no edit summary
m (tweakj)
m
This template is to be used on pages for businesses, both within the cosmere and without.
 
__TOC__
To use this infobox, add {{t|business}} to the top of the page and fill in some of the fields.
 
The only required parameter is {{{books}}}. Optional parameters include {{{owner}}}, {{{services}}}, {{{city}}}, {{{nation}}}, {{{world}}}, and {{{universe}}}.
 
It adds pages to [[:Category: Businesses]].
 
=== Template ===
<pre class=mw-code>
{{business
|founder= / founders=
|leader= / leaders=
|membersmembres=
|services=
|era=
|city=
|nation=
|raw-world
|world= / earth=
|universe=
</pre>
 
=== Parameters ===
[[category: infoboxes]]
Highlighted lines indicate '''mandatory''' parameters.
 
On lines with multiple parameters (e.g. <code>|founder= / founders=</code>) pick only the one most appropriate.
 
{| class="wikitable" width=100%
<!-- ------------- -->
<!-- TABLE CAPTION -->
<!-- ------------- -->
|+ {{t|Business}} Parameters
 
<!-- -------------- -->
<!-- COLUMN HEADERS -->
<!-- -------------- -->
|-
! scope="col" style="font-weight: bold;" | Parameter
! scope="col" style="font-weight: bold;" | Description
! scope="col" style="font-weight: bold;" | Examples
 
<!-- --------- -->
<!-- ROW: logo -->
<!-- --------- -->
|-
| style="text-align: center;" | <code>logo</code>
| If the business has a known logo hosted on the Coppermind, you can display it here by using the {{t|row/image+artist}} template.
| style="white-space: nowrap;" |
<code><nowiki>|logo=17thshard.jpg</nowiki></code>
 
<!-- ---------- -->
<!-- ROW: image -->
<!-- ---------- -->
|-
| style="text-align: center;" | <code>image</code>
| If the business has an image associated with it (e.g. a depiction of its HQ), you can display it here by using the {{t|row/image+artist}} template.
| style="white-space: nowrap;" |
<code><nowiki>|image=Example.png</nowiki></code>
 
<!-- ------------------- -->
<!-- ROW: owner / owners -->
<!-- ------------------- -->
|-
| style="text-align: center;" | <code>owner</code> <br><small>or</small><br> <code>owners</code>
| Use this to indicate the owner(s) of the business.
| style="white-space: nowrap;" |
<code><nowiki>|owner=[[Silence Montane]]</nowiki></code>
 
<!-- ----------------------- -->
<!-- ROW: founder / founders -->
<!-- ----------------------- -->
|-
| style="text-align: center;" | <code>founder</code> <br><small>or</small><br> <code>founders</code>
| Use this to indicate the founder(s) of the business.
| style="white-space: nowrap;" |
<code><nowiki></nowiki></code>
 
<!-- --------------------- -->
<!-- ROW: leader / leaders -->
<!-- --------------------- -->
|-
| style="text-align: center;" | <code>leader</code> <br><small>or</small><br> <code>leaders</code>
| Use this to indicate the leader(s) of the business.
| style="white-space: nowrap;" |
<code><nowiki></nowiki></code>
 
<!-- ------------ -->
<!-- ROW: members -->
<!-- ------------ -->
|-
| style="text-align: center;" | <code>members</code>
| Use this to list notable members of the business.
| style="white-space: nowrap;" |
<code><nowiki>|members=Vathi, Eusto, Winds</nowiki></code>
 
<!-- ------------- -->
<!-- ROW: services -->
<!-- ------------- -->
|-
| style="text-align: center;" | <code>services</code>
| Use this to described the type(s) of goods and services the business provides.
| style="white-space: nowrap;" |
<code><nowiki>|services=Carriage rides</nowiki></code>
 
<!-- -------- -->
<!-- ROW: era -->
<!-- -------- -->
|-
| style="text-align: center;" | <code>era</code>
| Deprecated?
| style="white-space: nowrap;" |
<code><nowiki></nowiki></code>
 
<!-- --------- -->
<!-- ROW: city -->
<!-- --------- -->
|-
| style="text-align: center;" | <code>city</code>
| Use this to indicate the city where the business can be found.
| style="white-space: nowrap;" |
<code><nowiki>|city=[[Elendel]]</nowiki></code>
 
<!-- ----------- -->
<!-- ROW: nation -->
<!-- ----------- -->
|-
| style="text-align: center;" | <code>nation</code>
| Use this to indicate the nation where the business can be found.
| style="white-space: nowrap;" |
<code><nowiki>|nation=[[Alethkar]]</nowiki></code>
 
<!-- --------------------->
<!-- ROW: world / earth -->
<!-- --------------------->
|-
| style="text-align: center;" | <code>world</code> <br><small>or</small><br> <code>earth</code>
| Use this to indicate the [[Cosmere]] [[Shardworld|world]] or the non-Cosmere version of [[Earth]] where the business can be found.<br>
Cosmere worlds get automatically linked.<br>
If specifying an Earth, it must be one of the ones listed on the [[Earth]] page.<br>
<small>To bypass any of the automatic linking, use <code>raw-world</code>.<small>
| style="white-space: nowrap;" |
<code><nowiki>|world=Roshar</nowiki></code><br>
<code><nowiki>|earth=reckoners</nowiki></code>
 
<!-- ------------- -->
<!-- ROW: universe -->
<!-- ------------- -->
|-
| style="text-align: center;" | <code>universe</code>
| Use this to indicate the (connected) universe where the business can be found.
| style="white-space: nowrap;" |
<code><nowiki>|universe=[[Cosmere]]</nowiki></code><br>
<code><nowiki>|universe=''Standalone''</nowiki></code>
 
<!-- ---------- -->
<!-- ROW: books -->
<!-- ---------- -->
|- style="background:#FFDEAD;"
| style="text-align: center;" | <code>books</code>
| Use this to indicate which book or series the business is featured in.
| style="white-space: nowrap;" |
<code><nowiki>|books=[[Mistborn Era 1]]</nowiki></code><br>
<code><nowiki>|books=[[The Stormlight Archive]]</nowiki></code>
 
|}
 
=== Categories & Tags ===
Pages that make use of the '''Business''' template will be added to the [[:Category: Businesses|businesses]] category.
 
[[Category: Infoboxes]]