Z verze
změnil(a) David Brazda
k 01.02.2021 15:40
Na verzi < 5.1 >
změnil(a) David Brazda
k 01.02.2021 08:13
< >
Popis verze: Při změně verze nebyl zadán žádný kometář.

Přehled

Rozpis

Na stránce změněno:
Nadpis
... ... @@ -1,1 +1,1 @@
1 -XCVID
1 +Macro - xcvid
Obsah
... ... @@ -1,10 +1,4 @@
1 -**Macro pro xcvid**
1 +Macro pro xcvid
2 2  
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"/}}
6 -
7 -
8 -
9 -
10 10  
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -3,17 +3,12 @@
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($time = $xcontext.macro.params.get('time'))
7 -#set ($discard = $xwiki.jsx.use('BackEnd.XCVID.WebHome'))
8 -#set ($regexResult = $regextool.find($url, '^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)'))
9 -{{html}}
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 - #set ($src = "https://xcvid.com/embed.php?ident=" + $url.substring($regexResult.get(1).start,$regexResult.get(1).end) + "#" + $time)
6 +#if ($flight == 'nic')
7 + $xcontext.macro.params.set('flight') = 'neco';
8 + $xcontext.macro.params.flight = 'neco';
16 16  #end
17 - <iframe src="$src" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe>
10 +
11 +{{html}}
12 +vysledek je $xcontext.macro.params.flight
18 18  {{/html}}
19 19  {{/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 +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]])
XWiki.WikiMacroParameterClass[3]
Parameter default value
... ... @@ -1,1 +1,1 @@
1 -0
1 +nic
Parameter description
... ... @@ -1,1 +1,1 @@
1 -časo značka, kde bude padáček a focus. Číslo.
1 +ID of the flight
Parameter name
... ... @@ -1,1 +1,1 @@
1 -time
1 +flight
Parameter type
... ... @@ -1,1 +1,0 @@
1 -java.lang.number