Difference between revisions of "Template:Group"

From The Coppermind
Jump to navigation Jump to search
m
m (Reverted edits by Argent (talk) to last revision by Chaos2651)
Tag: Rollback
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 56: Line 48:
 
|related=
 
|related=
 
|world= / earth=
 
|world= / earth=
|universe=
 
 
|books=
 
|books=
 
}}
 
}}
 
</pre>
 
</pre>
   
  +
[[Category: Infoboxes]]
=== 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|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:22, 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

{{group
|image=
|founder= / founders=
|leader= / leaders=
|members=
|hq=
|type=
|era=
|related=
|world= / earth=
|books=
}}