Template:RachennStatusMessage: Difference between revisions
Jump to navigation
Jump to search
TShinjitsu (talk | contribs) Creating template |
TShinjitsu (talk | contribs) documenting, fixing bugs. |
||
| Line 1: | Line 1: | ||
<includeonly>|[[File:{{#switch:{{{STATUS|}}}|InclementWeather=InclementWeather.png| | <includeonly>|[[File:{{#switch:{{{STATUS|}}}|InclementWeather=InclementWeather.png|RoadClosed=RoadClosed.png|Info=Info.png|Danger=Danger.png|GenericAlarm.png}}|24px|float=left]] {{{STATUSMSG|}}}</includeonly> | ||
<noinclude> | |||
Helper template for [[Template:RachennPOI]] | |||
Examples are: | |||
{| | |||
|- | |||
{{RachennStatusMessage|STATUS=RoadClosed|STATUSMSG=Closed}} | |||
|- | |||
{{RachennStatusMessage|STATUS=Info|STATUSMSG=Closed}} | |||
|- | |||
{{RachennStatusMessage|STATUS=Danger|STATUSMSG=Closed}} | |||
|- | |||
{{RachennStatusMessage|STATUS=Alarm|STATUSMSG=Closed}} | |||
|- | |||
{{RachennStatusMessage|STATUS=InclementWeather|STATUSMSG=Closed}} | |||
|- | |||
|} | |||
</noinclude> | |||