Difference between revisions of "Template:Group"

From The Coppermind
Jump to navigation Jump to search
m
Line 37: Line 37:
 
It automatically adds pages to [[:Category: Groups]]
 
It automatically adds pages to [[:Category: Groups]]
   
  +
__TOC__
  +
  +
=== Notes ===
  +
* <code>founder(s)</code> and <code>leader(s)</code> are not super widely used at the moment, but they should probably stay (and be added where appropriate).
  +
* <code>members</code> is a little clunky, some groups have a lot of named members, and we should really be putting those in a section, not in the infobox... Could restrict the infobox to ''notable'' members, but that feels arbitrary.
  +
* <code>related</code> is currently used only on [[Stingray Clan]] (related to [[Epic]]s) and [[Herald]] (related to [[Oathpact]]). I am not sure there is much value to a parameter like this, groups are going to be related to a lot of things (e.g. the Heralds are also notably related to Surgebinding, Honor, Honorblades, Shardblades, Ashyn...). I'd probably remove this parameter.
  +
  +
=== Template ===
 
<pre class=mw-code>
 
<pre class=mw-code>
 
{{group
 
{{group
Line 48: Line 56:
 
|related=
 
|related=
 
|world= / earth=
 
|world= / earth=
  +
|universe=
 
|books=
 
|books=
 
}}
 
}}
 
</pre>
 
</pre>
   
  +
=== Parameters ===
[[Category: Infoboxes]]
 
  +
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|Group}} Parameters}}
  +
  +
<!-- ---------- -->
  +
<!-- ROW: image -->
  +
<!-- ---------- -->
  +
{{docs/image
  +
|eg=
  +
<code><nowiki>|image=Heralds.jpg</nowiki></code>
  +
}}
  +
  +
<!-- ----------------------- -->
  +
<!-- ROW: founder / founders -->
  +
<!-- ----------------------- -->
  +
{{docs/row/optional
  +
|'param= <code>founder</code> <br><small>or</small><br> <code>founders</code>
  +
|desc= Use this to specify the founder(s) of the group.
  +
|eg=
  +
<code><nowiki>|founders=[[Set|The Set]]</nowiki></code>
  +
}}
  +
  +
<!-- --------------------- -->
  +
<!-- ROW: leader / leaders -->
  +
<!-- --------------------- -->
  +
{{docs/row/optional
  +
|'param= <code>leader</code> <br><small>or</small><br> <code>leaders</code>
  +
|desc= Use this to specify the current leader(s) of the group.
  +
|eg=
  +
<code><nowiki>|leader=[[Camon]]</nowiki></code>
  +
}}
  +
  +
<!-- ------------ -->
  +
<!-- ROW: members -->
  +
<!-- ------------ -->
  +
{{docs/row/optional|required
  +
|param= members
  +
|desc= Use this to specify the more notable members of the group.
  +
|eg=
  +
<code><nowiki>|members=[[Freyja]]</nowiki></code>
  +
}}
  +
  +
<!-- ------- -->
  +
<!-- ROW: hq -->
  +
<!-- ------- -->
  +
{{docs/row/optional
  +
|param= hq
  +
|desc= Use this to specify where the headquarters of the group are.
  +
|eg=
  +
<code><nowiki>|hq=[[Alta Base]]</nowiki></code>
  +
}}
  +
  +
<!-- --------- -->
  +
<!-- ROW: type -->
  +
<!-- --------- -->
  +
{{docs/row/optional
  +
|param= type
  +
|desc= Use this to specify what type of group is being described. Apply a category if possible.
  +
|eg=
  +
<code><nowiki>|type={{cat tag|Scholars}}</nowiki></code><br>
  +
<code><nowiki>|type=Council</nowiki></code>
  +
}}
  +
  +
<!-- -------- -->
  +
<!-- ROW: era -->
  +
<!-- -------- -->
  +
{{docs/row/optional
  +
|param= era
  +
|desc= Use this to specify the era(s) the described group exists in. Mostly applicable to groups on Roshar and Scadrial.
  +
|eg=
  +
<code><nowiki>|era=[[Classical Scadrial]]</nowiki></code>
  +
}}
  +
  +
<!-- ------------ -->
  +
<!-- ROW: related -->
  +
<!-- ------------ -->
  +
{{docs/row/optional
  +
|param= related
  +
|desc= Remove?
  +
|eg=
  +
<code><nowiki>|XXX</nowiki></code>
  +
}}
  +
  +
<!-- ------------------ -->
  +
<!-- ROW: world / earth -->
  +
<!-- ------------------ -->
  +
{{docs/world}}
  +
  +
<!-- ------------- -->
  +
<!-- ROW: universe -->
  +
<!-- ------------- -->
  +
{{docs/universe}}
  +
  +
<!-- ---------- -->
  +
<!-- ROW: books -->
  +
<!-- ---------- -->
  +
{{docs/books}}
  +
  +
|}
  +
  +
  +
=== Categories & Tags ===
  +
Pages that make use of the ''{{t|group}}'' template will be added to [[:Category: Groups]].
  +
  +
  +
[ [Category: Infoboxes]]

Revision as of 06:21, 3 August 2019

Group
Featured In {{{books}}}

This template allows you to describe groups or organizations of characters. It has optional parameters such as {{{founders}}}, {{{members}}}, {{{hq}}}, and {{{world}}}.

To use, insert {{group}} at the top of the article.

It automatically adds pages to Category: Groups

Notes

  • founder(s) and leader(s) are not super widely used at the moment, but they should probably stay (and be added where appropriate).
  • members is a little clunky, some groups have a lot of named members, and we should really be putting those in a section, not in the infobox... Could restrict the infobox to notable members, but that feels arbitrary.
  • related is currently used only on Stingray Clan (related to Epics) and Herald (related to Oathpact). I am not sure there is much value to a parameter like this, groups are going to be related to a lot of things (e.g. the Heralds are also notably related to Surgebinding, Honor, Honorblades, Shardblades, Ashyn...). I'd probably remove this parameter.

Template

{{group
|image=
|founder= / founders=
|leader= / leaders=
|members=
|hq=
|type=
|era=
|related=
|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
{{Group}} Parameters
Parameter Description Examples
image Use this to display a relevant image hosted on the Coppermind.

See Help:Infoboxes for further details.

|image=Heralds.jpg

founder
or
founders
Use this to specify the founder(s) of the group.

|founders=[[Set|The Set]]

leader
or
leaders
Use this to specify the current leader(s) of the group.

|leader=[[Camon]]

members Use this to specify the more notable members of the group.

|members=[[Freyja]]

hq Use this to specify where the headquarters of the group are.

|hq=[[Alta Base]]

type Use this to specify what type of group is being described. Apply a category if possible.

|type={{cat tag|Scholars}}
|type=Council

era Use this to specify the era(s) the described group exists in. Mostly applicable to groups on Roshar and Scadrial.

|era=[[Classical Scadrial]]

related Remove?

|XXX

world
or
earth
Use this to specify the planet where the group 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 group 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 {{group}} template will be added to Category: Groups.


[ [Category: Infoboxes]]