Změny dokumentu XCVID
Naposledy upravil David Brazda 08.04.2021 16:25
Popis verze:
Update document after refactoring.
Přehled
-
Na stránce změněno: (1 změněno, 0 přidáno, 0 odstraněno)
-
Objects (4 změněno, 1 přidáno, 0 odstraněno)
Rozpis
- Na stránce změněno:
-
- Obsah
-
... ... @@ -1,11 +1,10 @@ 1 1 **Macro pro xcvid** 2 2 3 - příklad: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"/}} 6 6 7 -{{xcvid url="https://www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27" time="40" shadow="1"/}} 8 8 9 -**Dodělat:** 10 10 11 -- kameru - alespoň možnost odzoomovat si (standard, wide, superwide) 9 + 10 +
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -1,23 +1,18 @@ 1 1 {{velocity}} 2 2 #set($url = $xcontext.macro.params.get('url')) 3 +#set($width = $xcontext.macro.params.get('width')) 4 +#set($height = $xcontext.macro.params.get('height')) 3 3 #set($flight = $xcontext.macro.params.get('flight')) 4 -#set($time = $xcontext.macro.params.get('time')) 5 -#set($shadow = $xcontext.macro.params.get('shadow')) 6 -##find just the right part from the xcontest 6 +#set ($discard = $xwiki.jsx.use('BackEnd.XCVID.WebHome')) 7 7 #set ($regexResult = $regextool.find($url, '^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)')) 8 8 {{html}} 9 -#if ($regexResult.isEmpty()) 10 - ##$regexResult11 - ##$regexResult.get(1).end12 - ##$regexResult.get(1).start9 +#if (!$regexResult.isEmpty()) 10 + $regexResult 11 + $regexResult.get(1).end 12 + $regexResult.get(1).start 13 13 ##$url.substring($regexResult.get(1).start,$regexResult.get(1).end) 14 - Neplatný odkaz na tracklog. Např. https://www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27 15 -#else 16 - #set ($suffix = "?ident=" + $url.substring($regexResult.get(1).start,$regexResult.get(1).end) + "#" + $time + "&shadow=" + $shadow) 17 - #set ($src = "https://xcvid.com/embed.php" + $suffix) 18 - <div class="xdocLastModification">Interaktivní 3D pohled.</div> 19 - <iframe src="$src" id="xcvid" class="responsive-embed" allowfullscreen><a href="$src">XCVID let</a></iframe> 20 - <!-- <div class="xdocLastModification"><a href="$url" title="Let na xcontestu">XContest</a></div> --> 14 + #set ($src = "https://xcvid.com/embed.php?ident=" + $url.substring($regexResult.get(1).start,$regexResult.get(1).end)) 21 21 #end 16 + <iframe src="$src" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe> 22 22 {{/html}} 23 23 {{/velocity}} - Macro visibility
-
... ... @@ -1,1 +1,1 @@ 1 - Global1 +Current Wiki
- XWiki.WikiMacroParameterClass[0]
-
- Parameter description
-
... ... @@ -1,1 +1,9 @@ 1 -Adresa trackogu v xcontestu např. "https:~/~/www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27" 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 +)))
- XWiki.WikiMacroParameterClass[1]
-
- Parameter default value
-
... ... @@ -1,1 +1,1 @@ 1 -0 1 +560px - Parameter description
-
... ... @@ -1,9 +1,1 @@ 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 -))) 1 +Šířka - Parameter name
-
... ... @@ -1,1 +1,1 @@ 1 - time1 +width
- XWiki.WikiMacroParameterClass[2]
-
- Parameter default value
-
... ... @@ -1,1 +1,1 @@ 1 -1 1 +315px - Parameter description
-
... ... @@ -1,1 +1,1 @@ 1 - Má být zobrazen na zemi stín tracklogu (hodnoty: 1 nebo 0) Použití: 1 - při přeletech, 0 při svahovačkách1 +Výška - Parameter name
-
... ... @@ -1,1 +1,1 @@ 1 - shadow1 +height
- XWiki.WikiMacroParameterClass[3]
-
- Parameter default value
-
... ... @@ -1,0 +1,1 @@ 1 +0 - Parameter description
-
... ... @@ -1,0 +1,1 @@ 1 +časové značka, kde bude padáček a focus. Číslo. - Parameter mandatory
-
... ... @@ -1,0 +1,1 @@ 1 +Ne - Parameter name
-
... ... @@ -1,0 +1,1 @@ 1 +time - Parameter type
-
... ... @@ -1,0 +1,1 @@ 1 +java.lang.number