All public logs

From BoyWiki

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

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 22:52, 23 February 2022 Etenne talk contribs created page Module:Infobox (Created page with "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local function fixChildBoxes(sval, tt) local function notempty( s ) return s and s:match( '%S' ) end if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval -- start moving templatestyles and categories inside of table rows...")
  • 22:27, 23 February 2022 Etenne talk contribs created page Module:Color contrast/colors (Created page with "return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.098224287876511...")
  • 22:26, 23 February 2022 Etenne talk contribs created page Module:Color contrast (Created page with "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.2126 *...")
  • 22:19, 23 February 2022 Etenne talk contribs created page Template:Note2 (Created page with "16px|link=|alt= '''{{ucfirst:{{{1|Note:}}}}}'''<!--template:A note--><noinclude> {{documentation}}</noinclude>")
  • 22:16, 23 February 2022 Etenne talk contribs created page Template:Wrapper template (Created page with "{{mbox | type = style | image = 40x40px|alt=|link= | text = '''This template is a customized wrapper for {{tl|{{{1}}}}}'''. Any field from {{tl|{{{1}}}}} can work so long as it is added to this template first. Questions? Just ask here or over at [[Template talk:{{{1}}}]].}} <includeonly>{{#ifeq: {{PAGENAME}} | {{BASEPAGENAME}} | {{#ifexist:Category:Templates calling {{{1}}}|Category:Templates calling {{{...")
  • 22:16, 23 February 2022 Etenne talk contribs created page Template:Ombox (Created page with "{{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 22:13, 23 February 2022 Etenne talk contribs created page Template:Namespace detect (Created page with "{{SAFESUBST:<noinclude />#invoke:Namespace detect|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 22:13, 23 February 2022 Etenne talk contribs created page Module:Namespace detect/config (Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --...")
  • 22:12, 23 February 2022 Etenne talk contribs created page Module:Namespace detect/data (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function...")
  • 22:11, 23 February 2022 Etenne talk contribs created page Module:Namespace detect (Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are...")
  • 22:05, 23 February 2022 Etenne talk contribs created page Template:Instruction editnotice (Created page with "{{#invoke:Template wrapper|wrap|_include-positional=yes|_template=Editnotice|expiry={{{expiry|indefinite}}}|header={{{header|Instructions}}}|headerstyle={{{headerstyle|font-size:150%;}}}|image={{{image|Crystal128-kig.svg{{!}}link={{!}}alt=}}}|style={{{style|background-color: #eaf8f4; border: 2px solid #008560;}}}}}<noinclude>{{documentation|content= This template should be used for editnotices that provide instruction on how to edit a page. {{wrapper t...")
  • 22:03, 23 February 2022 Etenne talk contribs created page Module:Template wrapper (Created page with "require('Module:No globals'); local error_msg = '<span style=\"font-size:100%\" class=\"error\"><code style=\"color:inherit; border:inherit; padding:inherit;\">|_template=</code> missing or empty</span>'; --[[--------------------------< I S _ I N _ T A B L E >-------------------------------------------------------- scan through tbl looking for value; return true if found, false else ]] local function is_in_table (tbl, value) for k, v in pairs (tbl) do...")
  • 22:00, 23 February 2022 Etenne talk contribs created page Template:Tlg (Created page with "<onlyinclude>{{<includeonly>safesubst:</includeonly>#invoke:Template link general|main}}</onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->")
  • 22:00, 23 February 2022 Etenne talk contribs created page Module:Template link general (Created page with "-- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function trimTemplate(...")
  • 21:58, 23 February 2022 Etenne talk contribs created page Template:Tlb (Created page with "<includeonly>{{Tlg|bold=yes|subst={{{subst|}}}|LANG={{{LANG|}}}|SISTER={{{SISTER|}}}|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}|{{{8|}}}|{{{9|}}}|{{{10|}}}|{{{11|}}}|{{{12|}}}}}</includeonly><noinclude> ==Explanation== This template is a copy of {{tl|tlxb}} except that it uses normal text instead of non-proportional, monospaced text: {| class="wikitable" ! Code ! Result ! Remark |- | <code><nowiki>{{tlb|Template name}}</nowiki></code> | {{tlb|Templat...")
  • 21:54, 23 February 2022 Etenne talk contribs created page Module:Hatnote (Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules....")
  • 21:53, 23 February 2022 Etenne talk contribs created page Template:Hatnote (Created page with "<includeonly>{{#invoke:Hatnote|hatnote}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
  • 21:50, 23 February 2022 Etenne talk contribs created page Template:FULLROOTPAGENAME (Created page with "{{ safesubst:<noinclude/>#if: {{ safesubst:<noinclude/>Ns has subpages | {{ safesubst:<noinclude/>#if:{{{1|}}}|{{ safesubst:<noinclude/>NAMESPACE:{{{1}}}}}|{{ safesubst:<noinclude/>NAMESPACE}}}} }} | {{ safesubst:<noinclude/>#titleparts:{{ safesubst:<noinclude/>#if:{{{1|}}}|{{{1}}}|{{ safesubst:<noinclude/>FULLPAGENAME}}}}|1}} | {{ safesubst:<noinclude/>#if:{{{1|}}}|{{{1}}}|{{ safesubst:<noinclude/>FULLPAGENAME}}}} }}<noinclude> {{documentation}} </noinclude>")
  • 21:50, 23 February 2022 Etenne talk contribs created page Template:Ns has subpages (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:Ns has subpages|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
  • 21:50, 23 February 2022 Etenne talk contribs created page Module:Ns has subpages (Created page with "-- This module implements Template:Ns has subpages. -- While the template is fairly simple, this information is made available to -- Lua directly, so using a module means that we don't have to update the -- template as new namespaces are added. local p = {} function p._main(ns, frame) -- Get the current namespace if we were not passed one. if not ns then ns = mw.title.getCurrentTitle().namespace end -- Look up the namespace table from mw.site.namespaces. Thi...")
  • 21:47, 23 February 2022 Etenne talk contribs created page Template:Collapsible option (Created page with "'''{{big|Initial visibility:}}''' currently defaults to '''{{big|{{#switch:{{{default|}}}|collapsed=collapsed|expanded=expanded|autocollapse|#default=autocollapse}}}}''' To set this template's initial visibility, the {{para|{{{parameter_name|state}}}}} parameter may be used: <ul> <li>{{para|{{{parameter_name|state}}}|collapsed}}: <code><nowiki>{{</nowiki><includeonly>{{</includeonly>{{#if:{{{nobase|}}}| |BASE}}PAGENAME<includeonly>}}</includ...")
  • 21:46, 23 February 2022 Etenne talk contribs created page Template:Template other (Created page with "<span style="font-size: 120%;">{{{1}}}</span><noinclude> {{Documentation}} <!-- Please add categories to the /doc subpage; interwikis go to Wikidata, thank you. --> </noinclude>")
  • 21:44, 23 February 2022 Etenne talk contribs created page Template:Big (Created page with "<span style="font-size: 120%;">{{{1}}}</span><noinclude> {{Documentation}} <!-- Please add categories to the /doc subpage; interwikis go to Wikidata, thank you. --> </noinclude>")
  • 21:41, 23 February 2022 Etenne talk contribs created page Module:InfoboxImage (Created page with "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if th...")
  • 21:39, 23 February 2022 Etenne talk contribs created page Template:Fmbox/doc (Created page with "{{Documentation subpage}} {{for|the message box for File: pages|Template:imbox}} {{Used in system |in many system messages}} {{Lua|Module:Message box}} <!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --> {{Mbox templates (small)}} This is the {{tl|Fmbox}} (['''F''']ooter and header ['''m''']essage ['''box''']) template. It can be used to build message boxes for system messages such as MediaWiki:Sp-contributions-footer-anon. It can also be used...")
  • 21:37, 23 February 2022 Etenne talk contribs created page Module:Message box/configuration (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...")
  • 21:35, 23 February 2022 Etenne talk contribs created page Module:Yesno (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...")
  • 21:35, 23 February 2022 Etenne talk contribs created page Template:Fmbox (Created page with "{{#invoke:Message box|fmbox}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
  • 21:33, 23 February 2022 Etenne 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.__newindex(t, k, v) if k ~= 'arg' then error('Tried to write global ' .. tostring(k), 2) end rawset(t, k, v) end setmetatable(_G, mt)")
  • 21:32, 23 February 2022 Etenne 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 modules. require('Module:No globals') local getArgs local yesno = require('Module:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox'...")
  • 21:29, 23 February 2022 Etenne talk contribs created page Template:Editnotice/doc (Created page with "===Syntax=== <pre style="overflow: auto"> {{editnotice | expiry = | id = | header = | headerstyle = | text = | textstyle = | image = | imagesize = | style = | class = }} </pre> '''''Note''': All parameters are optional, except for <code>text</code>.'' == Parameters == * {{para|expiry|expiry date}} * {{para|id|optional HTML id}} * {{para|header|header text}} * {{para|headerstyle|CSS for header style}} * {{para|text|body text}} * {{para|textstyle|CSS for text style}} *...")
  • 21:27, 23 February 2022 Etenne talk contribs created page Template:Editnotice (Created page with "{{#ifeq:{{FULLROOTPAGENAME}}|Template:Editnotices |{{Editnotice/notice |expiry={{{expiry|¬}}} |redirect={{{redirect|}}} }} }}{{#ifexpr:{{#ifeq:{{FULLROOTPAGENAME}}|Template:Editnotices |1 |0 }}+{{#switch:{{{expiry|¬}}} |indefinite = 1 | |¬ = 1 <!-- Expiry not specified --> |#default = {{#iferror:{{#time:U|{{{expiry}}}}} |0 <!-- Invalid expiry time --> |{{#ifexpr:{{#time:U|{{{expiry}}}}}-{{#time:U|{{CURRENTTIMESTAMP}}}}>0 |1 <!--...")
  • 21:10, 23 February 2022 Etenne talk contribs created page User talk:Camdogs12 (Welcome!)
  • 21:10, 23 February 2022 User account Camdogs12 talk contribs was created by Etenne talk contribs and password was sent by email
  • 02:36, 15 February 2022 Etenne talk contribs created page BoyWiki:Februaryimage/File:Valentine.jpg (Created page with "<center><font size="+2">'''Happy Valentine's Day'''</center></font>")
  • 16:56, 14 February 2022 Etenne talk contribs moved page Greek Love Through the Ages (Website) to Greek Love Through the Ages (website)
  • 20:47, 13 February 2022 Etenne talk contribs moved page Greek Love Through the Ages to Greek Love Through the Ages (Website)
  • 20:09, 13 February 2022 Etenne talk contribs created page Greek Love Through the Ages (Created page with "'''Greek Love Through the Ages''' ==See also== ==References== {{reflist}} ==External links== [https://www.greek-love.com/ Greek Love Through the Ages (Website)]")
  • 16:16, 5 February 2022 Etenne talk contribs moved page The child's champion by Walt Whitman to The Child's Champion by Walt Whitman without leaving a redirect
  • 16:10, 5 February 2022 Etenne talk contribs created page The child's champion by Walt Whitman (Created page with "{{box1 start}} <center>'''The child's champion by Walt Whitman'''</center> <br> JUST after sunset one evening in summer—that pleasant hour when the air is balmy, the light loses its glare, and all around is imbued with soothing quiet—on the door-step of a house there sat an elderly woman waiting the arrival of her son. The house was in a straggling village some fifty miles from the great city, whose spires and ceaseless clang rise up, where the Hudson pours forth it...")
  • 02:02, 5 February 2022 Etenne talk contribs protected Furries are not Boylovers [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 19:44, 4 February 2022 Etenne talk contribs created page Furries are not Boylovers (Created page with "{{Box1 start}} {{News header}} <Center> <font size="+2">Furries are not Boylovers</font><br>30 px by Staff Writer - February, 2022 </center> <br> 400px|center *Furries are not boylovers but apparently some boylovers are furries. {{Boxes end}} Category:Boylove News Articles/miscellaneous Category:News articles by Etenne")
  • 00:40, 4 February 2022 Etenne talk contribs deleted page Sexual intercourse (dictionary) (content was: "{{Info box/dictionary|name=Sexual intercourse |pos= ''n'' (noun) |1=heterosexual intercourse involving penetration of the vagina by the penis : coitus |2= intercourse (as anal or oral intercourse) that does not involve penetration of the vagina by the penis }} ==See also== *Sodomy *Sexual activity *Coitus *Interfemoral intercourse (dictionary) *Fellatio (dictionary) *Have sex (dictionary) *Outercourse Category:Erotic practice Category:Sexual...")
  • 22:39, 30 January 2022 Etenne talk contribs created page Incel (Redirected page to Incel (dictionary)) Tag: New redirect
  • 22:30, 30 January 2022 Etenne talk contribs created page Incel (dictionary) (Created page with "{{Info box/dictionary |pos= ''n'' |1= a member of an online community who consider themselves unable to a romantic or sexual partner despite desiring one, typically associated with views that are hostile toward women and men who are sexually active. |2= a person who regards himself or herself as being involuntarily celibate and typically expresses extreme resentment and hostility toward those who are sexually active }} Category:Dictionary")
  • 16:09, 30 January 2022 Etenne talk contribs created page Portal:Boylove News Channel/Boys (Created page with "{| id=portal cellspacing="0" cellpadding="0" width=100% style="border:1px solid #B8C7D9; padding:0px;" |- | center|400 px|link=Portal:Boylove News Channel |- | valign="top" style="padding:0px 4px 0px 4px; background:#F5FAFF;" | {{News header}} <div> {|style="width:100%;" |style="width:49%; padding:0px;vertical-align:top;|{{Template:News/Boys in the news}} |style="width:49%;padding:0px;vertical-align:top;|{{Template:News/Crimes against Boys}} |} </div...")
  • 16:16, 18 January 2022 Etenne talk contribs created page Newgon.net (Redirected page to Newgon) Tag: New redirect
  • 15:40, 18 January 2022 Etenne talk contribs created page Blsafety.net (disambiguation) (Created page with "'''Blsafety.net''' can refer to: *BLSafetyNet Message board from December 21, 2002 to January 16, 2004 *Blsafety.net (2018) Information site on boylover security and privacy practices. <div class="notice metadata" id="disambig">''This is a disambiguation page: a list of articles associated with the same title. If an [[Special:Whatlinkshere/{{NAMESPACE}}:{{PAGENAME}}|internal link]] referred you to this page, you may wish to change the link to point directly...")
  • 15:22, 18 January 2022 Etenne talk contribs created page Blsafety.net (2018) (Created page with "'''blsafety.net''' was revived with a different mission in 2018 and is now is a site oriented towards providing advice for boylovers seeking better security and privacy practices whilst abiding by laws of their local jurisdictions. There are very few places where boylovers can find lots of advice tailored to these subjects, too. ==References== {{reflist}} ==See also== *BLSafetyNet ==External links== Site is currently being hosted by boylandonline: [htt...")
  • 15:04, 18 January 2022 Etenne talk contribs created page Newgon.com (Redirected page to Newgon) Tag: New redirect
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)