Template:User data
Documentation for databoxes edit template data
<templatedata> { "params": { "name": { "label": "Name", "description": "Name of the user", "example": "Felipe Schenone", "type": "string" }, "affiliations": { "label": "Affiliations", "description": "Universities or other institutions to which the user is affiliated", "example": "Appropedia Foundation, University of Buenos Aires", "type": "string" }, "nationality": { "label": "Nationality", "description": "Country of origin of the user", "example": "Argentina", "type": "wiki-page-name", "suggested": true }, "languages": { "label": "Languages", "description": "Languages with which the user can communicate", "example": "English, German", "type": "string", "suggestedvalues": [ "English", "Spanish", "Portuguese", "Italian", "French", "German" ] }, "skills": { "label": "Skills", "description": "Skills possessed by the user", "example": "HTML, Painting", "type": "string", "suggested": true }, "interests": { "label": "Interests", "description": "Interests of the user", "example": "Wikis, Veganism", "type": "string", "suggested": true }, "groups": { "label": "Groups", "description": "User groups to which this user belongs", "type": "string", "suggested": true }, "courses": { "label": "Courses", "description": "Courses in which this user participated", "example": "ENGR305, MY5490", "type": "string" }, "links": { "label": "Links", "description": "URLs to social media, personal website, etc.", "example": "https://www.instagram.com/sophivorus, https://sophivorus.com", "type": "string" }, "email": { "label": "Email", "description": "Public email of the user.", "example": "example@appropedia.org", "type": "string" }, "location": { "label": "Location", "description": "Current location of the user", "example": "Buenos Aires, Argentina", "type": "string" } }, "format": "block", "description": "Use this template to add structured data to user pages.", "paramOrder": [ "name", "affiliations", "nationality", "location", "languages", "skills", "interests", "groups", "courses", "email", "links" ] } </templatedata>
See also
- Template:Databox — Meta template used by this template
- Template:Documentation for databoxes — Template that generates the documentation of this template