User:Xanderb/VScripts View history

Revision as of 16:04, 23 February 2015 by Xanderb (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 Indiana, Kentucky, and Tennessee.

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])$/