Template:RachennPOIColor: Difference between revisions
Jump to navigation
Jump to search
TShinjitsu (talk | contribs) removing debug tester. Tag: Manual revert |
TShinjitsu (talk | contribs) examples added |
||
| Line 1: | Line 1: | ||
<includeonly>{{#switch:{{{STATUS|}}}|Danger=FA5F5F|Closed=545454|RoadClosed=545454|{{{BGCOLOR|}}}}}</includeonly><noinclude>Helper template</noinclude> | <includeonly>{{#switch:{{{STATUS|}}}|Danger=FA5F5F|Closed=545454|RoadClosed=545454|{{{BGCOLOR|}}}}}</includeonly><noinclude>Helper template. For use: | ||
See: | |||
{| | |||
|- | |||
|<nowiki>{{RachennPOIColor|BGCOLOR=green|STATUS=Closed}}</nowiki> | |||
|style="background-color: #{{RachennPOIColor|BGCOLOR=green|STATUS=Closed}}; color:white;"|Test | |||
|- | |||
|<nowiki>{{RachennPOIColor|BGCOLOR=green|STATUS=Info}}</nowiki> | |||
|style="background-color: #{{RachennPOIColor|BGCOLOR=green|STATUS=Info}};"|Test | |||
|- | |||
|<nowiki>{{RachennPOIColor|BGCOLOR=green|STATUS=RoadClosed}}</nowiki> | |||
|style="background-color: #{{RachennPOIColor|BGCOLOR=green|STATUS=RoadClosed}}; color: white;"|Test | |||
|- | |||
|} | |||
</noinclude> | |||
Revision as of 13:19, 8 November 2025
Helper template. For use: See:
| {{RachennPOIColor|BGCOLOR=green|STATUS=Closed}} | Test |
| {{RachennPOIColor|BGCOLOR=green|STATUS=Info}} | Test |
| {{RachennPOIColor|BGCOLOR=green|STATUS=RoadClosed}} | Test |