User contributions for Etenne
From BoyWiki
27 February 2022
- 21:2621:26, 27 February 2022 diff hist +178 Party for Neighbourly Love, Freedom, and Diversity No edit summary
- 21:2121:21, 27 February 2022 diff hist +185 Party for Neighbourly Love, Freedom, and Diversity No edit summary
- 21:2021:20, 27 February 2022 diff hist +64 N PNVD Etenne moved page PNVD to Party for Neighbourly Love, Freedom, and Diversity current Tag: New redirect
- 21:2021:20, 27 February 2022 diff hist 0 m Party for Neighbourly Love, Freedom, and Diversity Etenne moved page PNVD to Party for Neighbourly Love, Freedom, and Diversity
- 21:2021:20, 27 February 2022 diff hist 0 N Party for Neighbourly Love, Freedom, and Diversity Created blank page
- 16:2116:21, 27 February 2022 diff hist +6 Greek Love Through the Ages (website) No edit summary current
- 16:1516:15, 27 February 2022 diff hist +47 Greek Love Through the Ages (website) No edit summary
- 15:5915:59, 27 February 2022 diff hist +1 Vereniging MARTIJN No edit summary
26 February 2022
- 19:1619:16, 26 February 2022 diff hist +253 Nm User talk:Kristian Welcome! current
- 19:1319:13, 26 February 2022 diff hist −1,001 Template:News/Recently added No edit summary
- 19:0219:02, 26 February 2022 diff hist +696 Template:News/Crimes against Boys No edit summary
- 19:0119:01, 26 February 2022 diff hist +696 Template:News/Recently added No edit summary
24 February 2022
- 20:3920:39, 24 February 2022 diff hist +921 N Module:Navbar/testcases Created page with "--Quick and few tests of using the _navbar function directly, as they won't be caught in tests of {{navbar}} local p = {} local n = require('Module:Navbar') local ns = require('Module:Navbar/sandbox') require('Module:No globals') --make sure no globals function p.main() local out = {} for i = 1,2 do local k = {'yes', nil} table.insert(out, { n._navbar({collapsible = k[i], template = 'V/doc'}), ns._navbar({collapsible = k[i], template = 'V/doc'}), '<br/>----..." current
- 20:3720:37, 24 February 2022 diff hist −17 Module:Navbar/styles.css/doc No edit summary current
- 20:2720:27, 24 February 2022 diff hist +795 N Module:Navbar/styles.css/doc Created page with "= Module Quality == <!-- {| class=wikitable | [[Module:{{ROOTPAGENAME}}]] | {{#invoke:{{ROOTPAGENAME}}/testcases|run|displayMode=short}} |- | [[Module:{{ROOTPAGENAME}}/sandbox]] | {{#invoke:{{ROOTPAGENAME}}/testcases|run||displayMode=short|module={{ROOTPAGENAME}}/sandbox}} |} --> * See [[Module:{{ROOTPAGENAME}}/testcases|test cases]] * <span class="plainlinks">[{{fullurl:Special:ComparePages|page1={{urlencode:{{urlencode:Module:{{ROOTPAGENAME}}|WIKI}}|QUERY}}}}&page2={{u..."
- 20:2320:23, 24 February 2022 diff hist 0 N Module:Navbar/styles.css Created blank page
- 20:1820:18, 24 February 2022 diff hist −29 Template:Navbox No edit summary current
- 17:0917:09, 24 February 2022 diff hist +478 Template:From the Gay Community/Transgender No edit summary
- 17:0917:09, 24 February 2022 diff hist +478 Template:News/Recently added No edit summary
- 01:1901:19, 24 February 2022 diff hist −3,872 Template:Infobox film No edit summary Tag: Manual revert
- 01:1501:15, 24 February 2022 diff hist +3,872 Template:Infobox film No edit summary Tag: Reverted
- 01:1401:14, 24 February 2022 diff hist +184 N Template:Str left Created page with "<includeonly>{{safesubst:padleft:|{{{2|1}}}|{{{1}}}}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 01:1301:13, 24 February 2022 diff hist +141 N Template:PAGENAMEBASE Created page with "{{{{{|safesubst:}}}#Invoke:String|replace|{{{1|{{{{{|safesubst:}}}PAGENAME}}}}}|%s+%b()$||1|false}}<noinclude> {{documentation}} </noinclude>" current
- 01:1301:13, 24 February 2022 diff hist +18,033 N Module:String Created page with "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error c..." current
- 01:1101:11, 24 February 2022 diff hist +422 N Template:Main other Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:0}} | main | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}} }}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>" current
- 01:1001:10, 24 February 2022 diff hist +842 N Module:If preview/configuration Created page with "--We perform the actual check for whether this is a preview here since preprocessing is relatively expensive. local frame = mw.getCurrentFrame() local function is_preview() local revision_id = frame:preprocess('{{REVISIONID}}') -- {{REVISIONID}} is usually the empty string when previewed. -- I don't know why we're checking for nil but hey, maybe someday things -- would have broken return revision_id == nil or revision_id == '' end local function templatestyl..." current
- 01:0801:08, 24 February 2022 diff hist +1,453 N Module:If preview Created page with "local p = {} local cfg = mw.loadData('Module:If preview/configuration') --main This function returns either the first argument or second argument passed to this module, depending on whether the page is being previewed. function p.main(frame) if cfg.preview then return frame.args[1] or '' else return frame.args[2] or '' end end --[[ pmain This function returns either the first argument or second argument passed to this module's parent (i.e. template usi..." current
- 01:0701:07, 24 February 2022 diff hist +102 N Template:If empty Created page with "{{<includeonly>safesubst:</includeonly>#invoke:If empty|main}}<noinclude>{{Documentation}}</noinclude>" current
- 01:0601:06, 24 February 2022 diff hist +1,018 N Module:If empty Created page with "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) -- For backwards compatibility reasons, the first 8 parameters can be unset instead of being blank, -- even though there's really no legitimate use case for this. At some point, this will be removed. local lowestNil = math.huge for i = 8,1,-1 do if args[i] == nil then args[i] = '' lowestNil = i end end for..." current
- 01:0501:05, 24 February 2022 diff hist +3,312 N Module:Check for unknown parameters Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the original wikitext..." current
23 February 2022
- 22:5822:58, 23 February 2022 diff hist −1,688 Module:Navbar No edit summary current
- 22:5322:53, 23 February 2022 diff hist −1,257 Template:Infobox No edit summary current
- 22:5222:52, 23 February 2022 diff hist +18,846 N 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:2722:27, 23 February 2022 diff hist +6,119 N 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..." current
- 22:2622:26, 23 February 2022 diff hist +6,971 N 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 *..." current
- 22:1922:19, 23 February 2022 diff hist +145 N Template:Note2 Created page with "16px|link=|alt= '''{{ucfirst:{{{1|Note:}}}}}'''<!--template:A note--><noinclude> {{documentation}}</noinclude>" current
- 22:1622:16, 23 February 2022 diff hist +573 N 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 {{{..." current
- 22:1622:16, 23 February 2022 diff hist +146 N Template:Ombox Created page with "{{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 22:1322:13, 23 February 2022 diff hist +173 N 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>" current
- 22:1322:13, 23 February 2022 diff hist +3,545 N 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. -- --..." current
- 22:1222:12, 23 February 2022 diff hist +2,569 N 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..." current
- 22:1122:11, 23 February 2022 diff hist +5,992 N 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..." current
- 22:0522:05, 23 February 2022 diff hist +1,868 N 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..." current
- 22:0322:03, 23 February 2022 diff hist +12,780 N 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..." current
- 22:0022:00, 23 February 2022 diff hist +202 N 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! -->" current
- 22:0022:00, 23 February 2022 diff hist +3,940 N 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(..." current
- 21:5821:58, 23 February 2022 diff hist +1,585 N 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..." current
- 21:5421:54, 23 February 2022 diff hist +5,146 N 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...." current
- 21:5321:53, 23 February 2022 diff hist +171 N Template:Hatnote Created page with "<includeonly>{{#invoke:Hatnote|hatnote}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 21:5021:50, 23 February 2022 diff hist +470 N 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>" current
