Modifiche per il documento TuCSoN4JADE
Dalla versione 2.1
modificato da Andrea Omicini
il 03/11/2021 23:01
il 03/11/2021 23:01
Cambia il commento:
Nessun commento per questa versione
Alla versione 1.1
modificato da Stefano Mariani
il 08/10/2020 00:49
il 08/10/2020 00:49
Cambia il commento:
Imported from XAR
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Autore del documento
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. AndreaOmicini1 +XWiki.SMariani - Content
-
... ... @@ -1,3 +1,7 @@ 1 +#includeMacros("Main.MacroSheet") 2 +#includeMacros("Publications.MacroSheet") 3 +#includeMacros("People.MacroSheet") 4 + 1 1 1 #tforj() Home 2 2 3 3 1.1 What is #tforj() ... ... @@ -35,3 +35,14 @@ 35 35 </ul> 36 36 </ul> 37 37 42 +---- 43 + 44 +1.1 News 45 + 46 +#includeMacros("Blog.CategoriesCode") 47 + 48 +#getEntriesForCategory("Blog.T4J" $entries $total) 49 +#displayBlog($entries 'category' true) 50 +## displayNavigationLinks requires a blog document, to determine how should the entries be split into pages. Return this 51 +## document, as the macro fallbacks to 'paginated' in case the right setting cannot be determined. 52 +#displayNavigationLinks($doc)