Z verze
změnil(a) David Brazda
k 01.02.2021 08:14
Na verzi < 9.1 >
změnil(a) David Brazda
k 01.02.2021 12:53
< >
Popis verze: Při změně verze nebyl zadán žádný kometář.

Přehled

Rozpis

Na stránce změněno:
Obsah
... ... @@ -1,8 +1,11 @@
1 -Macro pro xcvid
1 +**Macro pro xcvid**
2 2  
3 -{{xcvid url="sdsfsdfdsf"/}}
3 +~{~{xcvid url="https:~/~/xcvid.com/embed.php?flight=2368351#1313"/}}
4 4  
5 +{{xcvid url="https://xcvid.com/embed.php?flight=2368351#1313"/}}
5 5  
6 6  
7 7  
8 8  
10 +
11 +
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -3,12 +3,8 @@
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 ($discard = $xwiki.jsx.use('BackEnd.Macro - xcvid'))
11 11  {{html}}
12 -vysledek je $xcontext.macro.params.flight
8 + <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>
13 13  {{/html}}
14 14  {{/velocity}}
XWiki.WikiMacroParameterClass[3]
Parameter default value
... ... @@ -1,1 +1,0 @@
1 -nic
Parameter description
... ... @@ -1,1 +1,0 @@
1 -ID of the flight
Parameter mandatory
... ... @@ -1,1 +1,0 @@
1 -0
Parameter name
... ... @@ -1,1 +1,0 @@
1 -flight
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