ASM #19186 - WarnGen Templates: Case corrections - Make MPH caps for "windTags" and capitalize sentence starters in SPS

Change-Id: Ieda7bcaca5157202c9bf88216c07255dd34e56e9
This commit is contained in:
David Friedman 2016-07-12 20:09:36 +00:00 committed by Michael James
parent 64ed3331b8
commit e2844fa3cd
2 changed files with 8 additions and 8 deletions

View file

@ -48,26 +48,26 @@
#set($windImpact = "")
#set($extensive = "")
#set($windHazard = "")
#set($windTag = "<50mph")
#set($windTag = "<50MPH")
#if(${list.contains(${bullets}, "60mphWind")})
#set($windThreat = "damaging winds in excess of 60 mph")
#set($windHazard = "60 mph wind gusts")
#set($windSpeed = 60)
#set($windTag = "60mph")
#set($windTag = "60MPH")
## #set($windImpact = "large tree limbs broken off partially blocking roads#commaOrEllipsis()damaging buildings#commaOrEllipsis()homes and downing power lines.")
#end
#if(${list.contains(${bullets}, "70mphWind")})
#set($windThreat = "destructive winds in excess of 70 mph")
#set($windHazard = "70 mph wind gusts")
#set($windSpeed = 70)
#set($windTag = "70mph")
#set($windTag = "70MPH")
## #set($windImpact = "trees to be uprooted blocking roads#commaOrEllipsis()damaging buildings#commaOrEllipsis()homes and downing power lines.")
#end
#if(${list.contains(${bullets}, "80mphWind")})
#set($windThreat = "destructive winds in excess of 80 mph")
#set($windHazard = "80 mph wind gusts")
#set($windSpeed = 80)
#set($windTag = "80mph")
#set($windTag = "80MPH")
#set($extensive = "extensive ")
## #set($windImpact = "trees to be uprooted blocking roads#commaOrEllipsis()damaging buildings#commaOrEllipsis()homes and downing power lines.")
#end
@ -75,7 +75,7 @@
#set($windThreat = "extreme damaging winds in excess of 90 mph")
#set($windHazard = "90 mph wind gusts")
#set($windSpeed = 90)
#set($windTag = "90mph")
#set($windTag = "90MPH")
#set($extensive = "extensive ")
## #set($windImpact ="trees to be uprooted blocking roads#commaOrEllipsis()damaging buildings#commaOrEllipsis()homes and downing power lines.")
#end
@ -83,7 +83,7 @@
#set($windThreat = "extreme damaging winds in excess of 100 mph")
#set($windHazard = "100 mph wind gusts")
#set($windSpeed = 100)
#set($windTag = "100mph")
#set($windTag = "100MPH")
#set($extensive = "extensive ")
## #set($windImpact ="trees to be uprooted blocking roads#commaOrEllipsis()damaging buildings#commaOrEllipsis()homes and downing power lines.")
#end

View file

@ -20,11 +20,11 @@
#if(${stormType} == "line")
#set($report = "strong thunderstorms were reported")
#set($reportType1 = "strong thunderstorms")
#set($reportType2 = "these storms were")
#set($reportType2 = "These storms were")
#else
#set($report = "a strong thunderstorm was reported")
#set($reportType1 = "a strong thunderstorm")
#set($reportType2 = "this storm was")
#set($reportType2 = "This storm was")
#end
#set($windThreat = "")
#set($hailThreat = "")