Template:Infobox person: Difference between revisions

From Bhikitia Pro, An open encyclopedia
Created page with "<noinclude>{{Documentation}}</noinclude> <div class="infobox" style="width: 22em; border: 1px solid #aaa; border-collapse: collapse; margin: 10px; float: right; background: #f9f9f9;"> <table style="width: 100%; border: none;"> <tr> <th colspan="2" style="background: #e9e9e9; text-align: center;">{{{name}}}</th> </tr> <tr> <td colspan="2" style="text-align: center;"> {{#if: {{{image|}}}..."
 
No edit summary
Line 3: Line 3:
     <table style="width: 100%; border: none;">
     <table style="width: 100%; border: none;">
         <tr>
         <tr>
             <th colspan="2" style="background: #e9e9e9; text-align: center;">{{{name}}}</th>
             <th colspan="2" style="background: #e9e9e9; text-align: center;">{{#if: {{{name|}}} | {{{name}}} | "Unknown Name"}}</th>
         </tr>
         </tr>
         <tr>
         <tr>
Line 9: Line 9:
                 {{#if: {{{image|}}}
                 {{#if: {{{image|}}}
                     | [[File:{{{image}}}|250px|{{{caption|}}}]]
                     | [[File:{{{image}}}|250px|{{{caption|}}}]]
                    | <span style="font-style: italic;">No image available</span>
                 }}
                 }}
             </td>
             </td>
         </tr>
         </tr>
         <tr>
         {{#if: {{{birth_date|}}}
            <th style="text-align: left;">Born:</th>
            | <tr>
            <td>{{{birth_date|unknown}}}</td>
                <th style="text-align: left;">Born:</th>
        </tr>
                <td>{{{birth_date}}}</td>
         <tr>
            </tr>
            <th style="text-align: left;">Place of Birth:</th>
         }}
            <td>{{{birth_place|unknown}}}</td>
        {{#if: {{{birth_place|}}}
        </tr>
            | <tr>
         <tr>
                <th style="text-align: left;">Place of Birth:</th>
            <th style="text-align: left;">Nationality:</th>
                <td>{{{birth_place}}}</td>
            <td>{{{nationality|unknown}}}</td>
            </tr>
        </tr>
         }}
         <tr>
        {{#if: {{{nationality|}}}
            <th style="text-align: left;">Occupation:</th>
            | <tr>
            <td>{{{occupation|unknown}}}</td>
                <th style="text-align: left;">Nationality:</th>
        </tr>
                <td>{{{nationality}}}</td>
         <tr>
            </tr>
            <th style="text-align: left;">Notable Works:</th>
         }}
            <td>{{{notable_works|none}}}</td>
        {{#if: {{{occupation|}}}
        </tr>
            | <tr>
         <tr>
                <th style="text-align: left;">Occupation:</th>
            <th style="text-align: left;">Awards:</th>
                <td>{{{occupation}}}</td>
            <td>{{{awards|none}}}</td>
            </tr>
        </tr>
         }}
        {{#if: {{{notable_works|}}}
            | <tr>
                <th style="text-align: left;">Notable Works:</th>
                <td>{{{notable_works}}}</td>
            </tr>
         }}
        {{#if: {{{awards|}}}
            | <tr>
                <th style="text-align: left;">Awards:</th>
                <td>{{{awards}}}</td>
            </tr>
        }}
     </table>
     </table>
</div>
</div>

Revision as of 17:49, 4 November 2024

"Unknown Name"