Z verze
změnil(a) David Brazda
k 01.02.2021 15:40
Na verzi < 12.16 >
změnil(a) David Brazda
k 01.02.2021 13:50
< >
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
... ... @@ -7,4 +7,3 @@
7 7  
8 8  
9 9  
10 -
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -3,17 +3,11 @@
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)($|\?|#)'))
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, "/^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/") )
9 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)
16 -#end
17 - <iframe src="$src" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe>
10 +ff $xcvidurl
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>
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,0 @@
1 -0
Parameter description
... ... @@ -1,1 +1,0 @@
1 -časové značka, kde bude padáček a focus. Číslo.
Parameter mandatory
... ... @@ -1,1 +1,0 @@
1 -0
Parameter name
... ... @@ -1,1 +1,0 @@
1 -time
Parameter type
... ... @@ -1,1 +1,0 @@
1 -java.lang.number
XWiki.JavaScriptExtension[0]
Způsob práce s cache
... ... @@ -1,0 +1,1 @@
1 +long
Kód
... ... @@ -1,0 +1,4 @@
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,0 +1,1 @@
1 +js regexper
Zpracuj obsah
... ... @@ -1,0 +1,1 @@
1 +Ne
Použij tuto příponu
... ... @@ -1,0 +1,1 @@
1 +onDemand