Difference between revisions of "Template:Coterie"

From End to Dawn
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
{{Coterie
 
{{Coterie
 
|titlepic=
 
|titlepic=
 +
|description=
 
|reputation=
 
|reputation=
 
|rumors=
 
|rumors=
 
|quotes=
 
|quotes=
|showmembers=Yes
+
|members=
 
}}
 
}}
 
</pre>
 
</pre>
Line 42: Line 43:
 
   </div>
 
   </div>
 
</div>
 
</div>
 +
 +
<!-- Description -->
 +
{{#if: {{{description|}}} |
 +
== <span class="coterie-header-text">Description</span> ==
 +
{{{description}}}
 +
}}
  
 
<!-- Reputation -->
 
<!-- Reputation -->
Line 62: Line 69:
  
 
<!-- Members section -->
 
<!-- Members section -->
{{#ifeq: {{{showmembers|Yes}}} | Yes |
 
 
== <span class="coterie-header-text">Members</span> ==
 
== <span class="coterie-header-text">Members</span> ==
* [[Category:{{PAGENAME}}]] <!-- PCs assigned to this category will appear under Members -->
+
<div class="coterie-members">
}}
+
{{#if: {{{members|}}} | {{{members}}} | * No members added yet. }}
 +
</div>
  
 
</div>
 
</div>
Line 71: Line 78:
 
<!-- Auto-categorization -->
 
<!-- Auto-categorization -->
 
[[Category:Coterie]]
 
[[Category:Coterie]]
[[Category:{{PAGENAME}}]] <!-- auto-category for the coterie name itself -->
 
  
 
{{#css:
 
{{#css:
 
.coterie-container {
 
.coterie-container {
   background: #111;
+
   background: #778;
 
   color: #DDD;
 
   color: #DDD;
 
   border: 2px solid #600;
 
   border: 2px solid #600;

Latest revision as of 02:12, 1 February 2026

This is the "Coterie" template, used for pages defining coteries. It should be called in the following format:

{{Coterie
|titlepic=
|description=
|reputation=
|rumors=
|quotes=
|members=
}}

Edit the page to see the template text.