Template:Place: Difference between revisions

Content deleted Content added
import>Lorisa214
No edit summary
Infobox updated using the portable infobox migration tool
Line 1:
<infobox>
{| table border="0" cellspacing="0" cellpadding="2" style="float:right; font-size: smaller; margin: 1em 0em 1em; width:250px; border:2px solid #000000; color:black; background: none; -moz-border-radius:10px; -webkit-border-radius:10px; border-collapse:collapse; line-height:1.5;"
<title source="name"><default>{{PAGENAME}}</default></title>
|-
<image source="image"/>
| colspan="2.5" style="background:#000000; padding:1px; color:white; font-size:larger; text-align:center; spacing-top: 0px; spacing-bottom: 0px;" | '''{{{name}}}'''
<data source="real name"><label>'''Real Name'''</label></data>
|-
<data source="administration"><label>'''Administration'''</label></data>
! colspan="2.5" style="text-align:center; padding:0;" | {{#if: {{{image|}}} | [[Image:{{{image}}}|center|250px]] }}
<data source="agents"><label>'''Agents'''</label></data>
|-
<data source="employees"><label>'''Employees'''</label></data>
! colspan="2.5" style="background:#000000; color:white; vertical-align: middle; font-size:normal; font-weight:smaller; text-align:center; spacing-top: 0px; spacing-bottom: 0px;" | Biographical Information
<data source="genders"><label>'''Genders'''</label></data>
|-
<data source="ages"><label>'''Ages'''</label></data>
|- style="font-size:2.5; vertical-align:middle; border-bottom: 1px solid #d9d9d9;"
<data source="location"><label>'''Location'''</label></data>
{{#if: {{{real name|}}} | {{!}} '''Real Name:''' {{!!}} {{{real name}}} }}
<data source="affiliates"><label>'''Affiliates'''</label></data>
|-
<data source="first appearance"><label>'''First appearance'''</label></data>
|- style="font-size:2.5; vertical-align:middle; border-bottom: 1px solid #d9d9d9;"
</infobox>
{{#if: {{{administration|}}} | {{!}} '''Administration:''' {{!!}} {{{administration}}} }}
|-
|- style="font-size:2.5; vertical-align:middle; border-bottom: 1px solid #d9d9d9;"
{{#if: {{{agents|}}} | {{!}} '''Agents:''' {{!!}} {{{agents}}} }}
|-
|- style="font-size:2.5; vertical-align:middle; border-bottom: 1px solid #d9d9d9;"
{{#if: {{{employees|}}} | {{!}} '''Employees:''' {{!!}} {{{employees}}} }}
|-
|- style="font-size:2.5; vertical-align:middle; border-bottom: 1px solid #d9d9d9;"
{{#if: {{{genders|}}} | {{!}} '''Genders:''' {{!!}} {{{genders}}} }}
|-
|- style="font-size:2.5; vertical-align:middle; border-bottom: 1px solid #d9d9d9;"
{{#if: {{{ages|}}} | {{!}} '''Ages:''' {{!!}} {{{ages}}} }}
|-
|- style="font-size:2.5; vertical-align:middle; border-bottom: 1px solid #d9d9d9;"
{{#if: {{{location|}}} | {{!}} '''Location:''' {{!!}} {{{location}}} }}
|-
|- style="font-size:2.5; vertical-align:middle; border-bottom: 1px solid #d9d9d9;"
{{#if: {{{affiliates|}}} | {{!}} '''Affiliates:''' {{!!}} {{{affiliates}}} }}
|-
! colspan="2.5" style="background:#000000; color:white; text-align:center;" | '''Information'''
|-
|- style="font-size:2.5; vertical-align:middle; border-bottom: 1px solid #d9d9d9;"
{{#if: {{{first appearance|}}} | {{!}} '''First appearance:''' {{!!}} {{{first appearance}}} }}
|-
! colspan="2.5" style="background:none; color:Black; border-top: 1px solid #d9d9d9; -moz-border-radius: 10px; font-size:smaller; text-align:center;" |
|}
<noinclude>
== Usage & preview ==
Type in this:
The use of this template will automatically include '''Category:Group''' to the given page. You will have to add other categories manually. Leave the space blank if not applicable.
 
<pre>
{{Place
| name=
| image=
| real name=
| administration=
| agents=
| employees=
| genders=
| ages=
| location=
| affiliates=
| first appearance=}}
|}}
</pre></noinclude>
 
<noinclude>[[Category:Templates]]</noinclude>
</pre>
 
to see this:
 
{{Place
|name=This is a test
|image=This is a test
|real name=This is a test
|administration=This is a test
|agents=This is a test
|employees=This is a test
|genders=This is a test
|ages=This is a test
|location=This is a test
|affiliates=This is a test
|first appearance=This is a test
}}
 
 
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
</pre></noinclude>