Difference between revisions of "Template:Group Infobox"
From TheHolo.Net Forums Wiki
(New page: <noinclude>==usage== To use the template, simply copy and paste the code below into a new character template. <pre><nowiki>{{Group_Infobox | Title=Group Datasheet | Image=image | Group N...) |
|||
(5 intermediate revisions by one user not shown) | |||
Line 2: | Line 2: | ||
To use the template, simply copy and paste the code below into a new character template. | To use the template, simply copy and paste the code below into a new character template. | ||
+ | |||
+ | A useful [http://www.2createawebsite.com/build/hex-colors.html link] to help you find hex codes. | ||
<pre><nowiki>{{Group_Infobox | <pre><nowiki>{{Group_Infobox | ||
− | | Title= | + | | Color1=Background Colour |
+ | | Color2=Line Colour | ||
+ | | Title=Organization | ||
| Image=image | | Image=image | ||
− | | | + | | Name=Organization Name |
− | | Leader | + | | Leader=Leader(s) |
− | | | + | | Purpose=Purpose/Aim |
+ | | Headquarters=Headquarters | ||
+ | | Branches=Branches | ||
+ | | Affiliation=Faction(if any) | ||
+ | | Members=Members | ||
| Moderators=Moderators | | Moderators=Moderators | ||
− | |||
}}</nowiki></pre></noinclude> | }}</nowiki></pre></noinclude> | ||
{{clear}} | {{clear}} | ||
− | <div style="width:250px;float:right;clear:right;margin:1em 0 1em 1em;border:1px solid # | + | |
+ | <div style="width:250px;float:right;clear:right;margin:1em 0 1em 1em;border:1px solid {{{Color2|#8F806E}}};background:{{{Color1|#CDB79E}}};-moz-border-radius:10px;padding:10px 10px 10px 10px;"> | ||
<div style="text-align:center;font-size:16px;font-weight:900;line-height:1.5em;">{{{Title}}} | <div style="text-align:center;font-size:16px;font-weight:900;line-height:1.5em;">{{{Title}}} | ||
− | <div | + | <div style="width:250px;clear:left;font-size:12px;text-align:center"> |
</div> | </div> | ||
− | <div class="hiddenStructure{{{Image|}}}">[[Image:{{{Image}}}|{{{ImageSize|248px}}}|center]]</div></div> | + | <div class="hiddenStructure{{{Image|}}}">[[Image:{{{Image}}}|{{{ImageSize|248px}}}|center]]<br></div></div> |
− | + | <div style="clear:left;font-size:12px;text-align:center;border-top:2px solid {{{Color2|#8F806E}}};"> | |
− | + | <div style="width:80px;float:left;text-align:left;">Name</div> | |
− | <div style="clear:left;font-size:12px;text-align:center;border-top:2px solid # | + | <div style="width:170px;float:left;text-align:right;">{{{Name}}}</div> |
− | <div style="width:80px;float:left;text-align:left;"> | + | |
− | <div style="width:170px;float:left;text-align:right;">{{{ | + | |
</div> | </div> | ||
− | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid # | + | {{ #if:{{{Leader|}}}| |
− | <div style="width:80px;float:left;text-align:left;">Leader | + | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid {{{Color2|#8F806E}}};"> |
− | <div style="width:170px;float:left;text-align:right;">{{{Leader | + | <div style="width:80px;float:left;text-align:left;">Leader</div> |
+ | <div style="width:170px;float:left;text-align:right;">{{{Leader}}}</div> | ||
</div> | </div> | ||
− | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid # | + | }} {{ #if:{{{Purpose|}}}| |
− | <div style="width:80px;float:left;text-align:left;"> | + | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid {{{Color2|#8F806E}}};"> |
− | <div style="width:170px;float:left;text-align:right;">{{{ | + | <div style="width:80px;float:left;text-align:left;">Purpose</div> |
+ | <div style="width:170px;float:left;text-align:right;">{{{Purpose}}}</div> | ||
</div> | </div> | ||
− | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid # | + | }} {{ #if:{{{Headquarters|}}}| |
+ | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid {{{Color2|#8F806E}}};"> | ||
+ | <div style="width:80px;float:left;text-align:left;">Headquarters</div> | ||
+ | <div style="width:170px;float:left;text-align:right;">{{{Headquarters}}}</div> | ||
+ | </div> | ||
+ | }} {{ #if:{{{Branches|}}}| | ||
+ | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid {{{Color2|#8F806E}}};"> | ||
+ | <div style="width:80px;float:left;text-align:left;">Branches</div> | ||
+ | <div style="width:170px;float:left;text-align:right;">{{{Branches}}}</div> | ||
+ | </div> | ||
+ | }} {{ #if:{{{Affiliation|}}}| | ||
+ | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid {{{Color2|#8F806E}}};"> | ||
+ | <div style="width:80px;float:left;text-align:left;">Affiliation</div> | ||
+ | <div style="width:170px;float:left;text-align:right;">{{{Affiliation}}}</div> | ||
+ | </div> | ||
+ | }} {{ #if:{{{Members|}}}| | ||
+ | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid {{{Color2|#8F806E}}};"> | ||
+ | <div style="width:80px;float:left;text-align:left;">Members</div> | ||
+ | <div style="width:170px;float:left;text-align:right;">{{{Members}}}</div> | ||
+ | </div> | ||
+ | }} {{ #if:{{{Moderators|}}}| | ||
+ | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid {{{Color2|#8F806E}}};"> | ||
<div style="width:80px;float:left;text-align:left;">Moderators</div> | <div style="width:80px;float:left;text-align:left;">Moderators</div> | ||
<div style="width:170px;float:left;text-align:right;">{{{Moderators}}}</div> | <div style="width:170px;float:left;text-align:right;">{{{Moderators}}}</div> | ||
</div> | </div> | ||
− | + | }} | |
− | + | <div class="hiddenStructure{{{Images|}}}" style="width:250px;clear:left;font-size:12px;text-align:center;border-top:2px solid {{{Color2|#8F806E}}};"> | |
− | + | ||
− | + | ||
− | <div class="hiddenStructure{{{Images|}}}" style="width:250px;clear:left;font-size: | + | |
<br><br><br><br> | <br><br><br><br> | ||
<br><br><br><br> | <br><br><br><br> | ||
</div></div> | </div></div> | ||
+ | |||
<noinclude>[[Category:Group_Templates]]</noinclude> | <noinclude>[[Category:Group_Templates]]</noinclude> |
Latest revision as of 20:41, 13 June 2012
usage
To use the template, simply copy and paste the code below into a new character template.
A useful link to help you find hex codes.
{{Group_Infobox | Color1=Background Colour | Color2=Line Colour | Title=Organization | Image=image | Name=Organization Name | Leader=Leader(s) | Purpose=Purpose/Aim | Headquarters=Headquarters | Branches=Branches | Affiliation=Faction(if any) | Members=Members | Moderators=Moderators }}
{{{Title}}}
[[Image:{{{Image}}}|248px|center]]
Name
{{{Name}}}
{{ #if:|
Leader
{{{Leader}}}
}} {{ #if:|
Purpose
{{{Purpose}}}
}} {{ #if:|
Headquarters
{{{Headquarters}}}
}} {{ #if:|
Branches
{{{Branches}}}
}} {{ #if:|
Affiliation
{{{Affiliation}}}
}} {{ #if:|
Members
{{{Members}}}
}} {{ #if:|
Moderators
{{{Moderators}}}
}}