Template:Infobox event/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Noleander
(add new titlestyle param)
meta>Alarbus
(Clean up)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. -->
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. -->
==Example==
== Example ==
<pre>
<pre>
{{Infobox news event
{{Infobox news event
|image_name        = Bombay-Docks-aftermath1.png
| image_name        = Bombay-Docks-aftermath1.png
|image_size        = 230px
| image_size        = 230px
|caption          = Smoke billowing out of the site
| caption          = Smoke billowing out of the site
|date              = {{start date|1944|04|14}}
| date              = {{start date|1944|04|14}}
|time              = 16:15 IST (10:45 UTC)
| time              = 16:15 IST (10:45 UTC)
|place            = [[Victoria Dock]], [[Mumbai]], India
| place            = [[Victoria Dock]], [[Mumbai]], India
|reported injuries = 800
| reported injuries = 800
|reported death(s) = 30
| reported death(s) = 30
}}
}}
</pre>
</pre>


==Blank==
== Blank ==
<pre>
<pre>
{{Infobox news event
{{Infobox news event
|title                    = <!-- Title to display, if other than page name -->
| title                    = <!-- Title to display, if other than page name -->
|titlestyle  = <!--  background-color: #FF0ADD -->
| image                    =  
|image                    =  
| image_name              =  
|image_name              =
| image_size              =  
|image_size              =
| caption                  =  
|caption                  =  
| date                    = <!-- {{start date|YYYY|MM|DD}} -->
|date                    = <!-- {{start date|YYYY|MM|DD}} -->  
| time                    =  
|time                    =  
| place                    =  
|place                    =  
| coordinates              = <!-- {{coord|LAT|LON|region:XXXX_type:event|display=inline,title}} -->
|coordinates              = <!-- {{coord|LAT|LON|region:XXXX_type:event|display=inline,title}} -->
| also known as            =  
|also known as            =  
| cause                    =  
|cause                    =  
| first reporter          =  
|first reporter          =  
| filmed by                =  
|filmed by                =  
| participants            =  
|participants            =  
| outcome                  =  
|outcome                  =  
| reported injuries        =  
|reported injuries        =  
| reported death(s)        =  
|reported death(s)        =  
| reported missing        =  
|reported missing        =
| reported property damage =  
|reported property damage =  
| burial                  =  
|burial                  =  
| inquiries                =  
|inquiries                =  
| inquest                  =  
|inquest                  =  
| coroner                  =  
|coroner                  =  
| suspects                =  
|suspects                =  
| charges                  =  
|charges                  =  
| verdict                  =  
|verdict                  =  
| convictions              =  
|convictions              =  
| publication bans        =  
|publication bans        =  
| litigation              =  
|litigation              =  
| awards                  =  
|awards                  =  
| url                      =  
|url                      =  
| website                  = <!-- {{URL|example.com}} -->
|website                  = <!-- {{URL|example.com}} -->
| notes                    =  
|notes                    =  
}}
}}
</pre>
</pre>


===Microformat===
=== Microformat ===
{{UF-hcal}}
{{UF-hcal}}


==See also==
== See also ==


<includeonly><!--
<includeonly><!--

Revision as of 07:06, 25 February 2012

Example

{{Infobox news event
| image_name        = Bombay-Docks-aftermath1.png
| image_size        = 230px
| caption           = Smoke billowing out of the site
| date              = {{start date|1944|04|14}}
| time              = 16:15 IST (10:45 UTC)
| place             = [[Victoria Dock]], [[Mumbai]], India
| reported injuries = 800
| reported death(s) = 30
}}

Blank

{{Infobox news event
| title                    = <!-- Title to display, if other than page name -->
| image                    = 
| image_name               = 
| image_size               = 
| caption                  = 
| date                     = <!-- {{start date|YYYY|MM|DD}} -->
| time                     = 
| place                    = 
| coordinates              = <!-- {{coord|LAT|LON|region:XXXX_type:event|display=inline,title}} -->
| also known as            = 
| cause                    = 
| first reporter           = 
| filmed by                = 
| participants             = 
| outcome                  = 
| reported injuries        = 
| reported death(s)        = 
| reported missing         = 
| reported property damage = 
| burial                   = 
| inquiries                = 
| inquest                  = 
| coroner                  = 
| suspects                 = 
| charges                  = 
| verdict                  = 
| convictions              = 
| publication bans         = 
| litigation               = 
| awards                   = 
| url                      = 
| website                  = <!-- {{URL|example.com}} -->
| notes                    = 
}}

Microformat

The HTML mark-up produced by this template includes an hCalendar microformat that makes event details readily parsable by computer programs. This aids tasks such as the cataloguing of articles and maintenance of databases. For more information about the use of microformats on Wikipedia, please visit the Microformat WikiProject.

Classes used

The HTML classes of this microformat include:

  • attendee
  • contact
  • description
  • dtend
  • dtstart
  • location
  • organiser
  • summary
  • url
  • vevent
Please do not rename or remove these classes
nor collapse nested elements which use them.

See also