Template:Mobility: Difference between revisions
|  (Created page with "<noinclude> Category:Templates <!--{{#cargo_declare: _table=mobilities; Has_ID= Integer; Has_University= String; Has_MobilityType= String; Has_Status= String; Has_Participants= Integer; }}-->  <templatedata> { 	"params": { 		"ID": { 			"label": "Mobility ID", 			"description": "Unique identifier for the mobility event", 			"example": "1, 2, 3", 			"type": "number", 			"required": true 		}, 		"University": { 			"label": "University of Origin", 			"description": "Name...") | No edit summary | ||
| Line 29: | Line 29: | ||
| 		"MobilityType": { | 		"MobilityType": { | ||
| 			"label": "Type of Mobility", | 			"label": "Type of Mobility", | ||
| 			"description": "The type of mobility event (e.g.,  | 			"description": "The type of mobility event (e.g., BIP‑student mobility for studies, SMS‑student mobility for studies, etc.)", | ||
| 			"example": " | 			"example": "BIP‑student mobility for studies", | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"required": true | 			"required": true | ||
| Line 62: | Line 62: | ||
| <includeonly> | <includeonly> | ||
| [[Category:Mobilities]] | [[Category:Mobilities]] | ||
| {{#if: {{{MobilityType|}}} | [[Category:{{{MobilityType}}}]] }} | |||
| {| class="wikitable" style="float:right; margin:0 0 0 1em; text-align:left;" | {| class="wikitable" style="float:right; margin:0 0 0 1em; text-align:left;" | ||
| |- | |- | ||
Revision as of 09:30, 20 March 2025
Template for documenting a single mobility event.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Mobility ID | ID | Unique identifier for the mobility event 
 | Number | required | 
| University of Origin | University | Name of the university where the mobility originated 
 | String | required | 
| Type of Mobility | MobilityType | The type of mobility event (e.g., BIP‑student mobility for studies, SMS‑student mobility for studies, etc.) 
 | String | required | 
| Participant Status | Status | The status of the mobility participant (e.g., Student bachelor, Staff academic, etc.) 
 | String | required | 
| Number of Participants | Participants | Count of participants for this mobility event 
 | Number | required |