Changes for page MentionsMacro

Last modified by Thomas Coelho (local) on 2023/11/03 15:26

From version 7.1
edited by Thomas Coelho
on 2023/07/26 11:05
Change comment: Migrated property [type] from class [XWiki.WikiMacroParameterClass]
To version 5.1
edited by Thomas Coelho (local)
on 2023/01/17 20:37
Change comment: Install extension [org.xwiki.platform:xwiki-platform-mentions-ui/14.10.3]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.thw
1 +XWiki.coelho
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -11,7 +11,7 @@
11 11  #end
12 12  #set ($link = $xwiki.getURL($reference.reference, 'view'))
13 13  {{html}}
14 -<a id="$escapetool.xml($anchor)" class="$stringtool.join($cssClasses, ' ')" data-reference="$escapetool.xml($services.model.serialize($reference.reference, 'default'))" href="$escapetool.xml($link)">##
14 +<a id="$escapetool.xml($anchor)" class="$stringtool.join($cssClasses, ' ')" data-reference="$escapetool.xml($services.model.serialize($reference.reference, 'default'))" href="$escapetool.xml($link)">
15 15   $escapetool.xml($content)## Do not remove this comment as it ensures that the spacing after mention is not broken.
16 16  </a>
17 17  {{/html}}