How to list recent changes via wikitext template
Jump to navigation
Jump to search
{{Special:RecentChanges/10}}
Looks like this
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
16 May 2026
| N 22:57 | Blog: 2026-05-16 diffhist +454 Razzi talk contribs (Created page with "<pre> function display_bpm set -U beats (gdate +%s.%3N) $beats[1..3] if test (count $beats) -lt 4 return end set diffs \ (math $beats[1] - $beats[2]) \ (math $beats[2] - $beats[3]) \ (math $beats[3] - $beats[4]) set avg (math "($diffs[1] + $diffs[2] + $diffs[3]) / 3") set bps (math 1 / $avg) set bpm (math "$bps * 60") if test $bpm -gt 55 printf "%.0f " $bpm end end </pre>") | ||||