3. Seria Młyny Stoisław Koszalin – KGHM MKS Zagłębie Lubin SKRÓT - Młyny Stoisław Koszalin
3. Seria Młyny Stoisław Koszalin – KGHM MKS Zagłębie Lubin SKRÓT
Під час обробки запитаного шаблоку сталась помилка.
The following has evaluated to null or missing: ==> VideoURL.getData()?split("?v=")[1] [in template "20100#20127#24188341" at line 1, column 75] ---- Tip: It's the final [] step that caused this error, not those before it. ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${VideoURL.getData()?split("?v=")[1]?... [in template "20100#20127#24188341" at line 1, column 73] ----
1<div class="video-container"><iframe src="https://www.youtube.com/embed/${VideoURL.getData()?split("?v=")[1]?split("&ab")[0]}" frameborder="0"></iframe></div>
2<style>
3.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
4.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
5</style>