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

विकिपीडिया से
Content deleted Content added
imported>Sardanaphalus
labelstyle (linewrapping), less space-hungry code
imported>Sardanaphalus
छो typo, reduced padding between label and data
लाइन 8: लाइन 8:
| captionstyle = padding-top:0.45em;line-height:1.1em;
| captionstyle = padding-top:0.45em;line-height:1.1em;
| caption = {{{caption|}}}
| caption = {{{caption|}}}
| labelstyle = padding:<!--(based on {{longitem}} linewrap management:)-->0.1em 1.0em<!--(to keep label and data apart)--> 0.1em 0;line-height:1.2em;
| labelstyle = padding:<!--(based on {{longitem}} linewrap management:)-->0.1em 0.5em<!--(to keep label and data apart)--> 0.1em 0;line-height:1.2em;
| label1 = Full name |data1=
| label1 = Full name |data1=
| label2 = Other names |data2={{{other_names|}}} |class2=nickname
| label2 = Other names |data2={{{other_names|}}} |class2=nickname
लाइन 24: लाइन 24:
| label14 = Institutions |data14={{{institutions|}}}
| label14 = Institutions |data14={{{institutions|}}}
| label15 = Notable&nbsp;ideas |data15={{{notable_ideas|}}}
| label15 = Notable&nbsp;ideas |data15={{{notable_ideas|}}}
| data16 = {{#if:{{{influences|}}} |{{Collapsible list |expand={{{expand|}}}|framestyle=border:none;padding:0;|liststyle=text-align:center;|title=Influenced by|1={{{influences}}}}} f}}
| data16 = {{#if:{{{influences|}}} |{{Collapsible list |expand={{{expand|}}}|framestyle=border:none;padding:0;|liststyle=text-align:center;|title=Influenced by|1={{{influences}}}}} }}
| data17 = {{#if:{{{influenced|}}} |{{Collapsible list |expand={{{expand|}}}|framestyle=border:none;padding:0;|liststyle=text-align:center; |title=Influenced |1={{{influenced}}} }}
| data17 = {{#if:{{{influenced|}}} |{{Collapsible list |expand={{{expand|}}}|framestyle=border:none;padding:0;|liststyle=text-align:center; |title=Influenced |1={{{influenced}}} }}
}}
}}

14:47, 6 अप्रैल 2014 तक ले भइल बदलाव

Bornटेम्पलेट:Br-separated entries
Diedटेम्पलेट:Br-separated entries
{{{name}}}
[[File:{{{image}}}|{{{image_size}}}
|alt={{{alt}}}]]
{{{caption}}}
Other names{{{other_names}}}
Bornटेम्पलेट:Br-separated entries
Diedटेम्पलेट:Br-separated entries
Residence{{{residence}}}
Nationality{{{nationality}}}
Era{{{era}}}
Region{{{region}}}
Religion{{{religion}}}
School{{{school_tradition}}}
Main interests{{{main_interests}}}
Alma mater{{{alma_mater}}}
Institutions{{{institutions}}}
Notable ideas{{{notable_ideas}}}
Awards{{{awards}}}
Signature[[File:{{{signature}}}
|{{{signature_size}}}
|alt={{{signature_alt}}}]]
Website{{{website}}}

This template is used to provide biographical information on anyone who might be considered a philosopher. If the philosopher held or holds a political or other public office (e.g. Alan Greenspan), {{Infobox officeholder}} is probably more suitable.

Usage

{{Infobox philosopher
| honorific_prefix = 
| name             =  <!-- include middle initial, if not specified in birth_name -->
| honorific_suffix = 
| image            =  <!-- filename only, i.e. without the File: (or Image:) prefix or enclosing [[brackets]] -->
| image_size       = 
| alt              = 
| caption          = 
| other_names      = 
| birth_name       = <!-- only use if different from name -->
| birth_date       = <!-- {{birth date and age|YYYY|MM|DD}} for living persons, {{birth date|YYYY|MM|DD}} for deceased.  
For living people supply only the year unless the exact date is already WIDELY published, as per [[WP:DOB]]. -->
| birth_place      = 
| death_date       = <!-- {{death date and age|YYYY|MM|DD|YYYY|MM|DD}} (death date then birth date) -->
| death_place      = 
| death_cause      = 
| residence        = 
| nationality      = 
| religion         = 
| alma_mater       = 
| notable_works    = <!-- use "notable_works" in place of "books" parameter (deprecated) -->
| awards           = 
| signature        = 
| signature_size   = 
| signature_alt    = 
| era              = 
| region           = 
| school_tradition = 
| institutions     = 
| main_interests   = 
| notable_ideas    = 
| influences       = 
| influenced       = 
| website          = <!-- {{URL|example.com}} -->
}}

To use this template, copy the text above to the top of a biography article. Note that parameter names are lowercase.

Parameters

All parameters are optional, and if left blank will not appear in the infobox:

Microformats

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.