All public logs

Jump to navigation Jump to search

Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:24, 18 April 2022 Kazrok4545 talk contribs created page Module:Button 2 (Created page with "-- This module implements {{Кнопка 2}}. local yesno = require('Модуль:Yesno') local p = {} function p.main(frame) local args = require('Модуль:Arguments').getArgs(frame, { wrappers = 'Шаблон:Clickable button 2' }) return p.luaMain(args) end function p.luaMain(args) if not args[1] and not args.url then return '' end local data = p.makeLinkData(args) local link = p.renderLink(data) local trackingCategories = p.renderTrackingCategorie...")