TAS:Pokročilé/Pluginy/TGMap: Porovnání verzí
značka: ruční vrácení zpět |
|||
(Není zobrazeno 8 mezilehlých verzí od stejného uživatele.) | |||
Řádek 1: | Řádek 1: | ||
<languages /> <translate> | <languages /> <translate> | ||
<!--T:1--> | |||
Nastavení informací zobrazujících se v tooltipu v mapě. | Nastavení informací zobrazujících se v tooltipu v mapě. | ||
<!--T:2--> | |||
[[File:TAS_Pokroile_Pluginy_TGMapimage2017-2-14_14-57-9.png|549x217px]] | [[File:TAS_Pokroile_Pluginy_TGMapimage2017-2-14_14-57-9.png|549x217px]] | ||
<!--T:3--> | |||
'''Zápis:''' | '''Zápis:''' | ||
<!--T:4--> | |||
<string><span style="color: rgb(153,204,0);">'''odkud bere'''</span>;<span style="color: rgb(255,153,0);">'''co bere'''</span>;<span style="color: rgb(0,204,255);">'''text před zobrazenou hodnotou'''</span> {0:'''''formát hodnoty'''''} <span style="color: rgb(0,204,255);">'''text za'''</span> | <string><span style="color: rgb(153,204,0);">'''odkud bere'''</span>;<span style="color: rgb(255,153,0);">'''co bere'''</span>;<span style="color: rgb(0,204,255);">'''text před zobrazenou hodnotou'''</span> {0:'''''formát hodnoty'''''} <span style="color: rgb(0,204,255);">'''text za'''</span> | ||
<!--T:5--> | |||
</string> | </string> | ||
<!--T:6--> | |||
'''Příklad:''' | '''Příklad:''' | ||
<!--T:7--> | |||
<string><span style="color: rgb(153,204,0);">stop</span>;<span style="color: rgb(255,153,0);">demand1</span>;<span style="color: rgb(0,204,255);">Množství</span> {0:N0}<span style="color: rgb(0,204,255);">kg</span><br /> | <string><span style="color: rgb(153,204,0);">stop</span>;<span style="color: rgb(255,153,0);">demand1</span>;<span style="color: rgb(0,204,255);">Množství</span> {0:N0}<span style="color: rgb(0,204,255);">kg</span><br /> | ||
</string> | </string> | ||
<!--T:8--> | |||
Výsledek: | Výsledek: | ||
<!--T:9--> | |||
Množství - 18kg | Množství - 18kg | ||
<!--T:10--> | |||
<br /> | <br /> | ||
<!--T:11--> | |||
'''Zápis dvou hodnot na jeden řádek:''' | '''Zápis dvou hodnot na jeden řádek:''' | ||
<!--T:12--> | |||
'''<string>'''stop;opentime;<span style="color: rgb(255,102,0);">Čas závozu:</span> <span style="color: rgb(153,204,0);">{0:HH:mm}</span>'''</string>'''<br /> | '''<string>'''stop;opentime;<span style="color: rgb(255,102,0);">Čas závozu:</span> <span style="color: rgb(153,204,0);">{0:HH:mm}</span>'''</string>'''<br /> | ||
'''<string>'''stop;closetime; <span style="color: rgb(0,204,255);">- {0:HH:mm}</span><br /> | '''<string>'''stop;closetime; <span style="color: rgb(0,204,255);">- {0:HH:mm}</span><br /> | ||
'''</string>''' | '''</string>''' | ||
<!--T:13--> | |||
'''Výsledek:''' | '''Výsledek:''' | ||
<!--T:14--> | |||
<span style="color: rgb(255,102,0);">Čas závozu:</span> <span style="color: rgb(153,204,0);">04:00</span><span style="color: rgb(0,204,255);"> - 15:00</span> | <span style="color: rgb(255,102,0);">Čas závozu:</span> <span style="color: rgb(153,204,0);">04:00</span><span style="color: rgb(0,204,255);"> - 15:00</span> | ||
<!--T:15--> | |||
<br /> | <br /> | ||
<!--T:16--> | |||
'''Příklad config:''' | '''Příklad config:''' | ||
<!--T:17--> | |||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
<!--T:18--> | |||
<TGMapSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><br /> | <TGMapSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><br /> | ||
<RouteStopToolTipValues><br /> | <RouteStopToolTipValues><br /> | ||
Řádek 69: | Řádek 87: | ||
</TGMapSettings> | </TGMapSettings> | ||
<!--T:19--> | |||
<br /> | <br /> | ||
<!--T:20--> | |||
{| class="wrapped wikitable" | {| class="wrapped wikitable" | ||
| '''Parametr''' | | '''Parametr''' |
Aktuální verze z 26. 3. 2023, 11:31
Nastavení informací zobrazujících se v tooltipu v mapě.
Zápis:
<string>odkud bere;co bere;text před zobrazenou hodnotou {0:formát hodnoty} text za
</string>
Příklad:
<string>stop;demand1;Množství {0:N0}kg
</string>
Výsledek:
Množství - 18kg
Zápis dvou hodnot na jeden řádek:
<string>stop;opentime;Čas závozu: {0:HH:mm}</string>
<string>stop;closetime; - {0:HH:mm}
</string>
Výsledek:
Čas závozu: 04:00 - 15:00
Příklad config:
<?xml version="1.0" encoding="utf-8"?>
<TGMapSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema%22 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance%22>
<RouteStopToolTipValues>
<string>stop;name;{0}
</string>
<string>location;address;{0}
</string>
<string>stop;demand1;Množství {0:N0}
</string>
<string>routestop;eta;Příjezd: {0:HH:mm}
</string>
<string>stop;opentime;Čas závozu: {0:HH:mm}</string>
<string>stop;closetime; - {0:HH:mm}
</string>
</RouteStopToolTipValues>
<NotServedToolTipValues>
<string>stop;name;{0}
</string>
<string>location;address;{0}
</string>
<string>stop;demand1;Množství {0:N0}
</string>
<string>stop;opentime;Čas závozu: {0:HH:mm}</string>
<string>stop;closetime; - {0:HH:mm}
</string>
<string>stop;specialcodes;{0}
</string>
</NotServedToolTipValues>
</TGMapSettings>
Parametr | Zobrazuje |
location;address | adresa |