Difference between revisions of "Template:Test"

From Heroes Assemble MUSH
Jump to navigation Jump to search
(Blanked the page)
(Tag: Blanking)
 
(63 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<noinclude>
 +
This is the "Group Template" template. It should be called in the following format:
 +
<pre>
 +
{{GroupHeader
 +
| GroupTitle          =  Group Name
 +
| Img                = Img link for Group
 +
| GroupType          = Team? Organization?
 +
| GroupFoundedDate    = Founded date
 +
| GroupLocation =  Headquarters Location
 +
| GroupSummary = Brief Summary of the Group
 +
| GroupLeadership  =  Appointed Leaders of the Group (Use Char#s)
 +
| GroupMembers = Group Member Numbers
 +
| GroupAssets = Notable assets the group has or issues to its members
 +
| GroupNotableEvents= Notable events involving the Group
 +
| GroupFullDescription = Longer Description of the Group
 +
}}
 +
</pre>
  
 +
Edit the page to see the template text.
 +
</noinclude><includeonly>
 +
{| class="toccolours" style="width: 900px; float: left; margin-left:10px; margin-right:1px; margin-bottom:10px; text-align: left" cellspacing="2"
 +
|-
 +
! style="background:{{{Color|black}}}; color:{{{TextColor|ffff66}}}; border: 1px ridge; font-size: 110%;" align="center" colspan="4" | '''{{{GroupTitle|Untitled Group}}}'''
 +
|-
 +
! colspan="4" align="center" | <img src="{{{Img}}}" width="300">
 +
|-
 +
|-
 +
! style="background:{{{Color|black}}}; color:{{{TextColor|ffff66}}}; border: 1px ridge; font-size: 110%;" align="center" colspan="4" |  '''{{{GroupType|Organization}}}'''
 +
|-
 +
|- class="LogRow"
 +
! class="LogCell" | Founded || class="LogCell" | {{#set:Group Date={{{GroupFoundedDate}}}}}{{#time: d F Y | {{{GroupFoundedDate}}} }}
 +
|-
 +
|- class="LogRow"
 +
! style="color: #ffff66; text-align:left" | Headquarters
 +
! colspan="3" style="color: #C0C0C0; font-weight:normal;" | {{{GroupLocation |No Headquarters Specified}}}
 +
|-
 +
|- class="LogRow"
 +
! class="LogCell" | Leadership: || class="LogCell" | {{#arraymap:{{{GroupLeadership}}}|,|x|{{#set:Group Characters=x}}{{#if: {{#vardefineecho: x | {{#ask: [[Char_id::x]]}}}} | {{#var: x}} | x}}|,&#32;}}
 +
|-
 +
|- class="LogRow"
 +
! style="color: #ffff66; text-align:left" | Brief Summary
 +
! colspan="3" style="color: #C0C0C0; font-weight:normal;" | {{{GroupSummary |This is a Group}}}
 +
|-
 +
|- class="LogRow"
 +
! class="LogCell" | Members: || class="LogCell" | {{#arraymap:{{{GroupMembers}}}|,|x|{{#set:Group Characters=x}}{{#if: {{#vardefineecho: x | {{#ask: [[Char_id::x]]}}}} | {{#var: x}} | x}}|,&#32;}}
 +
|}
 +
<br><br>
 +
== Additional Group Information ==
 +
=== Group Assets ===
 +
<div class="wikitable mw-collapsible mw-collapsed">Click to expand.<div class="mw-collapsible-content" >
 +
test test test <br>
 +
{{{GroupAssets | Group Assets go here}}}
 +
</div></div>
 +
=== Full Summary ===
 +
<div class="wikitable mw-collapsible mw-collapsed">Click to expand.<div class="mw-collapsible-content" >
 +
{{{GroupFullDescription | Full Description goes here}}}
 +
</div></div>
 +
=== Notable Events ===
 +
<div class="wikitable mw-collapsible mw-collapsed">Click to expand.<div class="mw-collapsible-content" >
 +
{{{GroupNotableEvents | Notable Events go here}}}
 +
</div></div>
 +
 +
[[Category:Test]]
 +
----
 +
</includeonly>

Latest revision as of 02:45, 8 June 2024

This is the "Group Template" template. It should be called in the following format:

{{GroupHeader
| GroupTitle          =  Group Name
| Img                 = Img link for Group
| GroupType           = Team? Organization?
| GroupFoundedDate    = Founded date
| GroupLocation =  Headquarters Location
| GroupSummary = Brief Summary of the Group
| GroupLeadership   =  Appointed Leaders of the Group (Use Char#s)
| GroupMembers = Group Member Numbers
| GroupAssets = Notable assets the group has or issues to its members
| GroupNotableEvents= Notable events involving the Group
| GroupFullDescription = Longer Description of the Group
}} 

Edit the page to see the template text.