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

Template:Infobox university: Difference between revisions

Template page
No edit summary
Created page with "{{Infobox | name = {{{name|}}} | native_name = {{{native_name|}}} | image = {{{image|}}} | image_size = {{{image_size|200px}}} | caption = {{{caption|}}} | motto = {{{motto|}}} | established = {{{established|}}} | closed = {{{closed|}}} | type = {{{type|}}} | affiliation = {{{affiliation|}}} | endowment = {{{endowment|}}} | budget = {{{budget|}}} | officer_in_charge = {{{officer_in_charge|}}} | chairman = {{{chai..."
Line 1: Line 1:
<div class="infobox" style="width: 22em; border: 1px solid #aaa; border-collapse: collapse; margin: 10px; float: right; background: #f9f9f9;">
{{Infobox
    <table style="width: 100%; border: none;">
| name         = {{{name|}}}
         <tr>
| native_name  = {{{native_name|}}}
            <th colspan="2" style="background: #e9e9e9; text-align: center;">{{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}}}}</th>
| image        = {{{image|}}}
        </tr>
| image_size  = {{{image_size|200px}}}
        <tr>
| caption      = {{{caption|}}}
            <td colspan="2" style="text-align: center;">
| motto        = {{{motto|}}}
                {{#if: {{{logo|}}}
| established  = {{{established|}}}
                    | [[File:{{{logo}}}|thumb|150px|center]] }}
| closed      = {{{closed|}}}
            </td>
| type         = {{{type|}}}
        </tr>
| affiliation  = {{{affiliation|}}}
        {{#if: {{{logo_caption|}}}
| endowment    = {{{endowment|}}}
            | <tr>
| budget      = {{{budget|}}}
                <td colspan="2" style="text-align: center; font-style: italic;">{{{logo_caption}}}</td>
| officer_in_charge = {{{officer_in_charge|}}}
            </tr>
| chairman    = {{{chairman|}}}
        }}
| chancellor  = {{{chancellor|}}}
        {{#if: {{{motto|}}}
| president    = {{{president|}}}
            | <tr>
| provost      = {{{provost|}}}
                <th style="text-align: left;">Motto</th>
| rector      = {{{rector|}}}
                <td>{{{motto}}}</td>
| vice_chancellor = {{{vice_chancellor|}}}
            </tr>
| principal    = {{{principal|}}}
        }}
| dean         = {{{dean|}}}
         {{#if: {{{established|}}}
| director    = {{{director|}}}
            | <tr>
| head_label  = {{{head_label|}}}
                <th style="text-align: left;">Established</th>
| head        = {{{head|}}}
                <td>{{{established}}}</td>
| academic_staff = {{{academic_staff|}}}
            </tr>
| administrative_staff = {{{administrative_staff|}}}
        }}
| students    = {{{students|}}}
        {{#if: {{{type|}}}
| undergrad    = {{{undergrad|}}}
            | <tr>
| postgrad    = {{{postgrad|}}}
                <th style="text-align: left;">Type</th>
| doctoral    = {{{doctoral|}}}
                <td>{{{type}}}</td>
| city         = {{{city|}}}
            </tr>
| state        = {{{state|}}}
        }}
| province    = {{{province|}}}
        {{#if: {{{endowment|}}}
| country      = {{{country|}}}
            | <tr>
| campus      = {{{campus|}}}
                <th style="text-align: left;">Endowment</th>
| language    = {{{language|}}}
                <td>{{{endowment}}}</td>
| colours      = {{{colours|}}}
            </tr>
| nickname     = {{{nickname|}}}
        }}
| mascot      = {{{mascot|}}}
        {{#if: {{{president|}}}
| website     = {{{website|}}}
            | <tr>
| logo         = {{{logo|}}}
                <th style="text-align: left;">President</th>
| logo_size   = {{{logo_size|}}}
                <td>{{{president}}}</td>
            </tr>
        }}
        {{#if: {{{students|}}}
            | <tr>
                <th style="text-align: left;">Students</th>
                <td>{{{students}}}</td>
            </tr>
        }}
        {{#if: {{{undergraduates|}}}
            | <tr>
                <th style="text-align: left;">Undergraduates</th>
                <td>{{{undergraduates}}}</td>
            </tr>
        }}
         {{#if: {{{postgraduates|}}}
            | <tr>
                <th style="text-align: left;">Postgraduates</th>
                <td>{{{postgraduates}}}</td>
            </tr>
        }}
        {{#if: {{{faculty|}}}
            | <tr>
                <th style="text-align: left;">Faculty</th>
                <td>{{{faculty}}}</td>
            </tr>
        }}
        {{#if: {{{location|}}}
            | <tr>
                <th style="text-align: left;">Location</th>
                <td>{{{location}}}</td>
            </tr>
        }}
        {{#if: {{{campus|}}}
            | <tr>
                <th style="text-align: left;">Campus</th>
                <td>{{{campus}}}</td>
            </tr>
        }}
        {{#if: {{{colors|}}}
            | <tr>
                <th style="text-align: left;">Colors</th>
                <td>{{{colors}}}</td>
            </tr>
         }}
        {{#if: {{{nickname|}}}
            | <tr>
                <th style="text-align: left;">Nickname</th>
                <td>{{{nickname}}}</td>
            </tr>
        }}
        {{#if: {{{website|}}}
            | <tr>
                <th style="text-align: left;">Website</th>
                <td>[{{{website}}} {{{website}}}]</td>
            </tr>
        }}
        {{#if: {{{affiliations|}}}
            | <tr>
                <th style="text-align: left;">Affiliations</th>
                <td>{{{affiliations}}}</td>
            </tr>
        }}
     </table>
</div>
<noinclude>
{{Infobox university
| name            = University of Example
| logo            = University_logo.png
| logo_caption    = Official logo
| motto            = "Knowledge is Power"
| established     = 1831
| type            = Public university
| endowment        = $1 billion
| president        = Dr. Jane Doe
| students         = 30,000
| undergraduates  = 20,000
| postgraduates   = 10,000
| faculty          = 1,500
| location        = Example City, Example Country
| campus          = Urban
| colors          = Crimson and White
| nickname        = The Crimson Scholars
| website          = https://www.exampleuniversity.edu
| affiliations    = [[Association of Universities]], [[Research Association]]
}}
}}
</noinclude>

Revision as of 03:41, 3 June 2025