User:AlbertHerring/Sandbox/Subsandbox for templates

From Wikipedia, the free encyclopedia

I am working on a template for road accidents similar to those created for aircraft accidents. It requires a bit of tinkering yet.


[edit] Documentation

[edit] Usage

== Full blank syntax ==
Required parameters are '''date''', '''type''' and '''site'''. ('name' defaults to {{PAGENAME}}.)

<pre style="overflow:auto;">
{{Infobox Road accident
|name    = 
|image   = 
|caption = 
|date    = 
|type    = 
|site    = 
|coords  = 


|total_injuries   = 
|total_fatalities = 
|total_survivors  = 

|vehicle_type =  
|operator      = 
|origin        = 
|destination   = 
|passengers    = 
|injuries      = 
|fatalities    = 
|survivors     = 


}}


[edit] See also

{{{name}}}
[[Image:{{{image}}}|230px]]
{{{caption}}}
Summary
Date {{{date}}}
Type {{{type}}}
Site {{{site}}}
{{{coords}}}
Vehicle
[[Image:{{{vehicle1_image}}}|180px]]
{{{vehicle1_caption}}}
Type {{{vehicle1_type}}}
Name {{{vehicle1_name}}}
Operator {{{vehicle1_operator}}}
Destination {{{vehicle1_destination}}}
Passengers {{{vehicle1_passengers}}}
Injuries {{{vehicle1_injuries}}}
Fatalities {{{vehicle1_fatalities}}}
Survivors {{{vehicle1_survivors}}}