General Actions:
Log-in
Register
Wiki:
Main wiki
▼
:
Document Index
»
Space:
WikiCode
▼
:
Document Index
»
Page:
Macros
Search
en
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Main wiki
»
Wiki Manager
»
Space WikiCode
»
Macros
Wiki source code of
Macros
Last modified by
Administrator
on 2012/03/21 17:41
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Show line numbers
#macro(displaymodification $pagename $pagelink $date $formatDate $user $star) #if(!$formatDate) #set($formatDate = $msg.get("wikimanager.defaultdatetimeformat")) #end #if($formatDate == "wikimanager.defaultdatetimeformat") #set($formatDate = "yyyy MMMM dd 'at' HH:mm") #end #set($username = $xwiki.getUserName($user)) #if ($username == "XWikiGuest") #set($username = "Guest") #end #if($star)*#end [$pagename>$pagelink] $xwiki.formatDate($date, $formatDate) $username #end