Combined display of all available logs of W.K.pedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:15, 25 June 2023 162.158.155.139 talk created page Template:Sclx (Created page with "<includeonly><!-- --><code><!-- --><nowiki>[[</nowiki>[[{{#ifexpr:{{#invoke:String|find|{{{1}}}|:}}||WP:}}{{uc:{{{1|}}}}}]]<nowiki>]]</nowiki><!-- --></code><!-- --></includeonly><noinclude> {{Documentation}}<!-- Add categories to the /doc sub-page --> </noinclude>")
- 09:14, 25 June 2023 162.158.155.139 talk created page Template:Module link lua (Created page with "[[{{#switch:{{{1}}} |bit32=mw:Extension:Scribunto/Lua reference manual#bit32 |libraryUtil=mw:Extension:Scribunto/Lua reference manual#libraryUtil |luabit.bit|luabit.hex=mw:Extension:Scribunto/Lua reference manual#luabit |strict=mw:Extension:Scribunto/Lua reference manual#strict |ustring=mw:Extension:Scribunto/Lua reference manual#ustring |{{{1|Module:Example}}} }}|{{#tag:syntaxhighlight|require('{{{1}}}')|lang=lua|inline=1}}]]<noinclude>{{documentation}}</noinclude>")
- 09:12, 25 June 2023 162.158.155.139 talk created page Module:Tfd links (Created page with "-- This module implements Template:Tfd links local p = {} local function urlencode(text) -- Return equivalent of {{urlencode:text}}. local function byte(char) return string.format('%%%02X', string.byte(char)) end return text:gsub('[^ %w%-._]', byte):gsub(' ', '+') end local function fullurllink(t, a, s) return '[https://en.wikipedia.org/w/index.php?title=' .. urlencode(t) .. '&' .. a .. ' ' .. s .. ']' end function p.main(frame) local args = frame:getParen...")