Template:Infobox Transportation: Difference between revisions

From Cvillepedia
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 9: Line 9:
<!----------Status---------->
<!----------Status---------->
{{#if:{{{status|}}} |<nowiki/>
{{#if:{{{status|}}} |<nowiki/>
{{#if:{{{status|P}}}
{{!}}-
{{!}}-
{{!}} colspan="2" style="text-align:center;" {{!}} <hr/><div style="background:lightsalmon; font-weight:bold;"> Status: Planned
{{!}} colspan="2" style="text-align:center;" {{!}} <hr/>{{{status|}}}
{{!!}}
{{!!}}
{{!}}- }}
{{!}}- }}
}}
</div>
{{!}}-
{{!}}-
{{!}} colspan="2" style="text-align:center;" {{!}} <hr/><div style="background:wheat; font-weight:bold;"> Project Overview
{{!}} colspan="2" style="text-align:center;" {{!}} <hr/><div style="background:wheat; font-weight:bold;"> Project Overview</div>
{{!!}}
{{!!}}
</div>
{{#if:{{{purpose|}}} |<nowiki/>
{{#if:{{{purpose|}}} |<nowiki/>
{{!}}-
{{!}}-
{{!}} colspan="2" style="text-align:left;" {{!}} <div style="background:cornsilk;"> {{{purpose|}}}
{{!}} colspan="2" style="text-align:left;" {{!}} <div style="background:cornsilk;"> {{{purpose|}}}</div>
{{!!}} }}
{{!!}} }}
{{!}}-
{{!}}-
</div><hr/>
<hr/>
{{#if:{{{cost|}}} |<nowiki/>
{{#if:{{{cost|}}} |<nowiki/>
{{!}}-
{{!}}-
Line 48: Line 44:
<!----------Status Description---------->
<!----------Status Description---------->
{{!}}-
{{!}}-
{{!}} colspan="2" style="text-align:center;" {{!}} <hr/><div style="background:wheat; font-weight:bold;"> Status Update
{{!}} colspan="2" style="text-align:center;" {{!}} <hr/><div style="background:wheat; font-weight:bold;"> Status Update</div>
{{!!}}
{{!!}}
</div>
{{#if:{{{status-desc|}}} |<nowiki/>
{{#if:{{{status-desc|}}} |<nowiki/>
{{!}}-
{{!}}-
{{!}} colspan="2" style="text-align:left;" {{!}} <div style="background:cornsilk;"> {{{ status-desc|}}}<hr/>
{{!}} colspan="2" style="text-align:left;" {{!}} <div style="background:cornsilk;"> {{{ status-desc|}}}</div><hr/>
{{!!}} }}
{{!!}} }}
{{!}}-
{{!}}-
</div>
{{#if:{{{website|}}} |<nowiki/>
{{#if:{{{website|}}} |<nowiki/>
{{!}}-
{{!}}-
Line 72: Line 66:
{{!!}} }}
{{!!}} }}
{{!}}-
{{!}}-
|}</includeonly><noinclude>
|}</includeonly><noinclude>{{Template:Infobox Transportation/doc}}</noinclude>
</noinclude>

Latest revision as of 23:17, 14 October 2009

Articles related to significant transportation projects will benefit from a standardized information box {{Infobox Transportation}}. This infobox has one parameter for STATUS which indicates where the project is in its lifespan. which automatically assigns the article to the appropriate category in Transportation.

Status Category
{{Proposed}} Proposed transportation projects
{{Planned}} Planned transportation projects
{{Underway}} Transportation projects underway
{{Complete}} Completed transportation projects
{{Canceled}} Transportation projects canceled

Example: | status = {{proposed}}

Infobox code

{{Infobox Transportation
| name =
| photo =
| caption =
| status =
<!--ABOVE USE:{{proposed}},{{planned}},{{underway}},{{complete}},or {{canceled}} -->
| meeting =
| location =
<!--ABOVE USE JURISDICTION: Albemarle, Charlottesville -->
| cost =
| sponsor =
<!--ABOVE USE: Albemarle, Charlottesville, VDOT -->
| purpose =
| status-desc =
| website =
| vdot-dashboard =

Use in conjunction with {{vdot-dashboard}} to create a link to the VDOT site using the project number.

| contact =
}}