User:Xanderb/VScripts View history

(Created page with "This is just a storage space for some of the custom Validator scripts that I use. = Highway Renaming Project = This script will Highlight incorrect or old road names in India...")
 
Line 2: Line 2:


= Highway Renaming Project =
= Highway Renaming Project =
This script will Highlight incorrect or old road names in Indiana, Kentucky, and Tennessee.
This script will Highlight incorrect or old Street Names and Alt Names in Indiana, Kentucky, and Tennessee. I use this primarily for the State Highway renaming project.


Custom Template:
Custom Template:

Revision as of 16:06, 23 February 2015

This is just a storage space for some of the custom Validator scripts that I use.

Highway Renaming Project

This script will Highlight incorrect or old Street Names and Alt Names in Indiana, Kentucky, and Tennessee. I use this primarily for the State Highway renaming project.

Custom Template:

#${street}#${altStreet[#]}#

Custom RegExp:

/State Hwy|SR-|SH-|State Rd|Cs-|CS-|Ky-|Tn-|In-|County Hwy|County Rd|Cr-/

Saint

This will highlight streets that incorrectly begin with "St " which TTS reads as "Street". eg. St Catherine St is "Street Catherine Street"

Custom Template:

#${street}#${altStreet[#]}#

Custom RegExp:

/^St /

Short Parking Lots

Highlights Dead end Parking Lot Roads that are shorter than 50m.

Custom Template:

${deadEnd}:${typeRank}:${length}

Custom RegExp:

/1:7:([0-4]?[0-9])$/