Template:Participant: Difference between revisions

    From UNITApedia
    (Fix template for better semantic terms)
    (Fix semantic naming rule)
    Line 4: Line 4:
    {
    {
    "params": {
    "params": {
    "Number": {
    "Has role": {
    "aliases": [
    "Role"
    ],
    "label": "Role",
    "type": "string"
    },
    "Has short name": {
    "aliases": [
    "Short name"
    ],
    "label": {
    "label": {
    "fr": "Nombre"
    "fr": "Nom court",
    "en": "Short name"
    },
    },
    "type": "number",
    "description": "The acronym or short name of the university.",
    "required": true,
    "example": "UNITO, UNIZAR, UPPA",
    "suggested": true
    "type": "string"
    },
    },
    "Role": {},
    "Has country": {
    "Short name": {
    "aliases": [
    "label": {
    "Country"
    "fr": "Nom court"
    ],
    }
    "label": "Country",
    "type": "string"
    },
    "Has PIC": {
    "aliases": [
    "PIC"
    ],
    "label": "PIC"
    },
    },
    "Legal name": {
    "Has name": {
    "aliases": [
    "Legal name",
    "Name"
    ],
    "label": {
    "label": {
    "fr": "Nom légal"
    "fr": "Nom légal",
    }
    "en": "Name "
    },
    },
    "Country": {},
    "description": "Name of the university",
    "PIC": {}
    "type": "string"
    }
    }
    },
    "paramOrder": [
    "Has role",
    "Has short name",
    "Has name",
    "Has country",
    "Has PIC"
    ]
    }
    }
    </templatedata>
    </templatedata>
    Line 34: Line 64:


    {| class="wikitable"
    {| class="wikitable"
    |-
    ! Number
    | [[number::{{{number|}}}]]
    |-
    |-
    ! Role
    ! Role
    | [[role::{{{role|}}}]]
    | [[Has role::{{{Has role|}}}]]
    |-
    |-
    ! Short name
    ! Short name
    | [[shortName::{{{shortName|}}}]]
    | [[Has short name::{{{Has short name|}}}]]
    |-
    |-
    ! Legal name
    ! Legal name
    | [[name::{{{name|}}}]]
    | [[Has name::{{{Has name|}}}]]
    |-
    |-
    ! Country
    ! Country
    | [[country::{{{country|}}}]]
    | [[Has country::{{{Has country|}}}]]
    |-
    |-
    ! PIC
    ! PIC
    | [[pic::{{{pic|}}}]]
    | [[Has PIC::{{{Has PIC|}}}]]
    |}
    |}
    </includeonly>
    </includeonly>

    Revision as of 13:19, 6 March 2024

    No description.

    Template parameters

    ParameterDescriptionTypeStatus
    RoleHas role Role

    no description

    Stringoptional
    Short nameHas short name Short name

    The acronym or short name of the university.

    Example
    UNITO, UNIZAR, UPPA
    Stringoptional
    Name Has name Legal name Name

    Name of the university

    Stringoptional
    CountryHas country Country

    no description

    Stringoptional
    PICHas PIC PIC

    no description

    Unknownoptional