Main public logs
Combined display of all available logs of Xenharmonic Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:41, 17 October 2022 Plumtree talk contribs created page Module:Keyboard (Created page with "local p = {} function p.build(frame) local freqs_arg = frame.args[1] local freqs = {} for freq in freqs_arg:gmatch('%S+') do table.insert(freqs, tonumber(freq)) end...")