Difference between revisions of "Template:Coterie"
Jump to navigation
Jump to search
| Line 46: | Line 46: | ||
<!-- Group info --> | <!-- Group info --> | ||
{{#if: {{{grouptype|}}} | | {{#if: {{{grouptype|}}} | | ||
| − | == Group Type == | + | == <span class="coterie-header-text">Group Type</span> == |
{{{grouptype}}} | {{{grouptype}}} | ||
}} | }} | ||
{{#if: {{{reputation|}}} | | {{#if: {{{reputation|}}} | | ||
| − | == Reputation == | + | == <span class="coterie-header-text">Reputation</span> == |
{{{reputation}}} | {{{reputation}}} | ||
}} | }} | ||
| − | == Rumors == | + | == <span class="coterie-header-text">Rumors</span> == |
{{#if: {{{rumors|}}} | {{{rumors}}}<br> }} | {{#if: {{{rumors|}}} | {{{rumors}}}<br> }} | ||
{{#ifexist: {{PAGENAME}} Rumors | {{:{{PAGENAME}} Rumors}}<br> }} | {{#ifexist: {{PAGENAME}} Rumors | {{:{{PAGENAME}} Rumors}}<br> }} | ||
{{#formlink:form=Add Rumors|target={{PAGENAME}} Rumors|popup|reload|link text=Edit rumors: add your own!}} | {{#formlink:form=Add Rumors|target={{PAGENAME}} Rumors|popup|reload|link text=Edit rumors: add your own!}} | ||
| − | == Quotes == | + | == <span class="coterie-header-text">Quotes</span> == |
{{#if: {{{quotes|}}} | {{{quotes}}}<br> }} | {{#if: {{{quotes|}}} | {{{quotes}}}<br> }} | ||
{{#ifexist: {{PAGENAME}} Quotes | {{:{{PAGENAME}} Quotes}}<br> }} | {{#ifexist: {{PAGENAME}} Quotes | {{:{{PAGENAME}} Quotes}}<br> }} | ||
| Line 67: | Line 67: | ||
<!-- Members section --> | <!-- Members section --> | ||
{{#ifeq: {{{showmembers|Yes}}} | Yes | | {{#ifeq: {{{showmembers|Yes}}} | Yes | | ||
| − | == Members == | + | == <span class="coterie-header-text">Members</span> == |
<div class="coterie-members"> | <div class="coterie-members"> | ||
* {{#ifexist: {{PAGENAME}} Members | {{:{{PAGENAME}} Members}} | No members added yet. }} | * {{#ifexist: {{PAGENAME}} Members | {{:{{PAGENAME}} Members}} | No members added yet. }} | ||
| Line 76: | Line 76: | ||
<!-- Auto-categorization --> | <!-- Auto-categorization --> | ||
| − | [[Category:Coterie]] | + | [[Category:Coterie]] <!-- main category --> |
| − | [[Category:{{PAGENAME}}]] <!-- | + | [[Category:Coterie|{{PAGENAME}}]] <!-- sort coterie pages under main category --> |
| − | + | [[Category:{{PAGENAME}}]] <!-- creates a subcategory named after the coterie itself --> | |
| − | + | {{#if: {{{grouptype|}}} | [[Category:{{{grouptype}}}]] }} | |
| − | {{#if: {{{ | ||
| − | |||
| − | }} | ||
{{#css: | {{#css: | ||
| Line 112: | Line 109: | ||
.coterie-members ul { | .coterie-members ul { | ||
margin-left: 1.5em; | margin-left: 1.5em; | ||
| + | } | ||
| + | .coterie-header-text { | ||
| + | color: #C33; /* same red as title */ | ||
} | } | ||
}} | }} | ||
</includeonly> | </includeonly> | ||
Revision as of 01:19, 1 February 2026
This is the "Coterie" template, used for pages defining coteries. It should be called in the following format:
{{Coterie
|titlepic=
|grouptype=
|reputation=
|rumors=
|quotes=
|showmembers=Yes
}}