跳转到内容
主菜单
主菜单
移至侧栏
隐藏
导航
首页
最近更改
随机页面
MediaWiki帮助
代码酷
搜索
搜索
中文(中国大陆)
外观
创建账号
登录
个人工具
创建账号
登录
未登录编辑者的页面
了解详情
贡献
讨论
编辑“︁
模板:Infobox scientist/doc
”︁
模板
讨论
大陆简体
阅读
编辑源代码
查看历史
工具
工具
移至侧栏
隐藏
操作
阅读
编辑源代码
查看历史
常规
链入页面
相关更改
特殊页面
页面信息
外观
移至侧栏
隐藏
*>GhostInTheMachine
2025年4月7日 (一) 09:07的版本
(
→
Deprecated parameters
:
not deprecated, actually removed)
(差异) ←上一版本 |
最后版本
(
差异
) |
下一版本→
(
差异
)
警告:您正在编辑该页面的旧版本。
如果您发布该更改,该版本后的所有更改都会丢失。
警告:
您没有登录。如果您进行任何编辑,您的IP地址会公开展示。如果您
登录
或
创建账号
,您的编辑会以您的用户名署名,此外还有其他益处。
反垃圾检查。
不要
加入这个!
{{Documentation subpage}} {{Person infobox header}} {{High-use}} {{Uses infobox person|wrapped=1}} {{Tracks Wikidata|P18|cat=No local image but image on Wikidata}} {{Lua|Module:Template wrapper|Module:Check for clobbered parameters}} {{tl|Infobox scientist}} may be used to summarize information about a person who is a scientist, medic, engineer, mathematician or (scientific) academic. This template may also be used as a module (sub-template) of {{tl|Infobox person}}; see [[Wikipedia:Infobox modules]] for guidance on such usage. == Usage == {{Generic template demo |honorific_prefix |name |honorific_suffix |native_name |native_name_lang |image |image_size={{{image_size}}} |image_upright |alt |caption |birth_date |birth_name |birth_place |death_date |death_place |death_cause |resting_place |resting_place_coordinates |other_names |siglum |citizenship |nationality |fields |workplaces |patrons |education |alma_mater |thesis_title={{nowrap |{{noitalic|[}} thesis_title {{noitalic|]}} {{smaller|{{noitalic|(}}year{{noitalic|)}}}}<br/>{{noitalic|or<br/>[}} thesis_title1 {{noitalic|]}} {{smaller|{{noitalic|(}}year1{{noitalic|)}}}}<br/>{{noitalic|[}} thesis_title2 {{noitalic|]}} {{smaller|{{noitalic|(}}year2{{noitalic|)}}}} }} |doctoral_advisor |academic_advisors |doctoral_students |notable_students |known_for |awards |author_abbrev_bot |author_abbrev_zoo |spouse={{{spouse}}} or {{{spouses}}} |partner={{{partner}}} or {{{partners}}} |children |signature |signature_type |signature_alt |website |footnotes }} ===Blank syntax=== This infobox may be added to an article by copy-pasting the code below at the start of the article, completing it (and/or replacing any of the commented information) and then grouping those parameters left unused together. <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Infobox scientist | honorific_prefix = | name = <!-- defaults to article title when left blank --> | honorific_suffix = | native_name = | native_name_lang = | image = <!--(filename only, i.e. without "File:" prefix)--> | image_size = | image_upright = | landscape = <!-- yes, if wide image, otherwise leave blank --> | alt = | caption = | birth_name = <!-- if different from "name" --> | birth_date = <!--{{birth date |YYYY|MM|DD}}--> | birth_place = | death_date = <!--{{death date and age |YYYY|MM|DD |YYYY|MM|DD}} (death date then birth date)--> | death_place = | death_cause = <!-- should only be included when the cause of death has significance for the subject's notability --> | resting_place = | resting_place_coordinates = <!--{{coord|LAT|LONG|type:landmark|display=inline,title}}--> | other_names = | siglum = | pronounce = | citizenship = <!-- use only when necessary per [[WP:INFONAT]] --> | nationality = <!-- use only when necessary per [[WP:INFONAT]] --> | fields = | workplaces = | patrons = | education = | alma_mater = | thesis_title = <!--(or | thesis1_title = and | thesis2_title = )--> | thesis_url = <!--(or | thesis1_url = and | thesis2_url = )--> | thesis_year = <!--(or | thesis1_year = and | thesis2_year = )--> | doctoral_advisor = <!--(or | doctoral_advisors = )--> | academic_advisors = | doctoral_students = | notable_students = | known_for = | awards = | author_abbrev_bot = | author_abbrev_zoo = | spouse = <!--(or | spouses = )--> | partner = <!--(or | partners = )--> | children = | parents = | father = | mother = | relatives = | signature = <!--(filename only)--> | signature_type = <!--(defaults to "Signature")--> | signature_alt = | website = <!--{{URL|www.example.com}}--> | footnotes = }} </syntaxhighlight> {{clear}} ===Parameters=== These are the most commonly-used (optional) parameters. The infobox implements all parameters from {{tl|Infobox person}}, see [[Template:Infobox person/doc#Parameters|here]] for a complete list. If no <code>name</code> is provided, the infobox defaults to the article's name. {| class="wikitable" ! Parameter ! Explanation |- ! honorific_prefix | To appear on the line above the person's name. This is for honorifics of serious significance that are attached to the name in formal address, such as knighthoods, "The Honourable", and "His/Her Excellency"; do not use it for routine things like "{{!mxt|[[Dr.]]}}" or "{{!mxt|[[Ms.]]}}" |- ! name | Insert name of scientist, mathematician or engineer. (Defaults to article title if left blank.) Note: '''<ins>Do not</ins>''' include honorifics, icons, or other images. |- ! honorific_suffix | To appear on the line below the person's name. This is for things like {{para|honorific_suffix|[[Officer of the Order of the British Empire|OBE]]}} – honorifics of serious significance that are attached to the name in formal address, such as national orders and non-honorary doctorates; do not use it for routine things like "{{!mxt|[[Bachelor of Arts|BA]]}}". It is permissible but not required to use the {{tlx|post-nominals}} template inside this parameter; doing so requires {{tlx|post-nominals|size{{=}}100%|...}}. |- ! native_name | The person's name in their own language, if different |- ! native_name_lang | [[IETF language tag]] e.g. "fr" for French – If more than one, use {{tl|lang}} in <code>native_name=</code> instead. |- ! image | Filename of appropriate image (without "File:" prefix) |- ! image_size <br/> imagesize | Image's width (uses users' default image size if not set) |- ! image_upright | Scales the image thumbnail from its default size by the given factor. Values less than 1 scale the image down (0.9 = 90%) and values greater than 1 scale the image up (1.15 = 115%). |- ! landscape | Set to <code>yes</code> when using wide, short images. The image height (rather than width) will be limited to 200 pixels. |- ! alt | Image alt text, for visually impaired readers – See [[WP:ALT]]. |- ! caption | Image caption – If known, include date the image made and/or creator. |- ! birth_name | Birth name – Use only if different from name in header. |- ! birth_date | Date of birth: {{tl|Birth date and age|YYYY|MM|DD}} for living people. For people who have died, use {{tl|Birth date|YYYY|MM|DD}}. If only a year of birth is known, or age as of a certain date, consider using {{tl|birth year and age}} or {{tl|birth based on age as of date}}. |- ! birth_place | Place of birth (e.g. town/city, region, country) |- ! death_date | Date of death: {{tl|Death date and age|YYYY|MM|DD|YYYY|MM|DD}} (if birth date is known) or {{tl|death date}} (if birth date unknown). See Template:Death date/doc for details on usage. If exact dates are unknown, consider using {{tl|death year and age}}. |- ! death_place | Place of death (e.g. town/city, region, country) |- ! resting_place | Place of burial, ash-scattering, etc. |- ! resting_place_coordinates | Coordinates for place of burial, ash-scattering etc. – Use {{tl|coord}} template. |- ! other_names | Former names or nicknames – Separate multiple values by using {{tl|Plainlist}}. |- ! siglum | Siglum or monogram, a text shortcut (often formed from the initials of the name, with variations) used to sign work, if relevant. |- ! citizenship | Use only when necessary per [[WP:INFONAT]] |- ! nationality | Use only when necessary per [[WP:INFONAT]] |- ! fields | Principal fields of work (physics, chemistry, biology, mathematics, engineering, &c) ''not'' occupation (physicist...engineer) |- ! workplaces | Key work places, universities, companies, etc. |- ! patrons | People who subsidized the scientist's education and/or research |- ! education | Education, e.g. degree, institution and graduation year, if relevant. If very little information is available or relevant, the {{para|alma_mater}} parameter may be more appropriate. |- ! alma_mater | University or universities where scientist obtained their degree or degrees |- ! thesis_title | Title of the scientist's doctoral thesis |- ! thesis_url | URL to the scientist's doctoral thesis |- ! thesis_year | The year the thesis was defended and the scientist promoted |- ! doctoral_advisor | Name of scientist's doctoral advisor, if applicable |- ! academic_advisors | Names of any significant educational advisors (other than doctoral advisor) |- ! doctoral_students | Names of any notable doctoral students advised by the scientist |- ! notable_students | Names of any notable non-doctoral students advised by the scientist |- ! known_for | Key topics/areas of study in which the scientist is notable |- ! author_abbrev_bot | If a scientist is the author of a botanical species, insert their [[Author citation (botany)|botanical author abbreviation]] here. |- ! author_abbrev_zoo | If a scientist is the author of a zoological species, insert their [[Author citation (zoology)|zoological author abbreviation]] here. |- ! awards | Notable awards/prizes received by the scientist |- ! signature | Filename of an image of the scientist's signature (if available) |- ! signature_type | Change '''Signature''' label to for example '''Seal''' |- ! signature_alt | Alt text for signature |- ! website | Official website |- ! footnotes | For any footnotes needed to clarify entries above |- ! spouse | The scientist's spouse or spouses (with date ranges of marriage) |- ! children | Number of children (e.g. three or 3), or list of names if notable, in which case, separate entries using {{Tl|Plainlist}} or {{Tl|Unbulleted list}}. For privacy reasons, consider omitting the names of children of living persons, unless the children are independently notable. |- ! parents | or father/mother, the scientist's parents if independently notable |- ! relatives | Other notable relatives |- |} ===Guidelines=== Note: "Lists" in the following are usually suitable for presentation using {{tl|ublist}} (unbulleted list, one item per line) or {{tl|hlist}} (horizontal list, item by item with linewrap). ; name : This is the name that scientist was usually known by. Do not put the full expanded name here. ; image : This is the portrait or photo of the scientist. If there is a choice between good images, chose the one from a period where the scientist's work flourished. Avoid photos where the scientist was a child or very elderly, unless there is nothing else available, or the scientist is still alive and elderly. ; image_size : This should normally be left at the default image size which will let users change the size to their own preference. ; alt : This should describe only the visual appearance of the image, for visually-impaired readers. It should not repeat the caption. See [[WP:ALT]]. ; caption : The caption should contain the full expanded name of the scientist, year or birth and death, if available, and any relevant details about the photo or portrait. ; birth_name : Birth name of scientist. Use only if different from name in header. This parameter will be displayed in the "born" field, before birth date and birthplace. ; birth_date : Birth date of scientist. Use the full formatting that computes the scientist's age. ; birth_place : Birthplace of scientist. Put town/city followed by country. ; death_date : Death date of scientist. Use the full formatting that computes the scientists age. ; death_place : Death place of scientist. Put town/city followed by country. Note: this is the place where the person died, which might be different from burial place. ; resting_place : Where the scientist was buried, or their ashes scattered ; resting_place_coordinates: WGS84 coordinates for {{para||resting_place}}. Only use if known precisely (i.e. do not give generic coordinates for the cemetery). Use {{Tl|Coord}}. ; pronounce : How to say a person's name generally written in the [[International Phonetic Alphabet]] ; siglum : Siglum, monogram, shortcut, if relevant. ; citizenship : List countries only. Use only when necessary per [[WP:INFONAT]]. ; nationality : List country only. Use only when necessary per [[WP:INFONAT]]. ; fields : List the scientist's principal field or fields of work as described in the article, e.g. Mathematics, Physics, Chemistry, Physiology, Molecular biology, Electronic engineering etc. Avoid using occupations, e.g., Physicist, Zoologist, Surgeon, Inventor. ; workplaces : List the key work places, universities, companies, organizations etc., at which the scientist worked. Include places where the scientist was officially appointed with a payroll. Exclude minor places at which the scientist performed collaborative visits, or had adjunct appointments. ; patrons : List notable benefactors who financially supported the scientist's education and/or research. ; alma_mater : List the universities where the scientist obtained all their degrees from. In anomalous cases where a degree was carried out remotely or in a different university to the university that administered the degree, insert the administering university. The main article can then discuss the specific situation. ; thesis_title : (or ''thesis1_title'' and ''thesis2_title'') If the scientist obtained a [[doctorate]] or doctorates, insert the thesis/theses titles, otherwise leave blank. ; thesis_url : (or ''thesis1_url'' and ''thesis2_url'') A link or links to e.g. abstract/s of the scientist's thesis/theses at a university library, or their homepage, etc. ; thesis_year : (or ''thesis1_year'' and ''thesis2_year'') The year/s in which the scientist's thesis/theses were published. ; doctoral_advisor : (or ''doctoral_advisors'') If the scientist obtained a doctorate, insert their doctoral advisor or advisors, otherwise leave blank. ; academic_advisors : Insert names of significant academic teachers other than the doctoral advisor: e.g. Master's advisor, postdoctoral supervisor, significant undergraduate mentor/teacher etc. In Cambridge, before 1919, there was no doctorate and so you can insert the relevant Cambridge tutor. ; doctoral_students : Insert names of doctoral students supervised by the scientist. If a student does not have a wiki article, then comment the name out. It can be reinstated once such an article appears. The idea is to list only those students who are significant enough to warrant their own article. ; notable_students : Insert names of any notable non-doctoral students taught or supervised by the scientist. These can be undergraduates, postdocs, masters students etc. If a student does not have a wiki article, then comment the name out. ; known_for : Insert the key topics/areas for which the scientist is notable, e.g. "discovering the electron". In the case of prolific scientists, preferably list the discoveries named after the scientist, e.g. "Maxwell's equations". In the case where a scientist is so prolific that a whole wiki article listing the discoveries exists, insert a link to that page under the label (in italics) "''see list''" (i.e. {{mono|100%|<nowiki>''[[(link)|see list]]''</nowiki>}}). ; author_abbrev_bot : If a scientist is the author of a botanical species, insert their [[Author citation (botany)|botanical author abbreviation]] here. Otherwise leave blank. ; author_abbrev_zoo : If a scientist is the author of a zoological species, insert their [[Author citation (zoology)|zoological author abbreviation]] here. Otherwise leave blank. ; spouse : (or ''spouses'') Name/s of{{\}}link/s to the scientist's spouse/s. ; partner : (or ''partners'') Name/s of{{\}}link/s to the scientist's partner/s. ; awards : List major awards. Put year of award in brackets after name of award. Insert a line break after each award. Avoid awards that are not significant enough to withstand their own wiki article description. ; signature : Filename of an image of the scientist's handwritten signature (if available). ; signature_type: Change '''Signature''' label to for example '''Seal'''. ; signature_alt : Alt text for the signature. Typically this is just the text of the signature (e.g. "Is. Newton" for [[:File:Isaac Newton signature.svg]]). ; website : Official website only. Unofficial websites should be placed under <nowiki>==External links==</nowiki> in the body of the article. Use {{tl|URL}} as <nowiki>{{URL|www.example.com}}</nowiki>. ; footnotes : For any footnotes needed to clarify entries above. This section is also often used to add extra notable items, typically, if the scientist is a relative of another person with a wiki article. ; Common errors to avoid :* Always copy and paste the infobox template from here, not another article, in order to guarantee the full correct version. :* If a field does not apply, leave it blank. Do not delete it. This is because is acts as a place-holder and future editors may find a field applies after all. You may put a comment in the blank field that it is not applicable if you are sure of this. == Example == {{Infobox scientist | name = Paul Dirac | honorific_suffix = {{post-nominals|country=GBR|OM|FRS|size=100%}} | image = Dirac 4.jpg | caption = Dirac, photographed in 1933 | birth_name = Paul Adrien Maurice Dirac | birth_date = {{birth date|df=y|1902|8|8}} | birth_place = [[Bristol]], England | death_date = {{death date and age|df=y|1984|10|20|1902|8|8}} | death_place = [[Tallahassee, Florida]], U.S. | nationality = Swiss (1902–19)<br>British (1919–84) | spouse = {{marriage|Margit Wigner|2 January 1937}} | children = 2 | fields = [[Theoretical physics]] | workplaces = {{plainlist| * [[University of Cambridge]] * [[University of Miami]] * [[Florida State University]] }} | alma_mater = {{plainlist| * [[University of Bristol]] * [[University of Cambridge]] }} | doctoral_advisor = [[Ralph Fowler]] | thesis_title = Quantum mechanics | thesis_url = http://www.worldcat.org/oclc/15668650 | thesis_year = 1926 | academic_advisors = | doctoral_students = {{plainlist| * [[Homi J. Bhabha]] * [[Harish-Chandra|Harish Chandra Mehta]] * [[Dennis Sciama]] * [[Fred Hoyle]] * [[Behram Kurşunoğlu]] * [[John Polkinghorne]] }} | notable_students = | known_for = {{collapsible list|title={{nbsp}}|{{plainlist| * [[Dirac adjoint]] * [[Dirac algebra]] * [[Dirac bracket]] * [[Dirac comb]] * [[Breit equation|Dirac–Coulomb–Breit Equation]] * [[Planck constant|Dirac constant]] * [[Dirac delta function]] * [[Dirac equation]] * [[Dirac fermion]] * [[Fermionic field|Dirac field]] * [[Dirac gauge]] * [[Dirac hole theory]] * [[Dirac large numbers hypothesis]] * [[Gamma matrices|Dirac matrices]] * [[Dirac measure]] * [[Dirac membrane]] * [[Dirac monopole]] * [[Bra–ket notation|Dirac notation]] * [[Dirac operator]] * [[Interaction picture|Dirac picture]] * [[Dirac sea]] * [[Dirac spectrum]] * [[Dirac spinor]] * [[Dirac string]] * [[Plate trick|Dirac's string trick]] * [[Dirac–von Neumann axioms]] * [[Abraham–Lorentz–Dirac force]] * [[Antiparticle]]s * [[Canonical quantisation]] * [[Canonical quantum gravity]] * [[Exchange interaction]] * [[First class constraint]] * [[Incomplete Fermi–Dirac integral|Fermi–Dirac integral]] * [[Complete Fermi–Dirac integral]] * [[Fermi–Dirac statistics]] * [[Kapitsa–Dirac effect]] * [[Energy–momentum relation]] * [[Helikon vortex separation process]] * [[Light front quantization]] * [[Mathematical formulation of quantum mechanics]] * [[Negative probability]] * [[Path integral formulation]] * [[Primary constraint]] * [[Quantum electrodynamics]] * [[Singleton field]] * [[Spin magnetic moment]] * [[Time-variation of fundamental constants]] * [[Transformation theory (quantum mechanics)|Transformation theory]] * [[Vacuum polarization]] * [[Virtual particle]] * [[List of things named after Paul Dirac]]}}}} | awards = {{plainlist| * [[Nobel Prize in Physics]] (1933) * [[Royal Medal]] (1939) * [[Copley Medal]] (1952) * [[Max Planck Medal]] (1952) *{{nowrap|[[Fellow of the Royal Society]] (1930)}}}} | footnotes = }} <syntaxhighlight lang="wikitext" style="overflow:auto;"> {{Infobox scientist | name = Paul Dirac | honorific_suffix = {{post-nominals|country=GBR|OM|FRS|size=100%}} | image = Dirac 4.jpg | caption = Dirac, photographed in 1933 | birth_name = Paul Adrien Maurice Dirac | birth_date = {{birth date|df=y|1902|8|8}} | birth_place = [[Bristol]], England | death_date = {{death date and age|df=y|1984|10|20|1902|8|8}} | death_place = [[Tallahassee, Florida]], U.S. | nationality = Swiss (1902–19)<br>British (1919–84) | spouse = {{marriage|Margit Wigner|2 January 1937}} | children = 2 | fields = [[Theoretical physics]] | workplaces = {{plainlist| * [[University of Cambridge]] * [[University of Miami]] * [[Florida State University]] }} | alma_mater = {{plainlist| * [[University of Bristol]] * [[University of Cambridge]] }} | doctoral_advisor = [[Ralph Fowler]] | thesis_title = Quantum mechanics | thesis_url = http://www.worldcat.org/oclc/15668650 | thesis_year = 1926 | academic_advisors = | doctoral_students = {{plainlist| * [[Homi J. Bhabha]] * [[Harish-Chandra|Harish Chandra Mehta]] * [[Dennis Sciama]] * [[Fred Hoyle]] * [[Behram Kurşunoğlu]] * [[John Polkinghorne]] }} | notable_students = | known_for = {{collapsible list|title={{nbsp}}|{{plainlist| * [[Dirac adjoint]] * [[Dirac algebra]] * [[Dirac bracket]] * [[Dirac comb]] * [[Breit equation|Dirac–Coulomb–Breit Equation]] * [[Planck constant|Dirac constant]] * [[Dirac delta function]] * [[Dirac equation]] * [[Dirac fermion]] * [[Fermionic field|Dirac field]] * [[Dirac gauge]] * [[Dirac hole theory]] * [[Dirac large numbers hypothesis]] * [[Gamma matrices|Dirac matrices]] * [[Dirac measure]] * [[Dirac membrane]] * [[Dirac monopole]] * [[Bra–ket notation|Dirac notation]] * [[Dirac operator]] * [[Interaction picture|Dirac picture]] * [[Dirac sea]] * [[Dirac spectrum]] * [[Dirac spinor]] * [[Dirac string]] * [[Plate trick|Dirac's string trick]] * [[Dirac–von Neumann axioms]] * [[Abraham–Lorentz–Dirac force]] * [[Antiparticle]]s * [[Canonical quantisation]] * [[Canonical quantum gravity]] * [[Exchange interaction]] * [[First class constraint]] * [[Incomplete Fermi–Dirac integral|Fermi–Dirac integral]] * [[Complete Fermi–Dirac integral]] * [[Fermi–Dirac statistics]] * [[Kapitsa–Dirac effect]] * [[Energy–momentum relation]] * [[Helikon vortex separation process]] * [[Light front quantization]] * [[Mathematical formulation of quantum mechanics]] * [[Negative probability]] * [[Path integral formulation]] * [[Primary constraint]] * [[Quantum electrodynamics]] * [[Singleton field]] * [[Spin magnetic moment]] * [[Time-variation of fundamental constants]] * [[Transformation theory (quantum mechanics)|Transformation theory]] * [[Vacuum polarization]] * [[Virtual particle]] * [[List of things named after Paul Dirac]]}}}} | awards = {{plainlist| * [[Nobel Prize in Physics]] (1933) * [[Royal Medal]] (1939) * [[Copley Medal]] (1952) * [[Max Planck Medal]] (1952) * {{nowrap|[[Fellow of the Royal Society]] (1930)}}}} | footnotes = }} </syntaxhighlight> {{Clear}} ==Parameters removed== {{as of|2023|9|26}} — '''influences''' and '''influenced''' are no longer valid parameters. == TemplateData == {{Collapse top|title=[[Wikipedia:TemplateData|TemplateData]] documentation used by [[Wikipedia:VisualEditor|VisualEditor]] and other tools}} {{TemplateData header|noheader=1}} <templatedata> { "description": "Infobox for a scientist", "format": "{{_\n| _________________ = _\n}}\n", "params": { "name": { "label": "Name", "type": "string", "required": false, "description": "Name of scientist" }, "native_name": { "label": "Native name", "type": "string", "required": false, "description": "The person's name in their own language, if different." }, "native_name_lang": { "label": "Native name lang", "type": "string", "required": false, "description": "Name of scientist in other language" }, "image": { "label": "Image", "type": "wiki-file-name", "required": false, "description": "Image of scientist" }, "image_size": { "aliases": [ "imagesize" ], "label": "Image size", "type": "number", "required": false, "description": "Image's width" }, "alt": { "label": "Alternative text", "type": "string", "required": false, "description": "Image alt text, for visually impaired readers" }, "caption": { "label": "Caption", "type": "string", "required": false, "description": "Image caption if known" }, "birth_name": { "label": "Birth name", "type": "string", "required": false, "description": "Scientist's birth name" }, "birth_date": { "label": "Birth date", "type": "line", "required": false, "description": "Scientist's date of birth" }, "birth_place": { "label": "Birth place", "type": "string", "required": false, "description": "Place of birth" }, "death_date": { "label": "Death date", "type": "line", "required": false, "description": "Date of death" }, "death_place": { "label": "Death place", "type": "string", "required": false, "description": "Place of death" }, "resting_place": { "label": "Resting place", "type": "string", "required": false, "description": "Place of burial" }, "resting_place_coordinates": { "label": "Resting place coordinates", "type": "string", "required": false, "description": "Coordinates for place of burial" }, "other_names": { "label": "Other names", "type": "string", "required": false, "description": "Former- or nick- names" }, "siglum": { "label": "Siglum", "type": "string", "required": false, "description": "Siglum, monogram, shortcut" }, "citizenship": { "label": "Citizenship", "type": "string", "required": false, "description": "Scientist's citizenship." }, "nationality": { "label": "Nationality", "type": "string", "required": false, "description": "Nationality of scientist" }, "fields": { "label": "Fields", "type": "string", "required": false, "description": "Principal fields of work not occupation " }, "workplaces": { "label": "Workplaces", "type": "string", "required": false, "description": "workplace where scientist worked" }, "patrons": { "label": "Patrons", "type": "string", "required": false, "description": "Notable people who subsidized the scientist's education and/or research" }, "alma_mater": { "label": "Alma mater", "type": "string", "required": false, "description": "University or universities where scientist obtained their degree or degrees" }, "thesis_title": { "label": "Thesis title", "type": "string", "required": false, "description": "Title of the scientist's doctoral thesis." }, "thesis_url": { "label": "Thesis URL", "type": "string", "required": false, "description": "URL to the scientist's doctoral thesis" }, "thesis_year": { "label": "Thesis year", "type": "line", "required": false, "description": "The year the thesis was defended and the scientist promoted." }, "doctoral_advisor": { "label": "Doctoral advisor", "type": "string", "required": false, "description": "Name of scientist's doctoral advisor, if applicable" }, "academic_advisors": { "label": "Academic advisors", "type": "string", "required": false, "description": "Names of any significant educational advisors" }, "doctoral_students": { "label": "Doctoral students", "type": "string", "required": false, "description": "Names of any notable doctoral students advised by the scientist" }, "notable_students": { "label": "Notable students", "type": "string", "required": false, "description": "Names of any notable non-doctoral students advised by the scientist" }, "known_for": { "label": "Known for", "type": "string", "required": false, "description": "Topics/areas of study in which the scientist notable" }, "author_abbrev_bot": { "label": "Botanical author abbreviation", "type": "string", "required": false, "description": "If a scientist is the author of a botanical species, insert their botanical author abbreviation." }, "author_abbrev_zoo": { "label": "Zoological author abbreviation", "type": "string", "required": false, "description": "If a scientist is the author of a zoological species, insert their zoological author abbreviation." }, "awards": { "label": "Awards", "type": "string", "required": false, "description": "Notable awards/prizes received by the scientist." }, "signature": { "label": "Signature", "type": "wiki-page-name", "required": false, "description": "Filename of an image of the scientist's signature" }, "signature_type": { "label": "Signature type", "type": "string", "required": false, "description": "Change Signature label to for example Seal." }, "signature_alt": { "label": "Signature alt", "type": "string", "required": false, "description": "Alt text for signature." }, "website": { "label": "Website", "type": "string", "required": false, "description": "Official website" }, "footnotes": { "label": "Footnotes", "type": "string", "required": false, "description": "For any footnotes needed to clarify entries above." }, "spouse": { "label": "Spouse(s)", "type": "string", "required": false, "description": "The scientist's spouse(s)", "aliases": [ "spouses" ] }, "children": { "label": "Children", "type": "string", "required": false, "description": "Number of children (e.g. three or 3), or list of names, in which case, separate entries using Template:Plainlist or Template:Unbulleted list. For privacy reasons, consider omitting the names of children of living persons, unless the children are independently notable." }, "partner": { "aliases": [ "partners" ], "label": "Partner(s)", "description": "The scientist’s partner(s)", "type": "string" } }, "paramOrder": [ "name", "native_name", "native_name_lang", "image", "image_size", "alt", "caption", "birth_name", "birth_date", "birth_place", "death_date", "death_place", "resting_place", "resting_place_coordinates", "other_names", "siglum", "citizenship", "nationality", "fields", "workplaces", "patrons", "alma_mater", "thesis_title", "thesis_url", "thesis_year", "doctoral_advisor", "academic_advisors", "doctoral_students", "notable_students", "known_for", "author_abbrev_bot", "author_abbrev_zoo", "awards", "signature", "signature_type", "signature_alt", "website", "footnotes", "spouse", "partner", "children" ] } </templatedata> {{Collapse bottom}} == Microformats == {{UF-hcard-person}} == Category added by this template == * {{cl|Zoologists with author abbreviations}} == Tracking categories == * {{clc|Pages using infobox scientist with unknown parameters}} * {{clc|Pages using infobox scientist with conflicting parameters}} * {{clc|No local image but image on Wikidata}} – Used by [[Template:Wikidata image]] to track articles where an infobox has no image but [[Wikidata]] has an image name. To exclude articles from this category, add an image or {{para|nocat_wdimage|yes}} to the infobox. <includeonly> {{Basepage subpage| {{DEFAULTSORT:Scientist}} [[Category:Science and nature infobox templates]] [[Category:Technology and applied science infobox templates]] [[Category:People and person infobox templates]] [[Category:Biographical templates usable as a module]] [[Category:Infobox templates with module parameter]] [[Category:Templates calling Infobox person]] [[Category:Templates that add a category|{{PAGENAME}}]] }} </includeonly>
摘要:
请注意,所有对代码酷的贡献均被视为依照知识共享署名-非商业性使用-相同方式共享发表(详情请见
代码酷:著作权
)。如果您不希望您的文字作品被随意编辑和分发传播,请不要在此提交。
您同时也向我们承诺,您提交的内容为您自己所创作,或是复制自公共领域或类似自由来源。
未经许可,请勿提交受著作权保护的作品!
取消
编辑帮助
(在新窗口中打开)
该页面使用的模板:
模板:!mxt
(
编辑
)
模板:Abbr
(
编辑
)
模板:As of
(
编辑
)
模板:Birth date
(
编辑
)
模板:Br separated entries
(
编辑
)
模板:Category link
(
编辑
)
模板:Category link/core
(
编辑
)
模板:Category link with count
(
编辑
)
模板:Cl
(
编辑
)
模板:Clc
(
编辑
)
模板:Clear
(
编辑
)
模板:Collapse bottom
(
编辑
)
模板:Collapse top
(
编辑
)
模板:Collapse top/styles.css
(
编辑
)
模板:Collapsible list
(
编辑
)
模板:Count
(
编辑
)
模板:Dated maintenance category
(
编辑
)
模板:Dated maintenance category (articles)
(
编辑
)
模板:Death date and age
(
编辑
)
模板:Documentation subpage
(
编辑
)
模板:FULLROOTPAGENAME
(
编辑
)
模板:Flatlist
(
编辑
)
模板:For loop
(
编辑
)
模板:Generic template demo
(
编辑
)
模板:High-use
(
编辑
)
模板:Hlist/styles.css
(
编辑
)
模板:If both
(
编辑
)
模板:If empty
(
编辑
)
模板:Ifsubst
(
编辑
)
模板:In string
(
编辑
)
模板:Infobox
(
编辑
)
模板:Infobox person
(
编辑
)
模板:Infobox scientist
(
编辑
)
模板:Lua
(
编辑
)
模板:MONTHNAME
(
编辑
)
模板:MONTHNUMBER
(
编辑
)
模板:Main other
(
编辑
)
模板:Marriage
(
编辑
)
模板:Marriage/doc
(
编辑
)
模板:Marriage/styles.css
(
编辑
)
模板:Mbox
(
编辑
)
模板:Mono
(
编辑
)
模板:Mono/styles.css
(
编辑
)
模板:Nbsp
(
编辑
)
模板:Noitalic
(
编辑
)
模板:Noitalic/styles.css
(
编辑
)
模板:Nowrap
(
编辑
)
模板:Ns has subpages
(
编辑
)
模板:Ombox
(
编辑
)
模板:Para
(
编辑
)
模板:Parameter names example
(
编辑
)
模板:Person infobox header
(
编辑
)
模板:Plainlist
(
编辑
)
模板:Plainlist/styles.css
(
编辑
)
模板:Pluralize from text
(
编辑
)
模板:Post-nominals
(
编辑
)
模板:Post-nominals/GBR
(
编辑
)
模板:Resize
(
编辑
)
模板:Sandbox other
(
编辑
)
模板:Side box
(
编辑
)
模板:Sister project
(
编辑
)
模板:Small
(
编辑
)
模板:Smaller
(
编辑
)
模板:Spaces
(
编辑
)
模板:Str left
(
编辑
)
模板:Str ≥ len
(
编辑
)
模板:Strong
(
编辑
)
模板:TemplateData header
(
编辑
)
模板:Template link
(
编辑
)
模板:Template link expanded
(
编辑
)
模板:Template other
(
编辑
)
模板:Template parameter usage
(
编辑
)
模板:Terminate sentence
(
编辑
)
模板:Tl
(
编辑
)
模板:Tlx
(
编辑
)
模板:Tooltip
(
编辑
)
模板:Tooltip/styles.css
(
编辑
)
模板:Tracks Wikidata
(
编辑
)
模板:Trim
(
编辑
)
模板:UF-hcard-person
(
编辑
)
模板:Uses infobox person
(
编辑
)
模板:Wikidata image
(
编辑
)
模板:YEAR
(
编辑
)
模板:Yesno
(
编辑
)
模板:Yesno-no
(
编辑
)
模板:Yesno-yes
(
编辑
)
模板:\
(
编辑
)
模块:Age
(
编辑
)
模块:Arguments
(
编辑
)
模块:Check for clobbered parameters
(
编辑
)
模块:Check for unknown parameters
(
编辑
)
模块:Collapsible list
(
编辑
)
模块:Date
(
编辑
)
模块:Delink
(
编辑
)
模块:Detect singular
(
编辑
)
模块:For loop
(
编辑
)
模块:High-use
(
编辑
)
模块:If empty
(
编辑
)
模块:If preview
(
编辑
)
模块:If preview/configuration
(
编辑
)
模块:If preview/styles.css
(
编辑
)
模块:Infobox
(
编辑
)
模块:Infobox/styles.css
(
编辑
)
模块:InfoboxImage
(
编辑
)
模块:List
(
编辑
)
模块:Lua banner
(
编辑
)
模块:Message box
(
编辑
)
模块:Message box/configuration
(
编辑
)
模块:Message box/ombox.css
(
编辑
)
模块:Ns has subpages
(
编辑
)
模块:ParameterCount
(
编辑
)
模块:Parameter names example
(
编辑
)
模块:Parameter validation
(
编辑
)
模块:Parameter validation/default config
(
编辑
)
模块:Separated entries
(
编辑
)
模块:Side box
(
编辑
)
模块:Side box/styles.css
(
编辑
)
模块:String
(
编辑
)
模块:TableTools
(
编辑
)
模块:Template link general
(
编辑
)
模块:Template wrapper
(
编辑
)
模块:Text
(
编辑
)
模块:Transclusion count
(
编辑
)
模块:Transclusion count/data/I
(
编辑
)
模块:Uses Wikidata
(
编辑
)
模块:Yesno
(
编辑
)