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
  • 11:20, 14 November 2021 GKFX talk contribs created page Module:Ustring/testcases (Created page with '-- Unit tests for Module:Ustring. Click talk page to run tests. local p = require('Module:UnitTests') -- Test sub function function p:test_sub() self:preprocess_equals('{{#invoke:ustring| sub | hello | 1 | 3 }}', ' he') self:preprocess_equals('{{#invoke:ustring| sub | s1 = hello | 1 | 3 }}', 'hel') end return p')