Z verze
změnil(a) David Brazda
k 01.02.2021 08:13
Na verzi < 39.1 >
změnil(a) David Brazda
k 01.02.2021 16:12
< >
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
... ... @@ -1,4 +1,7 @@
1 -Macro pro xcvid
1 +**Macro pro xcvid**
2 2  
3 +~{~{xcvid url="https:~/~/xcvid.com/embed.php?flight=2368351#1313"/}}
3 3  
4 -
5 +{{xcvid url="https://www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27" time="40"/}}
6 +
7 +
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -3,12 +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 -#if ($flight == 'nic')
7 - $xcontext.macro.params.set('flight') = 'neco';
8 - $xcontext.macro.params.flight = 'neco';
9 -#end
10 -
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)($|\?|#)'))
11 11  {{html}}
12 -vysledek je $xcontext.macro.params.flight
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="xdocLastModification">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
13 13  {{/html}}
14 14  {{/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,1 +1,1 @@
1 -nic
1 +315px
Parameter description
... ... @@ -1,1 +1,1 @@
1 -ID of the flight
1 +Rozměry okna - Výška
Parameter name
... ... @@ -1,1 +1,1 @@
1 -flight
1 +height