Difference between revisions of "Template:Culture"

From The Coppermind
Jump to navigation Jump to search
m
m
(25 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
{{infobox
 
{{infobox
|title={{{name|{{PAGENAME}}}}}
+
|title={{{name|{{translated title}}}}}
  +
|id=Culture|
|{{#if:{{{image|}}}|{{row/image|{{{image}}}}}|}}<!--
 
  +
{{#if:{{{image|}}} |{{row/image+artist |{{{image}}}<!-- -->}}|}}
   
about
+
<!-- about -->
-->{{#if:{{{related|}}}|{{row/kv|Related to|{{{related}}}|}}|}}<!--
+
{{#if:{{{related|}}} |{{row/kv| Related to |{{{related}}}}}|}}
-->{{#if:{{{type|}}}|{{row/kv|Type|{{{type}}}|}}|}}<!--
+
{{#if:{{{type|}}} |{{row/kv| Type |{{{type}}}<!-- -->}}|}}
  +
{{#if:{{{era|}}} |{{row/kv| Era |{{{era}}}{{era/{{{era}}}|}}<!-- -->}}|}}
  +
{{#if:{{{origin|}}} |{{row/kv| Origin |{{{origin}}}<!-- -->}}|}}
   
  +
<!-- world & universe -->
location
 
-->{{#if:{{{origin|}}}|{{row/kv|Origin|{{{origin}}}}}|}}<!--
+
{{#if:{{{earth|}}} |{{row/kv| World |[[Earth ({{{earth}}})]]<!-- -->}}|}}
  +
{{#if:{{{world|}}} |{{row/kv| World |[[{{{world}}}]][[Category:{{demonym|{{{world}}}|}} culture]]<!-- -->}}|}}
-->{{#if:{{{worlds|}}}<!--
 
-->|{{row/kv|Worlds|{{{worlds}}}}}<!--
+
{{#if:{{{'world|}}} |{{row/kv| World |{{{'world}}} {{raw/world}}<!-- -->}}|}}
-->|{{row/kv|World|{{#if:{{{world|}}}|[[{{{world}}}]]|''Unknown''|}}|}}<!--
+
{{#if:{{{universe|}}} |{{row/kv| Universe |{{{universe}}}<!-- -->}}|}}
  +
  +
<!-- featured in -->{{row/kv| Featured In |''{{{books}}}''<!-- -->}}
  +
}}<includeonly><!--
  +
  +
-->[[Category: Culture]]<!--
  +
  +
-->{{#if:<!--
  +
-->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{'world|}}}<!-- -->{{{universe|}}}<!--
  +
-->||{{infobox/no-world}}<!--
 
-->}}<!--
 
-->}}<!--
-->{{#if:{{{universe|}}}|{{row/kv|Universe|{{{universe}}}|}}|}}<!--
 
   
  +
-->{{#if:{{{world-raw|}}}{{{raw-world|}}}|[[category: depreciated raw parameters]]}}<!--
featured in
 
  +
-->{{row/kv|Featured In|''{{{books}}}''|}}
 
  +
-->{{#if:{{{image-artist|}}}|[[category: redundant artist attribution]]}}<!--
}}<includeonly>[[Category: Culture]]</includeonly><noinclude>
 
  +
This template is to be used on culture and religion articles. It has two required parameters: {{{world}}} and {{{books}}}.
 
  +
--></includeonly><noinclude>
  +
The '''culture''' template covers a wide range of subjects that define or are related to the culture of the different peoples within the cosmere and without. Some good fits for this template include:
  +
* Religions (e.g. [[Vorinism]])
  +
* Socioeconomic classes, ranks, and positions (e.g. [[lighteyes]], [[Truthless]])
  +
* Traditions (e.g. [[Right to Learn]], [[safehand]])
  +
* Languages, stories, writing systems, and symbols (e.g. [[Dawnchant]], [[The Girl Who Looked Up]], [[Steel alphabet]], [[glyphward]])
  +
* Sports and games (e.g. [[tarachin]])
  +
* Items commonly associated with a specific culture (e.g. [[sparkflicker]], [[havah]])
  +
  +
  +
__TOC__
  +
  +
=== Template ===
  +
<pre class=mw-code>
  +
{{culture
  +
|image=
  +
|related=
  +
|type=
  +
|era=
  +
|origin=
  +
|world= / earth=
  +
|universe=
  +
|books=
  +
}}
  +
</pre>
  +
  +
=== Parameters ===
  +
Highlighted lines indicate '''mandatory''' parameters. On lines with multiple parameters (e.g. <code>|world= / earth=</code>) pick only the one most appropriate.
  +
  +
{{docs|title={{t|Culture}} Parameters}}
  +
  +
<!-- ---------- -->
  +
<!-- ROW: image -->
  +
<!-- ---------- -->
  +
{{docs/image
  +
|eg=
  +
<code><nowiki>|image=Glyph-Kholin.svg</nowiki></code>
  +
}}
  +
  +
<!-- ------------ -->
  +
<!-- ROW: related -->
  +
<!-- ------------ -->
  +
{{docs/row/required
  +
|param= related
  +
|desc= Use this to specify what this cultural artifact is related to. For example, [[gyorn]] would be related to [[Shu-Dereth]], and Shu-Dereth would be related to the [[Fjordell]].
  +
|eg=
  +
<code><nowiki>|related=[[Shu-Dereth]]</nowiki></code>
  +
}}
  +
  +
<!-- --------- -->
  +
<!-- ROW: type -->
  +
<!-- --------- -->
  +
{{docs/row/optional
  +
|param= type
  +
|desc= Use this to specify what kind of cultural artifact this is. Apply a [[:Special:Categories|category]] if possible.
  +
|eg=
  +
<code><nowiki>|type={{cat tag|Religion}}</nowiki></code><br>
  +
<code><nowiki>|type=Tradition</nowiki></code>
  +
}}
  +
  +
<!-- -------- -->
  +
<!-- ROW: era -->
  +
<!-- -------- -->
  +
{{docs/row/optional
  +
|param= era
  +
|desc= Use this to specify which era of the cultural artifact's place of origin this applies to. At the moment, this is mostly used to distinguish between cultural artifacts on Scadrial, as they can come from three distinct eras - [[Classical Scadrial]], the [[Final Empire]], or post-[[Catacendre]].
  +
|eg=
  +
<code><nowiki>|era=[[Classical Scadrial]]</nowiki></code><br>
  +
<code><nowiki>|era=Post-Catacendre</nowiki></code>
  +
}}
  +
  +
<!-- ----------- -->
  +
<!-- ROW: origin -->
  +
<!-- ----------- -->
  +
{{docs/row/optional
  +
|param= origin
  +
|desc= Use this to specify the place of origin of the cultural artifact. Apply a [[:Special:Categories|category]] if possible.
  +
|eg=
  +
<code><nowiki>|origin={{tag|Svorden}}</nowiki></code>
  +
}}
  +
  +
<!-- ------------------ -->
  +
<!-- ROW: world / earth -->
  +
<!-- ------------------ -->
  +
{{docs/world|subject=cultural artifact}}
  +
  +
<!-- ------------- -->
  +
<!-- ROW: universe -->
  +
<!-- ------------- -->
  +
{{docs/universe|subject=cultural artifact}}
  +
  +
<!-- ---------- -->
  +
<!-- ROW: books -->
  +
<!-- ---------- -->
  +
{{docs/books|subject=cultural artifact}}
  +
  +
|}
  +
  +
=== Categories & Tags ===
  +
Pages that make use of the '''culture''' template will be added to [[:Category: Culture]].
  +
   
  +
[[Category: Infoboxes]]
Other parameters include:
 
  +
== Articles using Template ==
*{{{related}}} for denoting what the article is related to. For example, gyorn would be related to Shu-Dereth, and Shu-Dereth would be related to the Fjordell. If possible, include something on this parameter.
 
  +
{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here|pre=This list is limited to 100 pages.}}
*{{{origin}}} for noting where the subject is from.
 
  +
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0|limit=100}}
*{{{image}}} if there is a relevant image for the subject.
 
{{cat|infoboxes}}
 

Revision as of 01:18, 25 March 2021

Template:Translated title
Featured In {{{books}}}

The culture template covers a wide range of subjects that define or are related to the culture of the different peoples within the cosmere and without. Some good fits for this template include:


Template

{{culture
|image=
|related=
|type=
|era=
|origin=
|world= / earth=
|universe=
|books=
}}

Parameters

Highlighted lines indicate mandatory parameters. On lines with multiple parameters (e.g. |world= / earth=) pick only the one most appropriate.

Template:Docs/books
{{Culture}} Parameters
Parameter Description Examples
image Use this to display a relevant image hosted on the Coppermind.

See Help:Infoboxes for further details.

|image=Glyph-Kholin.svg

related Use this to specify what this cultural artifact is related to. For example, gyorn would be related to Shu-Dereth, and Shu-Dereth would be related to the Fjordell.

|related=[[Shu-Dereth]]

type Use this to specify what kind of cultural artifact this is. Apply a category if possible.

|type={{cat tag|Religion}}
|type=Tradition

era Use this to specify which era of the cultural artifact's place of origin this applies to. At the moment, this is mostly used to distinguish between cultural artifacts on Scadrial, as they can come from three distinct eras - Classical Scadrial, the Final Empire, or post-Catacendre.

|era=[[Classical Scadrial]]
|era=Post-Catacendre

origin Use this to specify the place of origin of the cultural artifact. Apply a category if possible.

|origin={{tag|Svorden}}

world
or
earth
Use this to specify the planet where the cultural artifact 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 cultural artifact 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 culture template will be added to Category: Culture.

Articles using Template