Yahoo Style
Sign in
Sign in to view your emails
- Life
- Shopping
- Celebrity
- Entertainment
-
- Food
- Travel
- Health
- Wellness
- Relationship
- Style
- Beauty
- Fashion
- Luxury
- Design
- Horoscopes
- Parenting
- Watch
…
- {promoMarkup}{notifMarkup}
{notificationCenterNavMsg}
',panelEmptyTemplate='
{emptyPanelMsg}
',panelErrorTemplate='
{errorMsg}
',panelParentTemplate='
',notifOnboardPromoTemplate='
{notifOnboardMsg}
',EXPANDED_PANEL="expanded_panel",ERROR_PANEL="error_panel",NotificationView=function(){function e(n,t){classCallCheck(this,e);var i=this;i._config=n,i._panelNode=null,i._store=t}return createClass(e,[{key:"_generatePanelMarkup",value:function(e,n){var t=this._config,i=void 0,o=void 0;"undefined"!=typeof window&&(i=window.Notification&&"default"===window.Notification.permission,o=t.promos.bypassEligibleClassCheck||hasClass(document.body,t.promos.eligibleBodyClass));var s=t.promos.enableNotifOnboard&&i&&o?notifOnboardPromoTemplate:"";if(s){var r=t.promos.showYahooLogo?"":"yns-no-logo";s=s.replace("{notifOnboardBtnLabel}",t.promos.notifOnboardBtnLabel).replace("{notifOnboardMsg}",t.promos.notifOnboardMsg).replace("{subscriptionTopic}",t.promos.subscriptionTopic).replace("{noLogoClass}",r).replace("{promoLogo}",t.promos.promoLogo)}var a=n.newCount>t.panel.maxCount?n.newCount:"",c=t.panel.notificationCenterPath,l=c?"":constants.panelHideElement,d=t.panel.headerMsg?"":" "+constants.panelHideElement,u=c?constants.panelPaddingBtm:"",p=void 0;n.count?p=n.markup:p=panelEmptyTemplate.replace("{emptyPanelMsg}",t.panel.emptyPanelMsg);return e=e.replace("{notifMarkup}",p).replace("{promoMarkup}",s).replace("{hideClass}",l).replace("{notifCenterLink}",c).replace("{paddingClass}",u).replace("{headerMsg}",t.panel.headerMsg).replace("{hideHeaderClass}",d).replace(/{notificationCenterNavMsg}/g,t.panel.notificationCenterNavMsg).replace(/{newCount}/g,a)}},{key:"render",value:function(e,n){var t=this;if(t._panelNode){var i=void 0,o=t._panelNode,s=void 0,r=void 0;switch(e){case EXPANDED_PANEL:i=panelTemplate,r=t._store.getNotifications(),s=t._generatePanelMarkup(i,r),o.innerHTML=s;break;case ERROR_PANEL:s=(i=panelErrorTemplate).replace("{errorMsg}",t._config.panel.errorMsg),o.innerHTML=s}n&&n()}else n&&n(new Error("No panel parent"))}},{key:"createPanelParentNode",value:function(e){e&&(e.innerHTML=panelParentTemplate,this._panelNode=document.getElementById(constants.panelNodeId))}},{key:"updateBadgeNode",value:function(e){if(e){var n=this._store.getNotifications().newCount,t=this._config.badge.maxCount;if(n){var i=n>t?t+"+":n;e.innerHTML=i}else e.innerHTML=""}}},{key:"addStyles",value:function(e){if(e&&"undefined"!=typeof window){var n=document.getElementById(this._config.panel.styleTagId);n||((n=document.createElement("style")).type="text/css",n.id=this._config.panel.styleTagId,n.innerText=e,document.head.appendChild(n))}}}]),e}(),EXPANDED_PANEL$1="expanded_panel",ERROR_PANEL$1="error_panel",PanelController=function(){function e(n,t,i){classCallCheck(this,e);var o=this;o._store=t,o._view=i,o._config=n;var s=o._config.panel;o._panelParentNode=document.querySelector(s.parentSelector),o._badgeNode=o._config.badge.selector&&document.querySelector(o._config.badge.selector),o._indicatorNode=s.indicatorSelector&&document.querySelector(s.indicatorSelector)}return createClass(e,[{key:"createPanelParentNode",value:function(){this._view.createPanelParentNode(this._panelParentNode),this._notifPanelNode=document.getElementById(constants.panelNodeId)}},{key:"refreshPanelNode",value:function(e,n){var t=this;addClass(t._notifPanelNode,constants.panelLoading),t._store.fetchNotifications(e,(function(e,i){var o=window.wafer&&window.wafer.base;o&&o.destroy(t._notifPanelNode),e?t._notifPanelNode.innerHTML||(t._view.render(ERROR_PANEL$1),addClass(t._notifPanelNode,constants.panelLoading)):(t._view.render(EXPANDED_PANEL$1),t._view.updateBadgeNode(t._badgeNode),t._showBadge(),t._showIndicator(),t._view.addStyles(i.css)),removeClass(t._notifPanelNode,constants.panelLoading),o&&o.sync(t._notifPanelNode.parentNode),n&&n(e,i)}))}},{key:"resetBadge",value:function(){var e=this;e._store.resetNewCount(),e._view.updateBadgeNode(e._badgeNode),addClass(e._badgeNode,e._config.badge.hideClass)}},{key:"_showIndicator",value:function(){this._indicatorNode&&(this._store.getNotifications().newCount?addClass(this._indicatorNode,this._config.panel.indicatorClass):removeClass(this._indicatorNode,this._config.panel.indicatorClass))}},{key:"_showBadge",value:function(){var e=this;e._store.getNotifications().newCount?removeClass(e._badgeNode,e._config.badge.hideClass):addClass(e._badgeNode,e._config.badge.hideClass)}}]),e}(),config={promos:{eligibleBodyClass:"display-push-promos",enableNotifOnboard:!0,bypassEligibleClassCheck:!1,notifOnboardBtnLabel:"Notify Me",notifOnboardMsg:"Get alerts for breaking news and top stories",promoLogo:"https://s.yimg.com/cv/apiv2/ae/news/circle_bell.png",showYahooLogo:!0,subscriptionTopic:"gondor_homerun_news"},badge:{hideClass:"",maxCount:5,selector:""},panel:{emptyPanelMsg:"You have no new notifications.",errorMsg:"",headerMsg:"Notifications",imageTag:"img:40x40|2|80",indicatorClass:"yns-indicator",indicatorSelector:null,maxCount:6,notificationCenterNavMsg:"View all {newCount} notifications",notificationCenterPath:"",notificationTypes:"",parentSelector:null,styleTagId:"notificationStyles",theme:"default"},service:{attemptCount:2,attemptDelay:1,url:null,resetUrl:null,isRMP:!1,responseType:"json",timeout:1500}},Main=function(){function e(n){classCallCheck(this,e);var t=this;t.config=t._parseConfig(n),t._validateRequiredConfigs()&&(t._request=new NotificationRequest(t.config),t._store=new NotificationStore(t.config,t._request),t._view=new NotificationView(t.config,t._store),t._panelController=new PanelController(t.config,t._store,t._view),t._panelController.createPanelParentNode(),t._assignHelperMethods())}return createClass(e,[{key:"_parseConfig",value:function(e){var n={};for(var t in objectAssign(n,config),n)if(n.hasOwnProperty(t)){var i=n[t],o=e[t];"object"===(void 0===i?"undefined":_typeof(i))?objectAssign(i,o):n[t]=e[t]}return n}},{key:"_validateRequiredConfigs",value:function(){var e=this.config;return!(!e.panel.parentSelector||!e.service.url)}},{key:"_assignHelperMethods",value:function(){var e=this;e.helpers={refreshPanelNode:e._panelController.refreshPanelNode.bind(e._panelController),resetBadge:e._panelController.resetBadge.bind(e._panelController),resetIndicator:function(){removeClass(e._panelController._indicatorNode,e.config.panel.indicatorClass)}}}}]),e}(),notificationClient_module_min=Main,notificationClient={NotificationClient:notificationClient_module_min},CONSUMPTION_STORAGE_KEY="lnct",NotifClient=function(){function e(){var e,n;this.personalized=!1,this.ybarElem=document.getElementById("ybar"),this.partnerClasses=null===(n=null===(e=this.ybarElem)||void 0===e?void 0:e.className)||void 0===n?void 0:n.match(/ybar-variant-([a-z]*)/),this.client=new notificationClient.NotificationClient(this.getConfig())}return e.prototype.refreshPanel=function(){var e,n,t,i=this,o={lastUpdate:this.getTimeStamp()||this.setTimeStamp(),loadInHpViewer:!0,includePersonalized:this.personalized},s=(null===(e=window.YAHOO)||void 0===e?void 0:e.context)||(null===(n=window.Af)||void 0===n?void 0:n.context)||{};return s.region&&s.lang&&(o.lang=s.lang,o.region=s.region),(null===(t=this.partnerClasses)||void 0===t?void 0:t.length)&&(o.partner=this.partnerClasses[1]),new Promise((function(e,n){i.client.helpers.refreshPanelNode({matrixParams:o},(function(t,i){t&&(logError("Notification refresh error:",t),n(t)),e(i)}))}))},e.prototype.resetBadge=function(){this.client.helpers.resetBadge(),this.setTimeStamp()},e.prototype.getConfig=function(){var e,n,t,i,o,s={promos:{eligibleBodyClass:"display-push-promos",enableNotifOnboard:!0},badge:{selector:"#notif-badge",hideClass:"ybar-notification-hidden"},panel:{emptyPanelMsg:"You have no new notifications.",errorMsg:"Please check back later.",headerMsg:"Notifications",maxCount:5,parentSelector:"#ybarNotificationBody",notificationTypes:"breakingNews"},service:{url:"/tdv2_fp/api/resource/NotificationHistory.getHistory",isRMP:!1}},r=document.getElementById("notification-container"),a=null===(e=null==r?void 0:r.dataset)||void 0===e?void 0:e.config,c={};if(a){"att"===(null===(n=this.partnerClasses)||void 0===n?void 0:n[1])&&(s.promos.showYahooLogo=!1);try{var l=JSON.parse(a);c=__assign({},l),this.personalized=1===l.personalize}catch(e){logError("Notifications config parsing error",e)}r&&delete r.dataset.config}var d=this.mergeConfigs(s,c);return(null===(t=this.partnerClasses)||void 0===t?void 0:t.length)&&"yahoo"!==(null===(i=this.partnerClasses)||void 0===i?void 0:i[1])&&(null===(o=d.promos)||void 0===o?void 0:o.subscriptionTopic)&&delete d.promos.subscriptionTopic,d},e.prototype.mergeConfigs=function(e,n){var t=__assign({},e);for(var i in e)t[i]=__assign(__assign({},e[i]),n[i]);return t},e.prototype.getTimeStamp=function(){var e;return null===(e=window.localStorage)||void 0===e?void 0:e.getItem(CONSUMPTION_STORAGE_KEY)},e.prototype.setTimeStamp=function(){var e,n=""+Math.floor((new Date).getTime()/1e3);return null===(e=window.localStorage)||void 0===e||e.setItem(CONSUMPTION_STORAGE_KEY,n),n},e}(),notifClient=new NotifClient,getNotifClient=function(){return notifClient},reInit=function(){notifClient=new NotifClient},ybarRapid,ybarRapidInterval,ybarRapidErrMsg="",beaconQueue=[],noop=function(){},logRapidError=function(){window.removeEventListener("beforeunload",logRapidError),""!==ybarRapidErrMsg&&logError("Rapid not found on page",new Error(ybarRapidErrMsg))},findRapidWithSpaceid=function(e){var n=void 0;if(e&&e.length>0)for(var t=0;t
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\".concat(self.i18n.t('search.voice.permission_title'), \"
\\n
\").concat(self.i18n.t('search.voice.permission_text'), \"
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n \\n \\n \\n \\n \\n \\n
\\n
\\n
\\n \\n \\n \".concat(self.i18n.t('search.voice.recognition_retry'), \"\\n
\\n
\\n
\\n
\\n
\\n
\\n \").concat(self.i18n.t('search.voice.trending_title'), \"\\n \\n
\\n
\\n
FAQs
Who is number 10 in High School Musical? ›
Chad and Troy's jersey numbers change throughout the movie.
Chad wears the number 15 and Troy wears the number 10 during their practice after detention.
Yes! Season 4 of High School Musical: The Musical: The Series is officially in production. Tim Federle posted a behind-the-scenes photo of Joshua Bassett on September 20, 2022. “We're back, baby!
Did Vanessa Hudgens get kicked off High School Musical? ›Although it was reported by OK! Magazine that Vanessa would be replaced by Adrienne Bailon or Sabrina Bryan from the Cheetah Girls in High School Musical 3, Access Hollywood confirmed that the cast was still in negotiations and Vanessa would not be cut from High School Musical 3. "Totally untrue.
What did the t mean in High School Musical? ›Their unlikely relationship—based, apparently, on mutual respect and catchy song-and-dance numbers—is still going strong; so much so that Troy gives Gabriella a pretty little necklace with a big “T” pendant. The “T” stands for Troy.
Who is number 23 in High School Musical? ›Jason attends the free-period work out with the rest of the basketball team, pictured wearing the number 23 on his red Wildcat practice jersey. He participates in the musical number Get'cha Head in the Game and is shown to be loyal to his team. However, later, once Troy and Chad have gone to detention with Ms.
Why does Chad have 3 watches HSM? ›Zac Efron and Vanessa Hudgens were dating both on and off the screen. Their relationship lasted from 2006-2010. In Corbin Bleu's first appearance at the school, he was wearing three different watches. He was given a choice of which one he wanted to wear, so he chose all three of them.
Will Olivia Rodrigo be in season 4? ›Is Olivia Rodrigo returning for HSMTMTS Season 4? Back in July 2022, after her character was reduced from regular to recurring, showrunner Tim Federle confirmed that season 1 and 2 star Olivia Rodrigo would not be returning to reprise her role as Nini Salazar-Roberts in future seasons of the show.
Where can I watch HSM 4? ›High School Musical 4: The Reunion Movie Coming to Disney+ by Way of Super Meta HSM:TM:TS Season 4.
Is Maddox going to be in season 4? ›During that same People interview, Federle also confirmed that pretty much everybody from the main series cast will return as well, including newbies like Maddox (Saylor Bell) and Jet (Adrian Lyles), as well as Cornett's EJ, despite having recently graduated.
Did Gabriella and Troy kiss HSM? ›Troy and Gabriella don't actually have their first kiss until the end of this movie. Though Troy and Gabriella are dating after the events of the first movie, they don't have their first kiss until the end of "High School Musical 2."
Why did Gabriella leave in hsm2? ›
Troy explains that he was only acting this way because of the scholarship. Gabriella can't take this so she breaks up with him and quits leaving Troy brokenhearted ("Gotta Go My Own Way").
Who is Gabriella Montez best friend? ›Taylor McKessie is one of the six main characters of the High School Musical series. She is portrayed by Monique Coleman. Taylor is the best friend of Gabriella Montez, and she is the captain of the East High Scholastic Decathlon Team who aspires to become the President of the United States.
What age is High School Musical appropriate for? ›Great for kids 9 and up! A little flirting, no bad words, great for tweens. Troy and his dad say a few heated words but they make they make up. There are no kisses on lips and there's only a kiss on the cheek between Gabriella and Troy.
Are Troy and Gabriella toxic? ›Looking back at the High School Musical movies, though, I have to admit that Troy and Gabriella are a perfect example of toxic couples in childhood series. That is because insecurity plagues their relationship. Take the time when he tells his teammates that he doesn't care about Gabriella or the callbacks.
Do Gabriella and Troy end up together? ›At the end of 'Senior Year', Troy reveals that he's made the decision to attend UC Berkeley to study both basketball and theater, a school that is only 32.7 miles away from "the person who inspires his heart." Gabriella is extremely touched by this, and, after graduating, the two head off to college, still together.
Who made number 23 famous? ›As a member of the Chicago Bulls Jordan won six NBA championships and also was named NBA Finals MVP six times. He was also named an All-Star 14 times and NBA MVP five times. The number 23 in basketball will always be remembered as Michael Jordan's because of everything he gained and he has changed the sport forever.
Who had number 23? ›This four-time NBA MVP and three-time NBA World Champion was inspired by Michael Jordan to wear the number 23. In fact, LeBron says that Michael was his primary inspiration for becoming a basketball player. LeBron has kept the 23 alive on customer basketball jerseys today.
Why did MJ take 23? ›Jordan took up the number 23 jersey from an early age dating back to his time at Laney High School. His older brother Larry was already on the team with the number 45, so Jordan simply halved the number to reach 23 – with the help of a little rounding up.
Why did Ryan and Chad switch clothes in hsm2? ›"It wasn't a long-term premeditated thing," Grabeel told Insider of the outfit switch. The actor said that after filming the musical number, they were "playing around with some dialogue and different ways we could do it" for the scene that followed.
Is Sharpay the villain in HSM? ›Sharpay Evans is the main antagonist in High School Musical and High School Musical 2 along with her brother, Ryan Evans. She later become one of the main protagonists in the third film, High School Musical 3: Senior Year, as well as the main protagonist in her own solo movie, Sharpay's Fabulous Adventure.
Did Olivia leave HSM? ›
According to Tim, Olivia is departing from HSM:TM:TS to continue pursuing her uber-successful music career that took off after she released her Grammy-winning single, "Drivers License," in 2021.
Why is Nini barely in season 3? ›Olivia has specified in multiple interviews that while she enjoys playing Nini, music is her priority now and, in season 3, she stepped down from being a main cast member in the show. Following an emotional season 3 finale and a touching, personal Instagram post, Olivia has now bid goodbye to the series.
Who was Olivia Rodrigo in love with? ›Adam Faze (2021)
Olivia confirmed her romance with producer Adam Faze in July 2021, after they were photographed kissing in Los Angeles. But interested parties first spotted the couple out together a month earlier at the Space Jam 2 premiere. Ah, to be young and in love in Hollywood.
Breaking Up
Following their fight about “The Rose Song,” Ricky and Nini meet up at their treehouse and eventually breakup. The split takes place in season 2, episode 8.
It is based off the real East High School located in Salt Lake City, Utah where the High School Musical movies were filmed in real life. East High School is best known for being where the High School Musical movies were filmed in real life.
Will there be a High School Musical 5? ›On 12 March 2017, a controller of Disney Channel, had announced a fifth and final installment of High School Musical would premiere worldwide some-point in 2018, with filming commencing in late 2017.
Did Netflix remove High School Musical? ›Starting May 1st, High School Musical 3, Sixteen Candles, and The Notebook will no longer be available for streaming. The titles join additional departures, including the collection of Jaws films and Switched at Birth seasons 1 to 5, which will leave Netflix on May 11th.
Is season 4 of Manifest Cancelled? ›Though new fans across the country were becoming attached to the Montego Air Flight 828 passengers, NBC decided it was done. Manifest was cancelled.
Why did they cancel season 4 of Manifest? ›The entire cast of Manifest were no longer contractually bound to the show after June 2021, according to Deadline's Nellie Andreeva.
Who will not be in season 4 of Manifest? ›At least, the ones who have survived at the end of season 3. Josh Dallas, Melissa Roxburgh, J. R. Ramirez, Parveen Kaur, Luna Blaise, and Holly Taylor are all signed up to return. Jack Messina, who played Cal Stone, will be leaving the series and Ty Doran will be taking over the role in a surprise twist.
Is Gabriella the villain? ›
Although viewers may have trusted that Sharpay and Ryan were a force to be defeated when we were younger, it's clear that Gabriella and Troy were always the real villains.
Do Gabriella and Troy have kids? ›Peyton "Peyto" Jack Bolton (born June 5, 2017) is the son of Troy and Gabriella Bolton, the paternal grandson of Jack and Daddy parents) and the maternal grandson of Mrs. Montez (Gabriella's mother).
Is Sharpay jealous of Gabriella? ›Since Troy almost spends all of his time with Gabriella Montez, Sharpay got so jealous that she wanted to break them apart.
How did Sharpay not see Gabriella in the bathroom? ›However, Gabriella was in the bathroom the entire time Sharpay was looking around — so where did she hide? Well, according to the movie, she was hiding behind the wall that Sharpay passed several times … in plain sight.
Is Lava springs from HSM real? ›Entrada, also fictitiously known as Lava Springs Country Club, was made famous when Disney chose Entrada to be the location for the filming of High School Musical 2, which took place in the spring of 2007.
Did Zac Efron sing in HSM 2? ›Can Zac Efron sing? He sure can! Although he didn't provide the vocals for the first High School Musical film, he did sing in the second and third films, and he also sang in his role as Link Larkin in Hairspray.
How long did Vanessa date Zac? ›Several months after their final public appearance, it was confirmed that Efron and Hudgens had called it quits after over four years of dating. At the time, the reason for their breakup wasn't revealed, although a source told PEOPLE "they are 100 percent still good friends."
How old is Troy and Gabriella? ›Troy's love interest and musical partner, Gabriella Montez, is also 16 or 17. Gabriella met Troy at a New Year's Eve party.
Is Vanessa Hudgens half black? ›Her father, who died of cancer in February 2016, was of Irish, French and Native American descent, and her mother is Filipina, a native of Manila.
Is 15 Year Old appropriate? ›For young adults who enjoy a dark twisted story, I highly recommend this dark psychological drama. For those under 18 or squeamish of sex and violence however, this would be one to skip.
Is Big appropriate for 10 year olds? ›
BIG (1988)
Jumping from 12 years old to 30 years old is only a good idea in theory … and on film. Rated PG. Recommended for ages 10 & up.
Great film, but not for kids under 13
It's very gory and contains adult language.
In 'High School Musical,' Gabriella and Troy were always the real villains.
What grade did Troy meet Gabriella? ›On New Year's Eve, high school juniors Troy Bolton and Gabriella Montez meet at a ski lodge party during winter break. The two are called upon to sing a duet together for karaoke ("Start of Something New").
Do Troy and Gabriella break up in High School Musical 3? ›Another great aspect of this ending is how Gabriella doesn't abandon her scholastic/career ambitions just to be with her high school boyfriend. She and Troy don't break up at the movie's end, but neither of them sacrifices anything to stay together in college. If anything, Troy chooses a school to be closer to her.
What did the T necklace in HSM mean? ›Their unlikely relationship—based, apparently, on mutual respect and catchy song-and-dance numbers—is still going strong; so much so that Troy gives Gabriella a pretty little necklace with a big “T” pendant. The “T” stands for Troy.
Does Annie Get with Troy? ›She moved on to pursue other possibilities although Troy became of aware of Annie's past feelings for him. However, he decided not to pursue her romantically and has instead forged a good friendship with her. Troy is portrayed by Donald Glover and Annie is portrayed by Alison Brie.
Will there be a 4th High School Musical? ›Disney+ has greenlit High School Musical: The Musical: The Series for a fourth season. That means we'll get to see our faves back together again, whether they're putting on another big show or heading to college. On May 20, 2022, the streamer dropped the news with a curtain call-inspired post on Instagram.
What football player has the number 10? ›Some players with the number 10 include Lionel Messi, Pele, Maradona, Rivaldo, and Neymar Jr.
Did Zac Efron sing in HSM? ›Although Zac played the role in the film, the vocals were actually provided by actor Drew Seeley.
Are Sharpay and Evan twins? ›
Ryan Evans is the twin brother of Sharpay Evans.
How old was Zac Efron in High School Musical? › Why is the number 10 special? ›Ten is the base of the decimal numeral system, by far the most common system of denoting numbers in both spoken and written language. It is the first double-digit number. The reason for the choice of ten is assumed to be that humans have ten fingers (digits).
Is #10 the best soccer player? ›Mostly it's because of historical reasons, most of the greatest ever to play the game wore this number. Probably the two greatest players, Pele and Maradona, used it which is why 10 is associated with greatness.
Who is the best No 7 in football? ›Among the top footballers to have ever played, Ronaldo takes the top spot and is the best number 7 to have played in the history of football.
Did Vanessa Hudgens date Zac Efron? ›Since her time with Zac, Vanessa then moved on to date The Carrie Diaries actor Austin Butler, 31, from 2011 until their split in 2020. Now she is completely enamored with professional baseball player Cole Tucker, 26.
Who actually sang for Zac Efron? ›While playing Troy Bolton in High School Musical landed Zac Efron his big break in Hollywood, he actually didn't sing any of the classic Troy numbers in the first movie. Troy's melodic voice belonged to another actor, Drew Seeley.
Did Chad and Ryan date? ›"HSM" star Lucas Grabeel spoke to Insider about Ryan and Chad's outfit swap in the 2007 sequel. Fans have speculated that the characters had crushes on each other, but Grabeel said that wasn't true.
Is Sharpay a real name? ›The name Sharpay is girl's name of Chinese origin meaning "sand skin". This name of the glamorous mean girl in "High School Musical" is a euphonic spin on the dog breed Shar Pei, a brilliant name joke skewering the practice of picking a name for its sound without considering what it means.
Why is her name Sharpay? ›The name Sharpay means "sand skin" in Chinese. Sharpay's name is wordplay on the breed of dog 'shar pei'.
Who did Zac Efron have a baby with? ›
Ashley Iaconetti Says Her 8-Week-Old Son Dawson Is The Next Zac Efron.
How old was Zendaya when Zac Efron filmed The Greatest Showman? ›Zac Efron has ranked his on-screen kiss with Zendaya as his favorite ever. The 30-year-old actor while promoting The Greatest Showman with his 21-year-old co-star Zendaya was asked about his long history of movie kisses. 'This might be my favorite kiss, I think ever,' the actor told an interviewer with Norwegian.
How old are Troy and Gabriella in the first movie? ›Troy's love interest and musical partner, Gabriella Montez, is also 16 or 17. Gabriella met Troy at a New Year's Eve party. When the two are called upon to sing a karaoke duet, it's immediately apparent they have chemistry.