Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:PersonPage: Difference between revisions

Template page
Undo revision 39 by Admin (talk)
Tag: Undo
No edit summary
Line 1: Line 1:
<!-- HERO COVER -->
<includeonly>
<div class="gbi-cover-area">
<div class="profile-card">
    <img src="/wiki/File:{{{banner|globalbanner.jpg}}}" class="gbi-cover-image" />
   
    <div class="profile-header" style="background-image: url({{#if:{{{cover|}}} | {{filepath:{{{cover}}} }} | https://images.unsplash.com/photo-1579546929518-9e396f3cc809?q=80&w=1000&auto=format&fit=crop }});">
       
        <div class="profile-hero-content">
            <div class="profile-avatar">
                [[File:{{#if:{{{image|}}}|{{{image}}}|Default_user_icon.svg}} |link=|frameless|center|200px]]
            </div>
           
            <div class="profile-titles">
                <div class="profile-name">{{{name|{{PAGENAME}}}}}</div>
                {{#if:{{{title|}}}|<div class="profile-role">{{{title}}}</div>}}
            </div>
        </div>
       
    </div>


     <div class="gbi-banner-content">
     <div class="profile-data">
         <img src="/wiki/File:{{{image|globalimage.jpg}}}" class="gbi-profile-on-banner" />
          
         <div>
        {{#if:{{{birth_name|}}}|
            <h1 class="gbi-name-banner">{{{name}}} <span class="gbi-pronoun">({{{pronoun|He/Him}}})</span></h1>
         <div class="profile-row">
             <p class="gbi-headline-banner">{{{headline}}}</p>
            <span class="profile-label">Full Name</span>
             <span class="profile-value">{{{birth_name}}}</span>
         </div>
         </div>
    </div>
        }}
</div>


<!-- CONTENT SECTION -->
        {{#if:{{{born|}}}|
<div class="gbi-container">
        <div class="profile-row">
            <span class="profile-label">Born</span>
            <span class="profile-value">{{{born}}}</span>
        </div>
        }}


    <div class="gbi-left">
        {{#if:{{{nationality|}}}|
         <h2>Biography</h2>
        <div class="profile-row">
         {{{bio|Biography Coming Soon...}}}
            <span class="profile-label">Nationality</span>
    </div>
            <span class="profile-value">{{{nationality}}}</span>
        </div>
        }}
       
        {{#if:{{{occupation|}}}|
         <div class="profile-row">
            <span class="profile-label">Occupation</span>
            <span class="profile-value">{{{occupation}}}</span>
        </div>
        }}
       
         {{#if:{{{years_active|}}}|
        <div class="profile-row">
            <span class="profile-label">Active</span>
            <span class="profile-value">{{{years_active}}}</span>
        </div>
        }}


    <div class="gbi-right">
        {{#if:{{{website|}}}|
        <div class="infobox-gbi">
        <div class="profile-row">
             {{Infobox_person
            <span class="profile-label">Website</span>
                | birth_date = {{{birth_date|}}}
             <span class="profile-value">{{{website}}}</span>
                | nationality = {{{nationality|}}}
                | occupation = {{{occupation|}}}
                | industry = {{{industry|}}}
                | known_for = {{{known_for|}}}
                | website = {{{website|}}}
            }}
         </div>
         </div>
        }}
     </div>
     </div>
</div>
</div>
</includeonly><noinclude>
<div style="padding:20px; background:#f0f0f0;">
'''Template Preview:'''<br>
{{Infobox_Person
| name        = John Doe
| title        = Software Engineer
| image        = Example.jpg
| cover        =
| birth_name  = Jonathan Doe
| born        = 12 Jan 1990
| nationality  = American
| occupation  = Developer
| years_active = 2010–Present
| website      = [https://example.com example.com]
}}
</div>
</noinclude>

Revision as of 15:59, 25 November 2025

Template Preview:
Template:Infobox Person