Difference between revisions of "Template:Infobox wildfire"

From blackwiki
Jump to navigation Jump to search
(Undid revision 272623394 by 116.212.217.6 (talk))
Line 1: Line 1:
{| style="width: 315px; border-spacing: 2px; font-size: 95%; text-align: left; " cellpadding="4"
+
{| class="infobox" style="width: 315px; border-spacing: 2px; font-size: 95%; text-align: left; " cellpadding="4"
 
! colspan=2 align="center" style="font-size: larger; background-color: sandybrown;"|'''{{{title}}}'''
 
! colspan=2 align="center" style="font-size: larger; background-color: sandybrown;"|'''{{{title}}}'''
 
|-
 
|-
{{{image|}}}
+
{{#if:{{{image|<noinclude>x</noinclude>}}}|
 +
{{!}} colspan=2 style="text-align: center;" {{!}} [[Image:{{{image<noinclude>|Placeholder.png</noinclude>}}}|300px|{{{title|{{{caption|}}}}}}]] {{#if:{{{caption|<noinclude>x</noinclude>}}}|
 +
<br/><small>''{{{caption}}}''</small>
 +
}}
 +
}}
 
|-
 
|-
|}
+
{{#if:{{{location|<noinclude>x</noinclude>}}}|
 +
{{!}} '''Location'''
 +
{{!}} {{{location}}}
 +
}}
 +
|-
 +
{{#if:{{{date|<noinclude>x</noinclude>}}}|
 +
{{!}} '''Date'''
 +
{{!}} {{{date}}} {{#if:{{{time|}}}|
 +
<br/>{{{time}}}
 +
}}{{#if:{{{time-begin|}}}|
 +
<br/>{{{time-begin}}} &ndash; {{{time-end}}}
 +
}} {{#if:{{{timezone|}}}|({{{timezone}}})
 +
}}
 +
}}
 +
|-
 +
{{#if:{{{acres|<noinclude>x</noinclude>}}}|
 +
{{!}} '''Burned area'''
 +
{{!}} {{{acres}}}|
 +
}}
 +
|-
 +
{{#if:{{{source|<noinclude>x</noinclude>}}}|
 +
{{!}} '''Ignition source'''
 +
{{!}} {{{source}}}|
 +
}}
 +
|-
 +
{{#if:{{{landuse|<noinclude>x</noinclude>}}}|
 +
{{!}} '''Land use'''
 +
{{!}} {{{landuse}}}
 +
}}
 +
|-
 +
{{#if:{{{fatalities|<noinclude>x</noinclude>}}}|
 +
{{!}} '''Fatalities'''
 +
{{!}} {{{fatalities}}}
 +
}}
 +
|-
 +
{{#if:{{{injuries|<noinclude>x</noinclude>}}}|
 +
{{!}} '''Injuries'''
 +
{{!}} {{{injuries}}}
 +
}}
 +
|-
 +
{{#if:{{{perps|<noinclude>x</noinclude>}}}|
 +
{{!}} '''Perpetrator(s)'''
 +
{{!}} {{{perps}}}
 +
}}
 +
|-
 +
{{#if:{{{motive|<noinclude>x</noinclude>}}}|
 +
{{!}} '''Motive'''
 +
{{!}} {{{motive}}}
 +
}}
 +
|}<noinclude>
 +
{{esoteric}}
 +
==Documentation==
 +
<nowiki>
 +
{{Infobox wildfire
 +
|title=
 +
|image=
 +
|location=
 +
|date=
 +
|time=
 +
|timezone=
 +
|acres=
 +
|source=
 +
|landuse=
 +
|fatalities=
 +
|injuries=
 +
|perps=
 +
|motive=
 +
}}
 +
</nowiki>
 +
 
 +
<pre>
 +
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]
 +
[[Category:Infobox templates|Wildfire]]
 +
</noinclude>

Revision as of 01:21, 23 February 2009

{{{title}}}
Placeholder.png
{{{caption}}}
Location {{{location}}}
Date {{{date}}}
Burned area {{{acres}}}
Ignition source {{{source}}}
Land use {{{landuse}}}
Fatalities {{{fatalities}}}
Injuries {{{injuries}}}
Perpetrator(s) {{{perps}}}
Motive {{{motive}}}

Documentation

{{Infobox wildfire |title= |image= |location= |date= |time= |timezone= |acres= |source= |landuse= |fatalities= |injuries= |perps= |motive= }}