Difference between revisions of "Template:Business"

From The Coppermind
Jump to navigation Jump to search
m (use auto-attributing template)
m (rm featured in)
 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{infobox
 
{{infobox
|title={{{name|{{PAGENAME}}}}}|id=Business|
+
|title={{{name|{{PAGENAME}}}}}|id=Business<!--
  +
<!-- image or logo -->
 
  +
-->|1=
{{#if:{{{logo|}}} |{{row/image+artist |{{{logo}}} |artist={{{logo-artist|}}} }}|}}
 
{{#if:{{{image|}}} |{{row/image+artist |{{{image}}} |artist={{{image-artist|}}} }}|}}
+
{{#if:{{{logo|}}} |{{row/image+artist |{{{logo}}} |artist={{{logo-artist|}}} }}|}}
  +
{{#if:{{{image|}}} |{{row/image+artist |{{{image}}} |artist={{{image-artist|}}} }}|}}
  +
 
<!-- information -->
 
<!-- information -->
{{#if:{{{services|}}} |{{row/kv| Services |{{{services}}}<!-- -->}}|}}
+
{{#if:{{{owner|}}} |{{row/kv| Owner |{{{owner}}}<!-- -->}}|}}
{{#if:{{{owner|}}} |{{row/kv| Owner |{{{owner}}}<!-- -->}}|}}
+
{{#if:{{{owners|}}} |{{row/kv| Owners |{{{owners}}}<!-- -->}}|}}
{{#if:{{{era|}}} |{{row/kv| Era |{{{era}}}{{era/{{{era}}}|}}<!-- -->}}|}}
+
{{#if:{{{founder|}}} |{{row/kv| Founder |{{{founder}}}<!-- -->}}|}}
  +
{{#if:{{{founders|}}} |{{row/kv| Founders |{{{founders}}}<!-- -->}}|}}
  +
{{#if:{{{leader|}}} |{{row/kv| Leader |{{{leader}}}<!-- -->}}|}}
  +
{{#if:{{{leaders|}}} |{{row/kv| Leaders |{{{leaders}}}<!-- -->}}|}}
  +
{{#if:{{{members|}}} |{{row/kv| Members |{{{members}}}<!-- -->}}|}}
  +
  +
{{#if:{{{services|}}} |{{row/kv| Services |{{{services}}}<!-- -->}}|}}
  +
{{#if:{{{products|}}} |{{row/kv| Products |{{{products}}}<!-- -->}}|}}
  +
{{#if:{{{era|}}} |{{row/kv| Era |[[{{{era}}}]]{{era/{{{era}}}|}}<!-- -->}}|}}
  +
 
<!-- location -->
 
<!-- location -->
{{#if:{{{city|}}} |{{row/kv| City |{{{city}}}<!-- -->}}|}}
+
{{#if:{{{city|}}} |{{row/kv| City |{{{city}}}<!-- -->}}|}}
{{#if:{{{nation|}}} |{{row/kv| Nation |{{{nation}}}<!-- -->}}|}}
+
{{#if:{{{nation|}}} |{{row/kv| Nation |{{{nation}}}<!-- -->}}|}}
{{#if:{{{earth|}}} |{{row/kv| World |[[Earth ({{{earth}}})]]<!-- -->}}|}}
+
{{#if:{{{earth|}}} |{{row/kv| World of Origin |[[Earth ({{{earth}}})]]<!-- -->}}|}}
{{#if:{{{world|}}} |{{row/kv| World |[[{{{world}}}]]<!-- -->}}|}}
+
{{#if:{{{world|}}} |{{row/kv| World of Origin |{{toponym link|{{{world}}}}}<!-- -->}}|}}
{{#if:{{{raw-world|}}} |{{row/kv| World |{{{raw-world}}}{{raw/world}}<!-- -->}}|}}
+
{{#if:{{{'world|}}} |{{row/kv| World of Origin |{{{'world}}}{{raw/world}}<!-- -->}}|}}
{{#if:{{{universe|}}} |{{row/kv| Universe |{{{universe}}}<!-- -->}}|}}
+
{{#if:{{{universe|}}} |{{row/kv| Universe |{{{universe}}}<!-- -->}}|}}
  +
<!-- featured in -->{{row/kv| Featured In |''{{{books}}}''<!-- -->}}
 
 
}}<includeonly><!--
 
}}<includeonly><!--
   
-->[[Category: Businesses]]<!--
+
-->{{cat ns|Businesses|only=0}}<!--
   
 
-->{{#if:<!--
 
-->{{#if:<!--
-->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{world-raw|}}}<!-- -->{{{raw-world|}}}<!-- -->{{{universe|}}}<!--
+
-->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{'world|}}}<!-- -->{{{universe|}}}<!--
 
-->||{{infobox/no-world}}<!--
 
-->||{{infobox/no-world}}<!--
 
-->}}<!--
 
-->}}<!--
  +
  +
-->{{#if:{{{world-raw|}}}{{{raw-world|}}}|[[category: depreciated raw parameters]]}}<!--
  +
  +
-->{{#if:{{{logo-artist|}}}|[[category: redundant artist attribution]]}}<!--
  +
-->{{#if:{{{image-artist|}}}|[[category: redundant artist attribution]]}}<!--
   
 
--></includeonly><noinclude>
 
--></includeonly><noinclude>
Line 29: Line 45:
 
This template is to be used on pages for businesses, both within the cosmere and without.
 
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.
 
  +
  +
=== Template ===
  +
<pre class=mw-code>
  +
{{business
  +
|logo=
  +
|image=
  +
|owner= / owners=
  +
|founder= / founders=
  +
|leader= / leaders=
  +
|members=
  +
|services=
  +
|era=
  +
|city=
  +
|nation=
  +
|world= / earth=
  +
|universe=
  +
}}
  +
</pre>
  +
  +
=== Parameters ===
  +
Highlighted lines indicate '''mandatory''' parameters.
  +
  +
On lines with multiple parameters (e.g. <code>|founder= / founders=</code>) pick only the one most appropriate.
  +
  +
{{docs}}
  +
  +
{{docs/image}}
  +
  +
<!-- 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: 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 services the business provides.
  +
| style="white-space: nowrap;" |
  +
<code><nowiki>|services=Carriage rides</nowiki></code>
  +
|-
  +
  +
<!-- ROW: products -->
  +
| style="text-align: center;" | <code>products</code>
  +
| Use this to described the type(s) of goods the business provides.
  +
| style="white-space: nowrap;" |
  +
<code><nowiki>|products=Alcohol</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>
  +
|-
  +
  +
{{docs/world}}
  +
{{docs/universe}}
  +
  +
|}
   
  +
=== Categories & Tags ===
The only required parameter is {{{books}}}. Optional parameters include {{{owner}}}, {{{services}}}, {{{city}}}, {{{nation}}}, {{{world}}}, and {{{universe}}}.
 
  +
Pages that make use of the '''Business''' template will be added to the [[:Category: Businesses|businesses]] category.
   
It adds pages to [[:Category: Businesses]].
+
[[Category: Infoboxes]]
   
  +
== Articles using Template ==
[[category: infoboxes]]
 
  +
{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here|pre=This list is limited to 100 pages.}}
  +
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0|limit=100}}

Latest revision as of 18:24, 15 March 2024

Business

This template is to be used on pages for businesses, both within the cosmere and without.

Template

{{business
|logo=
|image=
|owner= / owners=
|founder= / founders=
|leader= / leaders=
|members=
|services=
|era=
|city=
|nation=
|world= / earth=
|universe=
}}

Parameters

Highlighted lines indicate mandatory parameters.

On lines with multiple parameters (e.g. |founder= / founders=) pick only the one most appropriate.

Template Parameter Documentation Table
Parameter Description Examples
image Use this to display a relevant image hosted on the Coppermind.

See Help:Infoboxes for further details.

{{{eg}}}

logo If the business has a known logo hosted on the Coppermind, you can display it here by using the {{row/image+artist}} template.

|logo=17thshard.jpg

owner
or
owners
Use this to indicate the owner(s) of the business.

|owner=[[Silence Montane]]

founder
or
founders
Use this to indicate the founder(s) of the business.

leader
or
leaders
Use this to indicate the leader(s) of the business.

members Use this to list notable members of the business.

|members=Vathi, Eusto, Winds

services Use this to described the type(s) of services the business provides.

|services=Carriage rides

products Use this to described the type(s) of goods the business provides.

|products=Alcohol

era Deprecated?

city Use this to indicate the city where the business can be found.

|city=[[Elendel]]

nation Use this to indicate the nation where the business can be found.

|nation=[[Alethkar]]

world
or
earth
Use this to specify the planet where the business can be found.

Note: Automatically generates a link. To bypass this, use 'world.
See Help:Infoboxes for further details.

|world=Roshar
|earth=Reckoners
|'world=Mars

universe Use this to indicate the (connected) universe where the business can be found.

See Help: Infoboxes for further details.

|universe=[[Cosmere]]
|universe=[[Cytoverse]]
|universe=[[Wode]] [[State]]s
|universe=''Standalone''

Categories & Tags

Pages that make use of the Business template will be added to the businesses category.

Articles using Template