Difference between revisions of "Template:Factioninfobox"

From Space Engineers Wiki
Jump to: navigation, search
(adding a few more options)
Line 11: Line 11:
 
<div style="background:#659bb7;width:290px;height:1px;text-align:center;margin-left:5px;margin-top:5px;margin-bot:5px;position:relative;">&nbsp;</div>
 
<div style="background:#659bb7;width:290px;height:1px;text-align:center;margin-left:5px;margin-top:5px;margin-bot:5px;position:relative;">&nbsp;</div>
 
<!--Faction Type-->
 
<!--Faction Type-->
<div style="width:300px"><div style="padding:2px;float:left;width:96px;text-align:right;display:inline-block;">Faction Type:</div><div style="padding:2px;display:inline-block;width=196px;position:right;">{{ucfirst: {{lc: {{{Type|all}}} }} }}</div></div>
+
<div style="width:300px"><div style="padding:2px;float:left;width:96px;text-align:right;display:inline-block;">Faction Type:</div><div style="padding:2px;display:inline-block;width=196px;position:right;">{{{Type|All}}}</div></div>
 
<!--section divider--->
 
<!--section divider--->
 
<div style="background:#659bb7;width:290px;margin-left:5px;height:1px;text-align:center;margin-top:5px;margin-bot:5px;position:relative;">&nbsp;</div>
 
<div style="background:#659bb7;width:290px;margin-left:5px;height:1px;text-align:center;margin-top:5px;margin-bot:5px;position:relative;">&nbsp;</div>
Line 52: Line 52:
 
</div></div><!--hide endtag-->}}<includeonly>{{#if: {{{nocat|}}} | |  
 
</div></div><!--hide endtag-->}}<includeonly>{{#if: {{{nocat|}}} | |  
 
{{#ifeq: {{NAMESPACE}} | Faction | [[Category:Player Factions]]
 
{{#ifeq: {{NAMESPACE}} | Faction | [[Category:Player Factions]]
 +
{{#if: {{#pos:{{lc: {{{Type}}} }} | all }} | [[Category: Faction Type - All]] | }}
 +
{{#if: {{#pos:{{lc: {{{Type}}} }} | commercial }} | [[Category: Faction Type - Commercial]] | }}
 +
{{#if: {{#pos:{{lc: {{{Type}}} }} | pirate }} | [[Category: Faction Type - Pirate]] | }}
 +
{{#if: {{#pos:{{lc: {{{Type}}} }} | industrial }} | [[Category: Faction Type - Industrial]] | }}
 +
{{#if: {{#pos:{{lc: {{{Type}}} }} | military }} | [[Category: Faction Type - Military]] | }}
 +
{{#if: {{#pos:{{lc: {{{Type}}} }} | civilian }} | [[Category: Faction Type - Civilian]] | }}
 +
{{#if: {{#pos:{{lc: {{{Type}}} }} | science }} | [[Category: Faction Type - Science]] | }}
 
<!--{{#if: {{{Type|}}} | [[Category: Faction Type - {{ucfirst: {{lc: {{{Type}}} }} }}]] |}}-->
 
<!--{{#if: {{{Type|}}} | [[Category: Faction Type - {{ucfirst: {{lc: {{{Type}}} }} }}]] |}}-->
 
{{#set:Recruiting={{ucfirst: {{lc: {{{RecruitingStatus|no}}} }} }} }}
 
{{#set:Recruiting={{ucfirst: {{lc: {{{RecruitingStatus|no}}} }} }} }}
Line 68: Line 75:
 
| Steamgroup = steam group page  (OPTIONAL)
 
| Steamgroup = steam group page  (OPTIONAL)
 
| Forums = Faction's Forums  (OPTIONAL)
 
| Forums = Faction's Forums  (OPTIONAL)
| Type = Type of your alliance
+
| Type = Type of your alliance (Valid values, All, Commercial, Pirate, Industrial, Military, Civilian, Science) other values are allowed but will not
 +
categorize your faction on the main page. More than one type is allowed.
 
| RecruitingStatus = Yes/No
 
| RecruitingStatus = Yes/No
 
| Members = # number of members
 
| Members = # number of members

Revision as of 03:58, 26 March 2014

Faction Name
 
Leader:
Leaders
 
Faction Type:
All
 
Recruiting:
No
 
Members:
0
 


Below is a description of the variables used by this template:

{{Factioninfobox
| Name = Name of your faction
| Leaders = leaders in your faction
| Website = website for your faction, must start with http:// or https:// (OPTIONAL)
| Steamgroup = steam group page  (OPTIONAL)
| Forums = Faction's Forums  (OPTIONAL)
| Type = Type of your alliance (Valid values, All, Commercial, Pirate, Industrial, Military, Civilian, Science) other values are allowed but will not 
			categorize your faction on the main page. More than one type is allowed. 
| RecruitingStatus = Yes/No
| Members = # number of members
| Forumcontact = Forum account name of your faction's contact

<!--Optional-->
| CustomRow1 = Title of custom row
| CustomData1 = Data of custom row
| CustomRow2 = Title of custom row
| CustomData2 = Data of custom row
| CustomRow3 = Title of custom row
| CustomData3 = Data of custom row
| CustomRow4 = Title of custom row
| CustomData4 = Data of custom row
| CustomRow5 = Title of custom row
| CustomData5 = Data of custom row

| nocat = disable automatic templates and properties. 

| hide = Hide this template and only use the autocategory features, do not include this if you want the template to show
}}