Difference between revisions of "Template:Character Infobox"

From Discovery Wiki
Jump to navigationJump to search
m
m (Alters the margin depending on the alignment of the infobox now.)
 
(25 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
<noinclude>If you want to set the CSS styles of this infobox or colours, get a wiki Admin to change the Monobook.css. Most infoboxes' styles are controlled from there. This allows freedom for skins, while not changing the content of the infobox. (Say for example if you don't like this current one modelled off Freelancer User Interface, and want a default Wiki skin.)<!--</noinclude>
 
<noinclude>If you want to set the CSS styles of this infobox or colours, get a wiki Admin to change the Monobook.css. Most infoboxes' styles are controlled from there. This allows freedom for skins, while not changing the content of the infobox. (Say for example if you don't like this current one modelled off Freelancer User Interface, and want a default Wiki skin.)<!--</noinclude>
{| class="infobox bordered" style="float: right; background-color:14193F; margin-left: 1em; margin-bottom: 10px; width: 270px; font-size: 11px; line-height: 14px; border: 1px solid #dddddd;" cellpadding="3"
+
{| class="infobox bordered" style="float: {{#ifeq:{{{align|right}}}|right|right|left}}; background-color:14193F; margin-left: {{#ifeq:{{{align|right}}}|right|1em|0em}}; margin-right: {{#ifeq:{{{align|right}}}|right|0em|1em}}; margin-bottom: 10px; width: 270px; font-size: 11px; line-height: 14px; border: 1px solid #dddddd;" cellpadding="3"
 
|-
 
|-
 
| colspan="2" class="infobox-name" | '''{{{name}}}'''
 
| colspan="2" class="infobox-name" | '''{{{name}}}'''
 
|-
 
|-
 
| colspan="2" style="padding: 0px; text-align: center;" | {{#if: {{{image|}}}
 
| colspan="2" style="padding: 0px; text-align: center;" | {{#if: {{{image|}}}
| [[image:{{{image}}}|center|264px]]
+
| [[image:{{{image}}}|center|{{#if: {{{imagesize|}}} | {{{imagesize}}} | 264px }}]]
| [[Image:Nocharimage.jpg|center|264px]]
+
| {{#ifexist: File:{{{name|}}}.png
}}
+
  | [[image:{{{name|}}}.png|center|{{#if: {{{imagesize|}}} | {{{imagesize}}} | 264px }}]]
 +
  | {{#ifexist: File:{{{name|}}}.jpg
 +
  | [[image:{{{name|}}}.jpg|center|{{#if: {{{imagesize|}}} | {{{imagesize}}} | 264px }}]]
 +
  | [[Image:Nocharimage.jpg|center|264px]]}}}}}}
 +
|-
 +
| colspan="2" style="padding: 0px; text-align: center;" | {{#if: {{{caption|}}} | {{{caption}}} | }}
 
|-
 
|-
 
| colspan="2" class="infobox-section" | Profile
 
| colspan="2" class="infobox-section" | Profile
 
|-
 
|-
 +
 
| class="infobox-data-title" | '''Origin'''
 
| class="infobox-data-title" | '''Origin'''
 
| style="padding-right: 1em;" | {{#if: {{{origin|}}}| {{{origin}}}| ''unknown''
 
| style="padding-right: 1em;" | {{#if: {{{origin|}}}| {{{origin}}}| ''unknown''
Line 17: Line 23:
 
{{!}} class="infobox-data-title" {{!}} '''Occupation'''
 
{{!}} class="infobox-data-title" {{!}} '''Occupation'''
 
{{!}} style="padding-right: 1em;" {{!}} {{{occupation}}}
 
{{!}} style="padding-right: 1em;" {{!}} {{{occupation}}}
 +
}}{{#if: {{{iff|}}}|<br />
 +
{{!}}-
 +
{{!}} class="infobox-data-title" {{!}} '''IFF'''
 +
{{!}} style="padding-right: 1em;" {{!}} {{{iff}}}
 +
}}{{#if: {{{gender|}}}|<br />
 +
{{!}}-
 +
{{!}} class="infobox-data-title" {{!}} {{#ifeq: {{{prude|}}}|no|'''Sex'''|'''Gender'''|}}
 +
{{!}} style="padding-right: 1em;" {{!}} {{{gender}}}
 +
}}{{#if: {{{height|}}}|<br />
 +
{{!}}-
 +
{{!}} class="infobox-data-title" {{!}} '''Height'''
 +
{{!}} style="padding-right: 1em;" {{!}} {{{height}}}
 +
}}{{#if: {{{weight|}}}|<br />
 +
{{!}}-
 +
{{!}} class="infobox-data-title" {{!}} '''Weight'''
 +
{{!}} style="padding-right: 1em;" {{!}} {{{weight}}}
 +
}}{{#if: {{{hair|}}}|<br />
 +
{{!}}-
 +
{{!}} class="infobox-data-title" {{!}} '''Hair color'''
 +
{{!}} style="padding-right: 1em;" {{!}} {{{hair}}}
 +
}}{{#if: {{{eye|}}}|<br />
 +
{{!}}-
 +
{{!}} class="infobox-data-title" {{!}} '''Eye color'''
 +
{{!}} style="padding-right: 1em;" {{!}} {{{eye}}}
 
}}
 
}}
 
|-
 
|-
Line 25: Line 55:
 
}}{{#if: {{{service_time|}}}|<br />
 
}}{{#if: {{{service_time|}}}|<br />
 
{{!}}-
 
{{!}}-
{{!}} class="infobox-data-title" {{!}} '''{{{service_what}}}'''
+
{{!}} class="infobox-data-title" style="width: 100px;" {{!}} '''{{{service_what}}}'''
 
{{!}} style="padding-right: 1em;" {{!}} {{{service_time}}}
 
{{!}} style="padding-right: 1em;" {{!}} {{{service_time}}}
 
}}{{#if: {{{rank|}}}|<br />
 
}}{{#if: {{{rank|}}}|<br />
Line 31: Line 61:
 
{{!}} class="infobox-data-title" {{!}} '''Rank'''
 
{{!}} class="infobox-data-title" {{!}} '''Rank'''
 
{{!}} style="padding-right: 1em;" {{!}} {{{rank}}}
 
{{!}} style="padding-right: 1em;" {{!}} {{{rank}}}
 +
}}{{#if: {{{status|}}}|<br />
 +
{{!}}-
 +
{{!}} class="infobox-data-title" {{!}} '''Status'''
 +
{{!}} style="padding-right: 1em;" {{!}} {{{status}}}
 
}}
 
}}
 
|-
 
|-
Line 41: Line 75:
 
{{!}} class="infobox-data-title" {{!}} '''Died'''
 
{{!}} class="infobox-data-title" {{!}} '''Died'''
 
{{!}} style="padding-right: 1em;" {{!}} {{{death_date}}}
 
{{!}} style="padding-right: 1em;" {{!}} {{{death_date}}}
}}
+
}}{{#if: {{{toc|}}} | <nowiki />
 +
{{!}}-
 +
{{!}} colspan="2" class="infobox-section" {{!}} Table of contents
 +
{{!}}-
 +
{{!}} colspan="2" class="infoboxtoc" {{!}} __TOC__ }}
 
|}
 
|}
[[Category:People]]{{#if: {{{image|}}} | | [[Category: Pages without profile images]]}}
+
{{#ifeq:{{NAMESPACE}}|Template||[[Category:People]]{{#if: {{{image|}}} | | [[Category: Pages without profile images]]}}}}<noinclude>-->
<noinclude>
 
-->
 
 
==Usage==
 
==Usage==
<pre><nowiki>{{Character_Infobox
+
<pre><nowiki>
| name = Mireille Ceyes
+
{{Character Infobox
| image = Mirwiki.png
+
| name =
 +
| image =
 +
| imagesize =
 +
| caption =
 +
| origin =
 +
| gender =
 +
| height =
 +
| weight =
 +
| hair =
 +
| eye =
 +
| occupation =
 +
| affiliation =
 +
| service_what =
 +
| service_time =
 +
| rank =
 +
| status =
 +
| birth_date =
 +
| death_date =
 +
| toc =
 +
}}</nowiki></pre>
 +
 
 +
==Example==
 +
<pre><nowiki>{{Character Infobox
 +
| name = Harold Angus Kane
 +
| image = wiki-kane.jpg
 +
| imagesize = 263px
 +
| caption = Harold Kane, 818 A.S.
 
| origin = {{House Link | Liberty}}
 
| origin = {{House Link | Liberty}}
| occupation = Revolutionary
+
| gender = Male
| affiliation = Independent
+
| height =
| service_what = Years of service in the LMC
+
| weight =
| service_time = 805 - 816
+
| hair =
| rank = Colonel (dishonorably discharged)
+
| eye =
| birth_date = July 23 783 [[A.S.]], [[Planet Manhattan]] (Age 34)
+
| occupation = Taskmaster and High Command member of the [[Vagrant Raiders|VR]]
 +
| affiliation = [[Vagrant Raiders]]
 +
| service_what =  
 +
| service_time =  
 +
| rank = Taskmaster
 +
| status = Active (818 A.S.)
 +
| birth_date = March 15, 795 [[A.S.]], [[Padua Base]]
 
| death_date =
 
| death_date =
 +
| toc = yes
 
}}</nowiki></pre>
 
}}</nowiki></pre>
  
 
==Result==
 
==Result==
{{Character_Infobox
+
{{Character Infobox
| name = Mireille Ceyes
+
| name = Harold Angus Kane
| image = Mirwiki.png
+
| image = wiki-kane.jpg
 +
| imagesize = 263px
 +
| caption = Harold Kane, 818 A.S.
 
| origin = {{House Link | Liberty}}
 
| origin = {{House Link | Liberty}}
| occupation = Revolutionary
+
| gender = Male
| affiliation = Independent
+
| height =
| service_what = Years of service in the LMC
+
| weight =
| service_time = 805 - 816
+
| hair =
| rank = Colonel (dishonorably discharged)
+
| eye =
| birth_date = July 23 783 [[A.S.]], [[Planet Manhattan]] (Age 34)
+
| occupation = Taskmaster and High Command member of the [[Vagrant Raiders|VR]]
 +
| affiliation = [[Vagrant Raiders]]
 +
| service_what =  
 +
| service_time =  
 +
| rank = Taskmaster
 +
| status = Active (818 A.S.)
 +
| birth_date = March 15, 795 [[A.S.]], [[Padua Base]]
 
| death_date =
 
| death_date =
}}
+
| toc = yes
 
+
}}[[Category:Templates]]</noinclude>
[[Category:Templates]]
 
</noinclude>
 

Latest revision as of 09:45, 31 August 2013

If you want to set the CSS styles of this infobox or colours, get a wiki Admin to change the Monobook.css. Most infoboxes' styles are controlled from there. This allows freedom for skins, while not changing the content of the infobox. (Say for example if you don't like this current one modelled off Freelancer User Interface, and want a default Wiki skin.)

Usage

{{Character Infobox
| name =
| image = 
| imagesize =
| caption =
| origin =
| gender =
| height =
| weight =
| hair =
| eye =
| occupation = 
| affiliation =
| service_what =
| service_time =
| rank =
| status =
| birth_date =
| death_date =
| toc =
}}

Example

{{Character Infobox
| name = Harold Angus Kane
| image = wiki-kane.jpg
| imagesize = 263px
| caption = Harold Kane, 818 A.S.
| origin = {{House Link | Liberty}}
| gender = Male
| height =
| weight =
| hair =
| eye =
| occupation = Taskmaster and High Command member of the [[Vagrant Raiders|VR]]
| affiliation = [[Vagrant Raiders]]
| service_what = 
| service_time = 
| rank = Taskmaster
| status = Active (818 A.S.)
| birth_date = March 15, 795 [[A.S.]], [[Padua Base]]
| death_date =
| toc = yes
}}

Result

Harold Angus Kane
Error creating thumbnail: Unable to save thumbnail to destination
Harold Kane, 818 A.S.
Profile
Origin Flag-liberty.png Liberty
Occupation Taskmaster and High Command member of the VR
Gender Male
Affiliation Vagrant Raiders
Rank Taskmaster
Status Active (818 A.S.)
Born March 15, 795 A.S., Padua Base
Table of contents