All public logs
From Zoophilia Wiki
Jump to navigationJump to search
Combined display of all available logs of Zoophilia Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:46, 1 September 2020 DogMike talk contribs created page Module:Lang/utilities/doc (Created page with "{{Lua|Module:Arguments|Module:No globals|Module:Lang|Module:Lang/ISO 639 synonyms}} This module implements templates that rely on Module:Lang but are properly not part of...")
- 20:46, 1 September 2020 DogMike talk contribs created page Module:Lang/utilities (Created page with "require ('Module:No globals'); --[[--------------------------< I N _ L A N G >---------------------------------------------------------------- implements {{in lang}} Module...")
- 20:45, 1 September 2020 DogMike talk contribs created page Module:Icon/data/doc (Created page with "{{Module rating|protected}} This module stores icon data for Module:Icon. == Adding icons == To add a new icon, add a table in the following format: <syntaxhighlight la...")
- 20:44, 1 September 2020 DogMike talk contribs created page Module:Icon/data (Created page with "-- This module stores icon data for Module:Icon. -------------------------------------------------------------------------------- -- Icon data ---------------------------...")
- 20:44, 1 September 2020 DogMike talk contribs created page Module:Icon/doc (Created page with "This module displays an icon depending on the code it is given. It implements Template:Icon. {{High-risk| approximately 313000 }} {{Module rating|protected}} == Usage == =...")
- 20:44, 1 September 2020 DogMike talk contribs created page Module:Icon (Created page with "-- This module implements Template:Icon. local data = mw.loadData('Module:Icon/data') local p = {} function p._main(args) local code = args.class or args[1] local ico...")
- 20:42, 1 September 2020 DogMike talk contribs created page Module:Navbar/doc (Created page with "{{High-use|13600000|all-pages = yes}} {{used in system}} {{module rating|protected}} This is a Lua implementation of {{tl|Navbar}}. It is used in Module:Navbox.")
- 20:42, 1 September 2020 DogMike talk contribs created page Module:Navbar (Created page with "local p = {} local getArgs local ul function p.addItem (mini, full, link, descrip, args, url) local l if url then l = {'[', '', ']'} else l = {'', ''} end...")
- 20:42, 1 September 2020 DogMike talk contribs created page Module:Navbox/doc (Created page with "{{#ifeq:{{FULLPAGENAME}}|Module:Navbox|{{High-use|3691969}}}} {{module rating|protected}} {{Lua|Module:Navbar|Module:Color contrast|Module:Arguments}} {{Lua sidebar}} This mo...")
- 20:41, 1 September 2020 DogMike talk contribs created page Module:Navbox (Created page with "-- -- This module implements {{Navbox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args local border local li...")
- 20:39, 1 September 2020 DogMike talk contribs created page Module:Message box/configuration/doc (Created page with "{{high-use|6585462}} {{Used in system}} {{Module rating|protected}}")
- 20:39, 1 September 2020 DogMike talk contribs created page Module:Message box/configuration (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- --...")
- 20:38, 1 September 2020 DogMike talk contribs created page Module:Message box/doc (Created page with "{{High-use|6,323,224+|all-pages = yes}} {{Used in system}} {{module rating|p}} This is a meta-module that implements the message box templates {{tl|mbox}}, {{tl|ambox}}, {{tl...")
- 20:38, 1 September 2020 DogMike talk contribs created page Module:Message box (Created page with "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary mo...")
- 20:38, 1 September 2020 DogMike talk contribs created page Module:List/doc (Created page with "{{module rating|beta}} {{high-risk| 837360 |all-pages = yes}} {{module rating|protected}} This module outputs various kinds of lists. At present, it supports bulleted lists,...")
- 20:37, 1 September 2020 DogMike talk contribs created page Module:List (Created page with "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = requ...")
- 20:37, 1 September 2020 DogMike talk contribs created page Module:Lua banner/doc (Created page with "{{high use}} This module implements the {{tl|lua}} template. == Usage from wikitext == This module cannot be used directly from wikitext. It can only be used through the {{t...")
- 20:37, 1 September 2020 DogMike talk contribs created page Module:Lua banner (Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') loc...")
- 20:30, 1 September 2020 DogMike talk contribs created page Module:ResolveEntityId/doc (Created page with "{{Module rating |beta}} {{High-risk|~1200000}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata)...")
- 20:30, 1 September 2020 DogMike talk contribs created page Module:ResolveEntityId (Created page with "local p = {} function p._entityid(_,id,alt) -- backwards compatibility for deprecated _entityid function return p._id(id,alt) end function p._id(id,alt) if type(id) == 's...")
- 20:26, 1 September 2020 DogMike talk contribs created page Module:Documentation/doc (Created page with "{{High-risk| 105997 }} {{Module rating|protected}} This module displays a blue box containing documentation for templates, Lua modules, or other...")
- 20:26, 1 September 2020 DogMike talk contribs created page Module:Documentation (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') --...")
- 20:04, 1 September 2020 DogMike talk contribs created page Module:Namespace detect/doc (Created page with "{{High-risk|2=yes|all-pages=yes}} {{Used in system}} {{Module rating|protected}} This module allows you to output different text depending on the namespace t...")
- 20:04, 1 September 2020 DogMike talk contribs created page Module:Namespace detect (Created page with "--[[ -------------------------------------------------------------------------------- -- -- --...")
- 20:02, 1 September 2020 DogMike talk contribs created page Module:Pp-move-indef/doc (Created page with "{{Module rating|protected}} This module implements {{tl|pp-move-indef}}. It is a protection template, but has no visible output, unlike other protection templates which output...")
- 20:02, 1 September 2020 DogMike talk contribs created page Module:Pp-move-indef (Created page with "-- This module implements Template:Pp-move-indef. local p = {} function p.main(title) if type(title) == 'string' then title = mw.title.new(title) elseif type(title)...")
- 20:02, 1 September 2020 DogMike talk contribs created page Module:Pagetype/config/doc (Created page with "{{module rating|protected}} {{high use|9313614}} {{used in system|in MediaWiki:Templatesandbox-editform-legend}} This module provides configuration data for Module:Paget...")
- 20:01, 1 September 2020 DogMike talk contribs created page Module:Pagetype/config (Created page with "-------------------------------------------------------------------------------- -- Module:Pagetype configuration data -- -- This page...")
- 20:01, 1 September 2020 DogMike talk contribs created page Module:Pagetype/doc (Created page with "{{high-risk|all-pages=yes}} {{used in system|in MediaWiki:Templatesandbox-editform-legend}} {{module rating|protected}} {{Lua|Module:Arguments|Module:Namespace detect|Modu...")
- 20:01, 1 September 2020 DogMike talk contribs created page Module:Pagetype (Created page with "-------------------------------------------------------------------------------- -- -- --...")
- 19:58, 1 September 2020 DogMike talk contribs created page Category:Pages with script errors (Created page with "{{Commons category|Pages with script errors}} {{polluted category}} {{hidden category}} {{empty category}} These are pages with errors in the [[Wikipedia:Lua in Wikipedia|Lua]...")
- 19:53, 1 September 2020 DogMike talk contribs created page Historical and cultural perspectives on zoophilia (Redirected page to History of zoophilia) Tag: New redirect
- 19:51, 1 September 2020 DogMike talk contribs created page Module:Hatnote list/doc (Created page with "<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{high-risk| 705000+ }} {{used in system|in...")
- 19:51, 1 September 2020 DogMike talk contribs created page Module:Hatnote list (Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote list -- --...")
- 19:50, 1 September 2020 DogMike talk contribs created page Module:Hatnote/doc (Created page with "{{high-risk|1316323+}} {{used in system|in MediaWiki:Wantedpages-summary}} {{module rating|protected}} This is a meta-module that provides various functions for making ...")
- 19:50, 1 September 2020 DogMike talk contribs created page Module:Hatnote (Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- --...")
- 19:49, 1 September 2020 DogMike talk contribs created page Module:Main/doc (Created page with "{{high-risk|228000+}} {{Module rating|protected}} This module produces a link to a main article or articles. It implements the {{tl|main}} template. Normally, it produces a l...")
- 19:49, 1 September 2020 DogMike talk contribs created page Module:Main (Created page with "--[[ -- This module produces a link to a main article or articles. It implements the -- template {{main}}. -- -- If the module is used in category or category talk space, it...")
- 19:47, 1 September 2020 DogMike talk contribs created page Module:TableTools/doc (Created page with "{{high-use|3,780,000|all-pages = yes}} {{module rating|protected}} {{used in system}} This module includes a number of functions for dealing with Lua tables. It is a meta-mod...")
- 19:47, 1 September 2020 DogMike talk contribs created page Module:TableTools (Created page with "--[[ ------------------------------------------------------------------------------------ -- TableTools --...")
- 19:44, 1 September 2020 DogMike talk contribs created page Module:Webarchive/data/doc (Created page with "Implements {{tl|webarchive}}")
- 19:43, 1 September 2020 DogMike talk contribs created page Module:Webarchive/data (Created page with "--[[--------------------------< C O N F I G U R A T I O N >---------------------------------------------------- global configuration settings ]] local config = { maxurls =...")
- 19:41, 1 September 2020 DogMike talk contribs created page Module:Webarchive/doc (Created page with "{{#ifeq:{{SUBPAGENAME}}|sandbox|| {{Module rating |release<!-- Values: pre-alpha • alpha • beta • release • protected -- If a rating not needed/relevant, delete thi...")
- 19:40, 1 September 2020 DogMike talk contribs created page Module:Webarchive (Created page with "--[[ ---------------------------------- Lua module implementing the {{webarchive}} template. A merger of the functionality of three templates: {{wayback}}, {{webcite}} and...")
- 03:58, 1 September 2020 DogMike talk contribs created page Module:No globals/doc (Created page with "{{high-use|13,053,000+|all-pages = yes}} {{used in system}} {{module rating|protected}} <!-- Template categories go at the bottom of this page. --> This module causes an erro...")
- 03:58, 1 September 2020 DogMike talk contribs created page Module:No globals (Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newi...")
- 03:51, 1 September 2020 DogMike talk contribs created page Module:Delink/doc (Created page with "{{module rating|protected}} {{High-use|800,000+|all-pages = yes}} This module implements the {{tl|delink}} template. Please see the template page for documentation. <include...")
- 03:51, 1 September 2020 DogMike talk contribs created page Module:Delink (Created page with "-- This module de-links most wikitext. require('Module:No globals') local p = {} local getArgs local function delinkReversePipeTrick(s) if s:match("^%[%[|.*[|\n]") the...")
- 03:49, 1 September 2020 DogMike talk contribs created page Module:Namespace detect/config/doc (Created page with "{{module rating|protected}} {{high risk|all-pages=yes}} {{used in system}} This module provides configuration data for Module:Namespace detect. To change the data, please...")
- 03:49, 1 September 2020 DogMike talk contribs created page Module:Namespace detect/config (Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- --...")