Template:Mobility: Difference between revisions
No edit summary Tag: Reverted  | 
				No edit summary Tag: Manual revert  | 
				||
| Line 1: | Line 1: | ||
<noinclude>  | <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 of the university where the mobility originated",  | |||
			"example": "Universitatea De Vest Din Timisoara",  | |||
			"type": "string",  | |||
			"required": true  | |||
		},  | |||
		"MobilityType": {  | |||
			"label": "Type of Mobility",  | |||
			"description": "The type of mobility event (e.g., BIP‑student mobility for studies, SMS‑student mobility for studies, etc.)",  | |||
			"example": "BIP‑student mobility for studies",  | |||
			"type": "string",  | |||
			"required": true  | |||
		},  | |||
		"Status": {  | |||
			"label": "Participant Status",  | |||
			"description": "The status of the mobility participant (e.g., Student bachelor, Staff academic, etc.)",  | |||
			"example": "Student bachelor",  | |||
			"type": "string",  | |||
			"required": true  | |||
		},  | |||
		"Participants": {  | |||
			"label": "Number of Participants",  | |||
			"description": "Count of participants for this mobility event",  | |||
			"example": "101",  | |||
			"type": "number",  | |||
			"required": true  | |||
		}  | |||
	},  | |||
	"description": "Template for documenting a single mobility event.",  | |||
	"paramOrder": [  | |||
		"ID",  | |||
		"University",  | |||
		"MobilityType",  | |||
		"Status",  | |||
		"Participants"  | |||
	]  | |||
}  | |||
</templatedata>  | |||
</noinclude>  | </noinclude>  | ||
<includeonly>  | <includeonly>  | ||
[[Category:Mobilities]]  | |||
{{#  | {{#if: {{{MobilityType|}}} | [[Category:{{{MobilityType}}}]] }}  | ||
{| class="wikitable" style="float:right; margin:0 0 0 1em; text-align:left;"  | |||
|-  | |||
! Mobility ID  | |||
| [[ID::{{{ID|}}}]]  | |||
|-  | |||
! University  | |||
| [[University::{{{University|}}}]]  | |||
|-  | |||
! Type of Mobility  | |||
| [[MobilityType::{{{MobilityType|}}}]]  | |||
|-  | |||
! Participant Status  | |||
| [[Status::{{{Status|}}}]]  | |||
|-  | |||
! Participants  | |||
| [[Participants::{{{Participants|}}}]]  | |||
|}  | |||
|   | |||
</includeonly>  | </includeonly>  | ||
Revision as of 13:11, 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 |