Z verze
změnil(a) David Brazda
k 01.02.2021 13:49
Na verzi < 38.4 >
změnil(a) David Brazda
k 01.02.2021 16:09
< >
Popis verze: Update document after refactoring.

Přehled

Rozpis

Na stránce změněno:
Nadpis
... ... @@ -1,1 +1,1 @@
1 -Macro - xcvid
1 +XCVID
Obsah
... ... @@ -2,8 +2,6 @@
2 2  
3 3  ~{~{xcvid url="https:~/~/xcvid.com/embed.php?flight=2368351#1313"/}}
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" time="40"/}}
6 6  
7 7  
8 -
9 -
XWiki.JavaScriptExtension[0]
Způsob práce s cache
... ... @@ -1,1 +1,0 @@
1 -long
Kód
... ... @@ -1,4 +1,0 @@
1 -function ShortenUrl(url) {
2 - const match = /^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/.exec(url);
3 - return match[1];
4 -}
Jméno
... ... @@ -1,1 +1,0 @@
1 -js regexper
Zpracuj obsah
... ... @@ -1,1 +1,0 @@
1 -0
Použij tuto příponu
... ... @@ -1,1 +1,0 @@
1 -onDemand
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -3,11 +3,20 @@
3 3  #set($width = $xcontext.macro.params.get('width'))
4 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.findAll($url, "/^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/") )
6 +#set($time = $xcontext.macro.params.get('time'))
7 +##find just the right part from the xcontest
8 +#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 -ff $xcvidurl[1]
11 - <iframe src="https://xcvid.com/embed.php?ident=vrana/31.01.2021/11:30" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe>
10 +#if ($regexResult.isEmpty())
11 + ##$regexResult
12 + ##$regexResult.get(1).end
13 + ##$regexResult.get(1).start
14 + ##$url.substring($regexResult.get(1).start,$regexResult.get(1).end)
15 + Neplatný odkaz na tracklog. Např. https://www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27
16 +#else
17 + #set ($src = "https://xcvid.com/embed.php?ident=" + $url.substring($regexResult.get(1).start,$regexResult.get(1).end) + "#" + $time)
18 + <div class="xdocCreation">Interaktivní 3D pohled</div>
19 + <iframe src="$src" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}"><a href="$src">XCVID let</a></iframe>
20 +#end
12 12  {{/html}}
13 13  {{/velocity}}
XWiki.WikiMacroParameterClass[0]
Parameter description
... ... @@ -1,1 +1,1 @@
1 -XContest link of the flight ([[https:~~/~~/www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27>>https://www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27]])
1 +Adresa trackogu v xcontestu na. "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 +560px
Parameter description
... ... @@ -1,1 +1,1 @@
1 -Výška
1 +Rozměry okna - Šířka
Parameter name
... ... @@ -1,1 +1,1 @@
1 -height
1 +width
XWiki.WikiMacroParameterClass[3]
Parameter default value
... ... @@ -1,0 +1,1 @@
1 +315px
Parameter description
... ... @@ -1,0 +1,1 @@
1 +Rozměry okna - Výška
Parameter mandatory
... ... @@ -1,0 +1,1 @@
1 +Ne
Parameter name
... ... @@ -1,0 +1,1 @@
1 +height