Template:Infobox occupation
This template uses Lua: |
Usage
[[File:{{{image}}}|{{{imagesize}}}|alt={{{alt}}}]] | |
Occupation | |
---|---|
Names | {{{official_names}}} |
Synonyms | {{{synonyms}}} |
Pronunciation |
|
Occupation type | {{{type}}} |
Activity sectors | {{{activity_sector}}} |
Description | |
Competencies | {{{competencies}}} |
Education required | {{{formation}}} |
Fields of employment | {{{employment_field}}} |
Related jobs | {{{related_occupation}}} |
An occupation infobox may be used to summarize information about a particular occupation, trade, profession, job or employment. The infobox should be added using the {{Infobox occupation}} template, as shown below:
{{Infobox occupation
| name =
| synonyms =
| pronounce =
| image =
| imagesize =
| alt =
| caption =
| official_names =
| type =
| activity_sector =
| competencies =
| formation =
| employment_field =
| related_occupation =
}}
General parameters
- name – the formal name of the occupation. Can be {{PAGENAME}}.
- image – optional – an image of the occupation. The image must be given in the form: File:Example.jpg; in particular. imagesize can be left blank.
- caption and alt – optional – the text to be placed below the image.
- official_names – optional – the names or synonyms for the particular occupation, including the principal name (which can be {{PAGENAME}}).
- type – optional – the type of occupation (e.g. "profession", "employment", "vocation", "performing arts", "military", etc.).
- activity_sector – optional – the main activity sectors of the occupation (e.g. "management", "science", "laboratory", "circus", "government", "show business", etc.).
- competencies – optional – competencies and qualities required.
- formation – optional – formation and education necessary.
- employment_field – optional – fields of employment and places we can encounter someone with the occupation.
- related_occupation – optional – related occupations.
Template data
TemplateData for Infobox occupation
<templatedata> { "params": { "name": {}, "image": {"type": "wiki-file-name"}, "imagesize": {}, "alt": {}, "caption": {}, "type": {}, "official_names": {}, "activity_sector": {}, "Synonym": {}, "synonym": {}, "Synonyms": {}, "synonyms": {}, "pronounce": {}, "Pronounce": {}, "Pronunciation": {}, "pronunciation": {}, "pronounce comment": {}, "pronounce ref": {}, "pronounce 2": {}, "specialty": {}, "Specialty": {}, "Speciality": {}, "speciality": {}, "competencies": {}, "formation": {}, "employment_field": {}, "related_occupation": {} } } </templatedata>