Jump to content

Main public logs

This is a combined display of all logs except the patrol, review, tag and thanks logs:

Who performed the action – enter their name without prefix under "Performer".
The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
User logs
  • 00:20, 20 September 2024 Remsense talk contribs created page Module:Remsense/Unicode chart (Created page with 'require('strict') local p = {} local uData = require('Module:Unicode_data') function p.uChart(frame) -- load arguments module to simplify handling of args local getArgs = require('Module:Arguments').getArgs local args = getArgs(frame) return p._uChart(args) end function p.uChart(args) end')