No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{doc subpage}} | {{doc subpage}} | ||
<!-- ADD DOCUMENTATION BELOW THIS LINE --> | <!-- ADD DOCUMENTATION BELOW THIS LINE --> | ||
This template produces the top of a sortable table to track major events. | This template produces the top of a sortable table to track major/minor events. | ||
Place {{tl|Event/Top}} to produce: | This template has one parameter, <code>type=minor</code>. | ||
By default it produces a table for major events, if you want a table for minor events in the USA add the parameter preceded by a pipe character (|). | |||
Place {{tl|Event/Top}} on a page to produce the following code: | |||
{{Mbox|image=none|text={{User:PesachZ/Event/Top}}}} | {{Mbox|image=none|text={{User:PesachZ/Event/Top}}}} | ||
Which will create a table like this | |||
{{User:PesachZ/Event/Top}} | |||
{{User:PesachZ/Event|name=Sample}} | |||
|} | |||
Place {{tl|Event/Top|type=minor}} on a page to produce the following code: | |||
{{Mbox|image=none|text={{User:PesachZ/Event/Top|type=minor}}}} | |||
Which will create a table like this | |||
{{User:PesachZ/Event/Top|type=minor}} | |||
{{User:PesachZ/Event|name=Sample}} | |||
|} | |||
Revision as of 08:05, 17 August 2014
This is a documentation subpage for . It contains usage information, categories and other content that is not part of the original template page. |
This template produces the top of a sortable table to track major/minor events.
This template has one parameter, type=minor
.
By default it produces a table for major events, if you want a table for minor events in the USA add the parameter preceded by a pipe character (|).
Place {{Event/Top}} on a page to produce the following code:
{| class="wikitable sortable" border="1"
|+ (Recurring) Major events for Event, to be submitted to Waze as a Major Traffic Event (sortable)
|-
! What
! Where
! When
! Affected Roads
! Link
! Editor(s)
! Status |
Which will create a table like this
What | Where | When | Affected Roads | Link | Editor(s) | Status Last Updated See Also
|
---|
Place {{Event/Top}} on a page to produce the following code:
{| class="wikitable sortable" border="1"
|+ (Recurring) Minor events for Event, to be submitted to Waze via the closure sheet (sortable)
|-
! What
! Where
! When
! Affected Roads
! Link
! Editor(s)
! Status |
Which will create a table like this
What | Where | When | Affected Roads | Link | Editor(s) | Status Last Updated See Also
|
---|
See Also
- {{Event}}
- {{Event/Top}}
- {{Event/Item}}
- {{Event/Bottom}}