Z verze
změnil(a) David Brazda
k 01.02.2021 14:29
Na verzi < 51.1 >
změnil(a) David Brazda
k 15.02.2021 16:31
< >
Popis verze: Návrat k verzi 42.13

Přehled

Rozpis

Na stránce změněno:
Nadpis
... ... @@ -1,1 +1,1 @@
1 -Macro-xcvid
1 +XCVID
Obsah
... ... @@ -1,9 +1,11 @@
1 1  **Macro pro xcvid**
2 2  
3 -~{~{xcvid url="https:~/~/xcvid.com/embed.php?flight=2368351#1313"/}}
3 +příklad:
4 4  
5 -{{xcvid url="https://www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27"/}}
5 +~{~{xcvid url="https:~/~/www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27"/}}
6 6  
7 +{{xcvid url="https://www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27" time="40" shadow="1"/}}
7 7  
9 +**Dodělat:**
8 8  
9 -
11 +- kameru - alespoň možnost odzoomovat si (standard, wide, superwide)
XWiki.JavaScriptExtension[0]
Způsob práce s cache
... ... @@ -1,1 +1,0 @@
1 -long
Kód
... ... @@ -1,4 +1,0 @@
1 -function getAddress(url) {
2 - const match = /^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/.exec(url);
3 - return 'https://xcvid.com/embed.php?ident=' + match[1];
4 -}
Jméno
... ... @@ -1,1 +1,0 @@
1 -jsext
Zpracuj obsah
... ... @@ -1,1 +1,0 @@
1 -0
Použij tuto příponu
... ... @@ -1,1 +1,0 @@
1 -always
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -1,12 +1,23 @@
1 1  {{velocity}}
2 2  #set($url = $xcontext.macro.params.get('url'))
3 -#set($width = $xcontext.macro.params.get('width'))
4 -#set($height = $xcontext.macro.params.get('height'))
5 5  #set($flight = $xcontext.macro.params.get('flight'))
6 -#set ($discard = $xwiki.jsx.use('BackEnd.Macro-xcvid'))
7 -##set( $xcvidurl = $url.replaceAll('/^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/', '$2') )
8 -##set( $xcvidurl = $regextool.find($url, "(?=http*).*\/(.*)|(.*?)\/") )
4 +#set($time = $xcontext.macro.params.get('time'))
5 +#set($shadow = $xcontext.macro.params.get('shadow'))
6 +##find just the right part from the xcontest
7 +#set ($regexResult = $regextool.find($url, '^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)'))
9 9  {{html}}
10 - <iframe onLoad="this.onload=null; this.src=getAddress('$url')" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe>
9 +#if ($regexResult.isEmpty())
10 + ##$regexResult
11 + ##$regexResult.get(1).end
12 + ##$regexResult.get(1).start
13 + ##$url.substring($regexResult.get(1).start,$regexResult.get(1).end)
14 + Neplatný odkaz na tracklog. Např. https://www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27
15 +#else
16 + #set ($suffix = "?ident=" + $url.substring($regexResult.get(1).start,$regexResult.get(1).end) + "#" + $time + "&shadow=" + $shadow)
17 + #set ($src = "https://xcvid.com/embed.php" + $suffix)
18 + <div class="xdocLastModification">Interaktivní 3D pohled.</div>
19 + <iframe src="$src" id="xcvid" class="responsive-embed" allowfullscreen><a href="$src">XCVID let</a></iframe>
20 + <!-- <div class="xdocLastModification"><a href="$url" title="Let na xcontestu">XContest</a></div> -->
21 +#end
11 11  {{/html}}
12 12  {{/velocity}}
Macro visibility
... ... @@ -1,1 +1,1 @@
1 -Current Wiki
1 +Global
XWiki.WikiMacroParameterClass[0]
Parameter description
... ... @@ -1,9 +1,1 @@
1 -Poslední část linku z xcontestu za dvojtečkou např. davidbrazda/29.1.2021/16:27
2 -
3 -(% id="gtx-trans" style="position: absolute; left: 374px; top: 39px;" %)
4 -(((
5 -(% class="gtx-trans-icon" %)
6 -(((
7 -
8 -)))
9 -)))
1 +Adresa trackogu v xcontestu např. "https:~/~/www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27"
XWiki.WikiMacroParameterClass[1]
Parameter default value
... ... @@ -1,1 +1,1 @@
1 -560px
1 +0
Parameter description
... ... @@ -1,1 +1,9 @@
1 -Šířka
1 +Časové značka, Počet sekund od startu, kde bude padáček a focus. Defaultně 0.
2 +
3 +(% id="gtx-trans" style="position: absolute; left: -29px; top: -8px;" %)
4 +(((
5 +(% class="gtx-trans-icon" %)
6 +(((
7 +
8 +)))
9 +)))
Parameter name
... ... @@ -1,1 +1,1 @@
1 -width
1 +time
XWiki.WikiMacroParameterClass[2]
Parameter default value
... ... @@ -1,1 +1,1 @@
1 -315px
1 +1
Parameter description
... ... @@ -1,1 +1,1 @@
1 -Výška
1 +Má být zobrazen na zemi stín tracklogu (hodnoty: 1 nebo 0) Použití: 1 - při přeletech, 0 při svahovačkách
Parameter name
... ... @@ -1,1 +1,1 @@
1 -height
1 +shadow