Template:Participant: Difference between revisions
(Fix template for better semantic terms) |
(Fix semantic naming rule) |
||
Line 4: | Line 4: | ||
{ | { | ||
"params": { | "params": { | ||
" | "Has role": { | ||
"aliases": [ | |||
"Role" | |||
], | |||
"label": "Role", | |||
"type": "string" | |||
}, | |||
"Has short name": { | |||
"aliases": [ | |||
"Short name" | |||
], | |||
"label": { | "label": { | ||
"fr": " | "fr": "Nom court", | ||
"en": "Short name" | |||
}, | }, | ||
" | "description": "The acronym or short name of the university.", | ||
" | "example": "UNITO, UNIZAR, UPPA", | ||
" | "type": "string" | ||
}, | }, | ||
" | "Has country": { | ||
" | "aliases": [ | ||
" | "Country" | ||
" | ], | ||
"label": "Country", | |||
"type": "string" | |||
}, | |||
"Has PIC": { | |||
"aliases": [ | |||
"PIC" | |||
], | |||
"label": "PIC" | |||
}, | }, | ||
" | "Has name": { | ||
"aliases": [ | |||
"Legal name", | |||
"Name" | |||
], | |||
"label": { | "label": { | ||
"fr": "Nom légal" | "fr": "Nom légal", | ||
} | "en": "Name " | ||
}, | }, | ||
" | "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" | ||
|- | |- | ||
! Role | ! Role | ||
| [[role::{{{role|}}}]] | | [[Has role::{{{Has role|}}}]] | ||
|- | |- | ||
! Short name | ! Short name | ||
| [[ | | [[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 | ||
| [[ | | [[Has PIC::{{{Has PIC|}}}]] | ||
|} | |} | ||
</includeonly> | </includeonly> |
Revision as of 13:19, 6 March 2024
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Role | Has role Role | no description | String | optional |
Short name | Has short name Short name | The acronym or short name of the university.
| String | optional |
Name | Has name Legal name Name | Name of the university | String | optional |
Country | Has country Country | no description | String | optional |
PIC | Has PIC PIC | no description | Unknown | optional |