Template:Infobox User

From OpenStreetMap Wiki
Jump to navigation Jump to search


[Edit] [Purge] Template-info.svg Template documentation


Usage

This template is used to create a standard infobox for individuals, such as mappers, contributors, or notable community members, on OSM Wiki. It displays personal and professional details in a structured format.

Notes

  • If a field is left empty, it will be omitted from the final rendered infobox.
  • `image` defaults to `No image.svg` if not provided.

Syntax

{{Infobox User
| name =
| image =
| caption =
| birth_name =
| birth_date =
| birth_place =
| nationality =
| occupation =
| years_active =
| known_for =
| notable_works =
| awards =
| spouse =
| children =
| family =
| social_media =
| website =
}}

Parameters

  • name – Full name (required)
  • image – Profile image filename (e.g., `User.jpg`)
  • caption – Caption for the image
  • birth_name – Birth name, if different
  • birth_date – Date of birth
  • birth_place – City, country, etc.
  • nationality – National identity
  • occupation – Current job/role
  • years_active – Years of contribution/activity
  • known_for – Key recognition
  • notable_works – Major works/projects
  • awards – Awards received
  • spouse – Spouse name (if applicable)
  • children – Names or count
  • family – Notable relatives (optional)
  • social_media – Links like Twitter, Mastodon
  • website – Personal or project website

Example Usage

To use this template on a user page, paste the following code:

{{Infobox User
| name = Brazil Singh
| image = Example.jpg
| caption = Mapping with passion
| birth_name = Brazil Singh
| birth_date = 25 May 2002
| birth_place = Dhaka, Bangladesh
| nationality = Bangladeshi
| occupation = Student, Mapper
| years_active = 2020–present
| known_for = HOT, YouthMappers, OSM Academy
| notable_works = Developed Tool
| awards = OSM Community Champion 2023, YouthMappers Outreach Award
| social_media =[https://en.osm.town/@brazilsinghrittik Mastodon]
| website = https://example.org
}}

See also

[User|Documentation]