Změny dokumentu Macro - changedpages1 - forTest
Naposledy upravil David Brazda 28.04.2021 07:58
Popis verze:
Copied from xwiki:BackEnd.Macro - changedpages.WebHome
Přehled
-
Objects (1 změněno, 0 přidáno, 1 odstraněno)
Rozpis
- XWiki.AverageRatingsClass[0]
-
- Average Vote
-
... ... @@ -1,1 +1,0 @@ 1 -2.0 - Manager Identifier
-
... ... @@ -1,1 +1,0 @@ 1 -ratings - Number of Votes
-
... ... @@ -1,1 +1,0 @@ 1 -1 - Voted Entity Reference
-
... ... @@ -1,1 +1,0 @@ 1 -document:xwiki:BackEnd.Macro - changedpages - forTest.WebHome - Scale of votes
-
... ... @@ -1,1 +1,0 @@ 1 -5 - Date of last update
-
... ... @@ -1,1 +1,0 @@ 1 -2021-02-28 13:21:00.33
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -12,7 +12,7 @@ 12 12 #set ($parentDoc = $xwiki.getDocument($document.parent)) 13 13 ## nezobrazujeme skryte stranky a stranky na ktere zrovna jsme 14 14 #if ((!$document.isHidden()) && ($document != $doc)) 15 - * [[$document.getTitle()>>$document]] v sekci #if ($document.parent) [[$parentDoc.getTitle()>>$parentDoc]] reference $reference#end15 + * [[$document.getTitle()>>$document]] v sekci #if ($document.parent) [[$parentDoc.getTitle()>>$parentDoc]] #end 16 16 17 17 #end 18 18 #end