1. Template
  2. Crew2
Printable Version

https://www.forum.werealive.com/wiki_index.php?title=Template:Crew2
This page can be used as a building block in other pages.

This page has been seen 183 times.

    • Created by on
      Last updated by on
[div] customid="wa_sidebar" position="sidebar" |
[table] class="infobox" style="width: 100%; text-align: left; font-size: 85%; border-radius: 10px; border:solid 1px" cellpadding="4"
! colspan="2" style="background: #314883; border-radius: 10px 10px 0 0; font-size: 160%; text-align: center;" | [color=white]{{{name}}}[/color]
|-[if=" {{{image|-}}} "]
| colspan="2" style="text-align: center;" | {{{image}}}
!-[/if]
[if=" {{{role|-}}} "]
! Position:
| {{{role}}}
!-[/if]
! colspan="2" style="background: #314883; font-size: 120%; text-align: center;" | [color=white]Details[/color]
|-[if=" {{{nickname|-}}} "]
! Nickname:
| {{{nickname}}}
!-[/if]
[if=" {{{group|-}}} "]
! Affiliations:
| {{{group}}}
!-[/if]
[if=" {{{Date of Birth|-}}} "]
! Birthday:
| {{{Date of Birth}}}
!-[/if]
[if=" {{{height|-}}} "]
! Height:
| {{{height}}}
!-[/if]
[if=" {{{hometown|-}}} "]
! Hometown:
| {{{hometown}}}
!-[/if]
[if=" {{{Talent|-}}} "]
! Special Talents:
| {{{Talent}}}
!-[/if]
[if=" {{{caststatus|-}}} "]
! Crew Status:
| {{{caststatus}}}
!-[/if]
[if=" {{{website|-}}} "]
! Website:
| {{{website}}}
!-[/if]
[if=" {{{twitter|-}}} "]
! Twitter:
| {{{twitter}}}
!-[/if]
[if=" {{{facebook|-}}} "]
! Facebook:
| {{{facebook}}}
!-[/if]
[if=" {{{email|-}}} "]
! E-mail:
| {{{email}}}
!-[/if]
[if=" {{{imdb|-}}} "]
! IMDB:
| colspan="2" style="text-align: center; padding-bottom: 12px;" | [url]{{{imdb}}}[/url]
!-[/if]
[/table]
[/div]

Usage

Code:
[template]crew2
| name =
| role =
| nickname =
| group =
| image =
| caststatus =
| Date of Birth =
| height =
| hometown =
| Talent =
| website =
| twitter =
| facebook =
| email =
| imdb =
[/template]