टेम्पलेट:Infobox scientist/doc: रिवीजन सभ के बीचा में अंतर

विकिपीडिया से
Content deleted Content added
imported>MessinaRagazza
fm, remove overflow, position:absolute:
लाइन 80: लाइन 80:


===Example===
===Example===
<div style="position:absolute; margin-right:1.0em;">
<div style="margin-right:1.0em;">
{{Infobox Scientist
{{Infobox Scientist
|name = Paul Dirac
|name = Paul Dirac
लाइन 102: लाइन 102:
}}
}}
</div>
</div>
<pre style="font-size:95%; overflow:auto;">
<pre style="font-size:95%">
{{Infobox Scientist
{{Infobox Scientist
|name = Paul Dirac
|name = Paul Dirac

21:55, 20 अप्रैल 2008 तक ले भइल बदलाव

An Infobox Scientist may be used to summarize information about a person who is a scientist, an engineer, or a mathematician.

Usage

This infobox may be added by copy-pasting the template as shown below into an article.

{{Infobox Scientist
|box_width         = 
|name              = 
|image             =   <!--(filename only)-->
|image_width       = 
|caption           = 
|birth_date        = 
|birth_place       = 
|death_date        = 
|death_place       = 
|residence         = 
|citizenship       = 
|nationality       = 
|ethnicity         = 
|fields            = 
|workplaces        = 
|alma_mater        = 
|doctoral_advisor  = 
|academic_advisors = 
|doctoral_students = 
|notable_students  = 
|known_for         = 
|author_abbrev_bot = 
|author_abbrev_zoo = 
|influences        = 
|influenced        = 
|awards            = 
|religion          = 
|signature         =  <!--(filename only)-->
|footnotes         = 
}}

Parameters

Any/all parameters optional. (If no name provided, the infobox defaults to the article's name.)

Parameter Explanation
box_width Use to set infobox's width (defaults to 26em).
name Insert name of scientist, mathematician or engineer.
image Filename of appropriate image.
image_width Image's width (defaults to 225x250px).
caption Image caption. If known, include date the image made and/or creator.
birth_date Scientist's date of birth.
birth_place Place of birth (e.g. town/city, region, country).
death_date Date of death.
death_place Place of death (e.g. town/city, region, country).
residence Place or places where the scientist lived (for significant periods).
citizenship Scientist's citizenship.
nationality Use if nationality not the same as citizenship above.
ethnicity Use only if significant in scientist's career.
fields Scientist's major field or fields of study (physics, chemistry, biology, mathematics, engineering, etc.)
workplaces Key work places, universities, companies, etc.
alma_mater University or universities where scientist obtained their degree or degrees.
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 notable.
author_abbrev_bot If scientist the author of a botanical species, insert their botanical author abbreviation here.
author_abbrev_zoo If scientist the author of a zoological species, insert their zoological author abbreviation here.
influences Any notable scientists who influenced the scientist significantly.
influenced Any notable scientists significantly influenced by the scientist.
awards Notable awards/prizes received by the scientist.
religion The scientist's religious stance, if known. Consensus is to use sparingly. Useful for understanding philosophical influences.
signature Filename of an image of the scientist's signature (if available).
footnotes For any footnotes needed to clarify entries above.

Example

{{Infobox Scientist
|name        = Paul Dirac
|image       = Dirac.gif
|image_width = 140px
|caption     = <!--(not needed as image is straightforward portrait)-->
|birth_date  = {{birth date|1902|8|8|mf=y}}
|birth_place = [[Bristol]], [[England]]
|death_date  = {{death date and age|1984|10|20|1902|8|8}}
|death_place = [[Tallahassee]], [[Florida]], [[United States|USA]]
|residence   = [[United Kingdom]]<br/>[[United States]]
|nationality = [[United Kingdom]]
|fields      = [[Physics]] ([[Theoretical physics|theoretical]])
|workplaces  = [[University of Cambridge|Cambridge University]]<br/>[[Florida State University]]
|alma_mater  = [[University of Bristol]]<br/>[[University of Cambridge|Cambridge University]]
|doctoral_advisor  = [[Ralph Fowler]]
|doctoral_students = [[Homi J. Bhabha|Homi Bhabha]]<br/>[[Harish-Chandra|Harish Chandra Mehrotra]]<br/>[[Denis Sciama|Dennis Sciama]]<br/>[[Behram Kurşunoğlu]]<br/>[[John Polkinghorne]]<br/>[[Per-Olov Löwdin]]<!--<br/>[[Christie Eliezer]]--><!--<br/>[[A. Lees]]-->
|known_for   = seminal contributions to<br/>[[quantum mechanics]]
|awards      = [[Nobel Prize in Physics]] (1933)
|footnotes   = 
}}

Microformat

The HTML markup produced by this template includes an hCard microformat, which makes the person's details parsable by computers, either acting automatically to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For more information about the use of microformats on Wikipedia, please see the microformat project.

Sub-templates

Date-of-birth ("bday") information will only be included in the microformat if {{birth date}}, or {{birth date and age}} are used in the infobox. (Do not use these if the date is before 1583). Be cautious about using these if the person is still living, per WP:DOB.

To include a URL, use {{URL}}.

Please do not remove instances of these sub-templates.

Classes

hCard uses HTML classes including:

  • adr
  • agent
  • bday
  • birthplace
  • category
  • country-name
  • deathdate
  • deathplace
  • extended-address
  • family-name
  • fn (required)
  • given-name
  • honorific-prefix
  • honorific-suffix
  • label
  • locality
  • n
  • nickname
  • note
  • org
  • role
  • url
  • vcard

Please do not rename or remove these classes nor collapse nested elements which use them.