Reference »

Alternate Recent Changes Example

CSS:

#recent-changes-table td:not(:last-of-type) { white-space: nowrap; }
#recent-changes-table td:last-of-type { overflow-wrap: break-word; }

Markup:

>>comment<<
[[#recentchanges]]
(:template defaults trail=Site.AllRecentChanges:)
(:template first:)
||id='recent-changes-table'
||!Page ||! Time||!By ||!Change ||
(:template each:)
||''[[{=$FullName} | {=$Groupspaced}.{=$Namespaced}]]'' || [[{=$FullName}?action=diff | {=$LastModified}]]||(:if !equal {=$LastModifiedBy}:)[[~{=$LastModifiedBy}]](:ifend:) ||[(:if false:)(:ifend:)={=$LastModifiedSummary}=] ||
[[#recentchangesend]]
>><<

(:pagelist fmt=#recentchanges:)