Jump to content

User contributions for 咽頭べさ

A user with 4,305 edits. Account created on 29 July 2020.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

11 September 2024

9 September 2024

  • 03:3903:39, 9 September 2024 diff hist +80,586 N Module:Wp/kac/Unicode data/categoryCreated page with "return { singles = { [0x00020] = "Zs", [0x00024] = "Sc", [0x00028] = "Ps", [0x00029] = "Pe", [0x0002A] = "Po", [0x0002B] = "Sm", [0x0002C] = "Po", [0x0002D] = "Pd", [0x0005B] = "Ps", [0x0005C] = "Po", [0x0005D] = "Pe", [0x0005E] = "Sk", [0x0005F] = "Pc", [0x00060] = "Sk", [0x0007B] = "Ps", [0x0007C] = "Sm", [0x0007D] = "Pe", [0x0007E] = "Sm", [0x000A0] = "Zs", [0x000A1] = "Po", [0x000A6] = "So", [0x000A7] = "Po", [0x000A8] =..." current
  • 03:3703:37, 9 September 2024 diff hist +9 User:咽頭べさ/NotepadNo edit summary current Tag: Visual edit: Switched
  • 02:2402:24, 9 September 2024 diff hist +2,565 N Module:Wp/kac/File linkCreated page with "-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Wp/kac/Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type er..." current

8 September 2024

  • 17:4117:41, 8 September 2024 diff hist +26,067 N Module:Wp/kac/Protection bannerCreated page with "-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('strict') local makeFileLink = require('Module:Wp/kac/File link')._main local effectiveProtectionLevel = require('Module:Wp/kac/Effective protection level')._main local effectiveProtectionExpiry = require('Module:Wp/kac/Effective protection expiry')._main local yesno = require('Module:Wp/kac/Yesno') -- La..." current
  • 17:3817:38, 8 September 2024 diff hist +215 N Template:Wp/kac/Pp-templateCreated page with "<includeonly>{{#invoke:Wp/kac/Protection banner|main}}</includeonly><noinclude> {{Wp/kac/Documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> {{INTERWIKI|Q5646673}} </noinclude>" current
  • 17:3617:36, 8 September 2024 diff hist +820 N Template:Wp/kac/Fossil range/markerCreated page with "<includeonly><onlyinclude>{{#ifexpr:{{{1}}}-{{{2}}}>5| <div style="position:absolute; height:8px; left:{{#expr:(650-{{{1}}})/650*220}}px; width:{{#expr:({{{1}}}-{{{2}}})*220/650}}px; background-color:#360; opacity:{{#if:{{{3|}}}|0.{{{3}}}|1}}; "><!--range-border--></div> {{#if:{{{3|}}}||<div style="position:absolute; height:6px; top:1px; left:{{#expr:((650-{{{1}}})/650*220)+1}}px; width:{{#expr:(({{{1}}}-{{{2}}})*220/650)-2}}px; background-color:#6c3;"><!--range-marker--..." current
  • 17:3417:34, 8 September 2024 diff hist +1,345 N Template:Wp/kac/Fossil rangeCreated page with "<includeonly><span class="noprint"><span style="display:inline-block;">{{{prefix|}}}</span><span style="display:inline-block;">{{{3|{{{text|{{{1}}}{{#if:{{{2|}}}|–{{{2|}}}}}{{#iferror:{{#expr:{{{1}}}}}|| Ma}}}}}}}}</span>{{{ref|{{{reference|{{{refs|{{{references|}}}}}}}}}}}} <span style="display:inline-block;">{{{PS|{{{ps|}}}}}}</span>{{Wp/kac/Phanerozoic 220px}}<!-- Fossil range marker --><div name=Range style="margin:0 auto; line-height:0; clear:..." current
  • 17:3317:33, 8 September 2024 diff hist +1,367 N Template:Wp/kac/Geological rangeCreated page with "<includeonly><span class="noprint"><span style="display:inline-block;">{{{prefix|}}}</span><span style="display:inline-block;">{{{3|{{{text|{{{1}}}{{#if:{{{2|}}}|–{{{2|}}}}}{{#iferror:{{#expr:{{{1}}}}}|| Ma}}}}}}}}</span>{{{ref|{{{reference|{{{refs|{{{references|}}}}}}}}}}}} <span style="display:inline-block;">{{{PS|{{{ps|}}}}}}</span>{{Wp/kac/Phanerozoic 220px}}<!-- Fossil range marker --><div name=Range style="margin:0 auto; line-height:0; clear:..." current
  • 17:3017:30, 8 September 2024 diff hist +575 N Template:Wp/kac/TaxonomyCreated page with "<includeonly>{{#if:{{{rank|}}}|<!-- Cell stating the rank: --> {{!}} {{Wp/kac/Anglicise rank|{{{rank|}}}}}:<!-- Cell stating the taxon's name, with authority: DO NOT USE named parameters in the call to replace as they will strip the trailing whitespace. --> {{!}} <div style="display:inline" class="{{lc:{{anglicise rank|{{{rank}}} }} }}">{{#invoke:Wp/kac/String|replace|{{{link}}}|. |. |count=1}}</div>{{#if:{{{auth|}}} |<br /><div style="font-size: 85%;">{{{auth}}}</..." current
  • 17:2417:24, 8 September 2024 diff hist +4,536 N Module:Wp/kac/Collapsible listCreated page with "local p = {} local function getListItem( data ) if not type( data ) == 'string' then return '' end return mw.ustring.format( '<li style="line-height: inherit; margin: 0">%s</li>', data ) end -- Returns an array containing the keys of all positional arguments -- that contain data (i.e. non-whitespace values). local function getArgNums( args ) local nums = {} for k, v in pairs( args ) do if type( k ) == 'number' and k >= 1..." current
  • 17:2317:23, 8 September 2024 diff hist +224 N Template:Wp/kac/Collapsible listCreated page with "{{<includeonly>safesubst:</includeonly>#invoke:Wp/kac/Collapsible list|main}}<noinclude> {{Wp/kac/Documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> {{INTERWIKI|Q5616440}} </noinclude>" current
  • 17:2117:21, 8 September 2024 diff hist +337 N Template:Wp/kac/Edit taxonomyCreated page with "<includeonly><span class='plainlinks taxobox-edit-taxonomy skin-invert' style='font-size:smaller; float:right; padding-right:0.4em; margin-left:-3em;'>15px|link=Template:Taxonomy/{{{1}}}|Edit this classification</span></includeonly><noinclude>{{Wp/kac/Documentation}}{{INTERWIKI|Q14440729}}</noinclude>" current
  • 17:1917:19, 8 September 2024 diff hist +8,948 N Module:Wp/kac/Italic titleCreated page with "-- This module implements {{italic title}}. require('strict') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg local yesno = require('Module:Wp/kac/Yesno') -------------------------------------------------------------------------------- -- ItalicTitle class -------------------------------------------------------------------------------- local ItalicTitle = {} do ---------..." current
  • 17:1717:17, 8 September 2024 diff hist −5 User:咽頭べさ/NotepadNo edit summary Tag: Visual edit: Switched
  • 17:1617:16, 8 September 2024 diff hist +214 N Template:Wp/kac/WebarchiveCreated page with "<includeonly>{{#invoke:Wp/kac/Webarchive|webarchive}}</includeonly><noinclude> {{Wp/kac/Documentation}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> {{INTERWIKI|Q27850769}} </noinclude>" current
  • 17:1417:14, 8 September 2024 diff hist +21,680 N Module:Wp/kac/Automated taxoboxCreated page with "require('strict') local TaxonItalics = require('Module:Wp/kac/TaxonItalics') local Autotaxobox = require('Module:Wp/kac/Autotaxobox') local ItalicTitle = require('Module:Wp/kac/Italic title') local p = {} -- functions made public local l = {} -- nonpublic internal functions and variables global to the module l.system = '' -- '' for normal scientific classification (default) -- 'ichnos' for trace fossil classification -- 'veterovata' for egg fo..." current
  • 17:1117:11, 8 September 2024 diff hist +574 N Template:Wp/kac/Taxonomy/CaesalpinioideaeCreated page with "<noinclude>{{Wp/kac/High-use}} </noinclude>{{Wp/kac/Don't edit this line {{{machine code|}}} |rank=subfamilia |link=Caesalpinioideae |parent=Fabaceae |always_display=yes |refs={{Wp/kac/Cite journal | author = The Legume Phylogeny Working Group (LPWG). | year = 2017 | title = A new subfamily classification of the Leguminosae based on a taxonomically comprehensive phylogeny | journal = Taxon | volume = 66 | issue = 1 | pages = 44–77 | url = http://www..." current
  • 17:1017:10, 8 September 2024 diff hist +475 N Template:Wp/kac/Taxonomy/Mimosoid cladeCreated page with "{{Wp/kac/Don't edit this line {{{machine code|}}} |rank=cladus |link=Mimosoideae|Mimosoid clade |parent=Caesalpinioideae |refs={{Wp/kac/Cite journal | author = The Legume Phylogeny Working Group (LPWG). | year = 2017 | title = A new subfamily classification of the Leguminosae based on a taxonomically comprehensive phylogeny | journal = Taxon | volume = 66 | issue = 1 | pages = 44–77 | doi = 10.12705/661.3| doi-access = free }} |always_display=yes }}" current
  • 17:0817:08, 8 September 2024 diff hist +163 N Template:Wp/kac/Cite journalCreated page with "<includeonly>{{#invoke:Wp/kac/Citation/CS1|citation |CitationClass=journal }}</includeonly><noinclude> {{Wp/kac/Documentation}} {{INTERWIKI|Q5624899}} </noinclude>" current
  • 17:0617:06, 8 September 2024 diff hist +492 N Template:Wp/kac/Taxobox/Error colourCreated page with "<includeonly>transparent; text-align:center; border: 2px solid red; error:colour</includeonly><noinclude><!-- -- The caller template must check invalid -- {{{colour}}} value to link Category:Taxoboxes with an invalid color because -- a wp:wikitable column format cannot contain a wikilinked page or category, -- as of September 2016. -- -- See check of {{{colour}}} in template {Taxobox/core}. -->{{Wp/kac/Documentation|Template:Taxobox colour/doc}}{{INTERWIKI|Q12167..." current
  • 17:0517:05, 8 September 2024 diff hist +3,951 N Template:Wp/kac/Anglicise rankCreated page with "<noinclude><!--Note that #titleparts: is used to replace underscores by spaces before other processing. --></noinclude><includeonly>{{#ifeq:{{Wp/kac/Str_left|{{lc:{{{1}}}}}|8}}|unranked|(unranked)|{{#switch:{{lc:{{#titleparts:{{{1}}}|1}} }}<!-- --Special cases, alphabetic order--> |alliance=''Alliance'' |basic shell type=''Basic shell type'' |branch=''Branch'' |clade|cladus=''Clade'' |form taxon=''Form taxon'' |grade|gradus=''Grade'' |informal|informal group=''Informal g..." current
  • 17:0317:03, 8 September 2024 diff hist +525 N Template:Wp/kac/Create taxonomyCreated page with "<includeonly> |- |{{#ifeq:{{#titleparts:{{PAGENAME}}||2}}|{{Wp/kac/UnstripNoWiki|{{{1}}}}}|You're currently creating:|<span style="color: Red;">{{{msg|Unrecognized taxon}}}</span> (<span class=plainlinks><!-- Link for manual creation, assisted by WP editintros: -->[{{Wp/kac/Create taxonomy/link|{{Wp/kac/UnstripNoWiki|{{{1}}}}}}} fix]</span>):}} |[[{{Wp/kac/UnstripNoWiki|{{{1}}}}}]]{{Wp/kac/Namespace detect|main= |template= |other=}} |- </includeonly><noinclude>{{Wp/kac..." current
  • 17:0117:01, 8 September 2024 diff hist +1 User:咽頭べさ/NotepadNo edit summary Tag: Visual edit: Switched
  • 17:0017:00, 8 September 2024 diff hist +487 N Template:Wp/kac/Taxonomy key/missing templateCreated page with "{{#ifexist:Template:Wp/kac/Taxonomy/{{{taxon|Acacia}}}||<p><span class="error">Error: missing taxonomy template.</span> Taxonomic information is missing for "{{{taxon}}}"{{#if:{{{msg|}}}|, {{{msg}}}}}. Is "{{{taxon}}}" spelt correctly? Is it the scientific name, not the English name? If so, "Template:Wp/kac/Taxonomy/{{{taxon}}}" needs to be created: [{{Wp/kac/Create taxonomy/link|{{{taxon}}} }} create page].</p>}}<noinclude>{{Wp/kac/Documentation}}{{INTERWIKI|Q28523242}}..." current
  • 16:5616:56, 8 September 2024 diff hist +165 N Template:Wp/kac/Template docCreated page with "{{#invoke:Wp/kac/Documentation|main|_content={{ {{#invoke:Wp/kac/Documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>" current
  • 16:5516:55, 8 September 2024 diff hist +906 N Template:Wp/kac/Taxobox colourCreated page with "<includeonly>{{#switch:{{lc:{{#invoke:Wp/kac/Autotaxobox|removeQualifier|{{Wp/kac/Delink|{{{1|}}}}} }} }} |animalia|animal = rgb(235,235,210) |archaea|nanoarchaeota|nanarchaeota|euryarchaeota|crenarchaeota|thaumarchaeota|korarchaeota = rgb(195,245,250) |archaeplastida|plantae|plant|viridiplantae = rgb(180,250,180) |bacteria|firmicutes|eubacteria = rgb(220,235,245) |eukaryota|eukarya|excavata|excavates|protista|protists|amoebozoa|opisthokonta|choanozoa = rgb(245,215,255)..." current
  • 16:5316:53, 8 September 2024 diff hist +2 User:咽頭べさ/NotepadNo edit summary Tag: Visual edit: Switched
  • 16:5216:52, 8 September 2024 diff hist +3,955 N Template:Wp/kac/Taxonomy keyCreated page with "<includeonly><noinclude><!-- ****** First show the RIGHT-HAND table, with the correct taxobox colour, showing parent taxa with "edit" links --></noinclude>{{#invoke:Wp/kac/Autotaxobox|taxonomyList|{{{taxon}}}}}<noinclude><!--Now check whether the parent taxonomy template or link target article need to be created; use #titleparts: to remove any #section part in the link target --></noinclude> {{#ifexist:Template:Wp/kac/Taxonomy/{{{parent|}}} |{{#if:{{{link_target|}}}|{{#..." current
  • 16:4716:47, 8 September 2024 diff hist −3 User:咽頭べさ/NotepadNo edit summary Tag: Visual edit: Switched
  • 16:4716:47, 8 September 2024 diff hist +878 N Template:Wp/kac/Don't edit this lineCreated page with "<noinclude><!-- This template should only be called by taxonomy template pages, where {{{machine code}}} is unspecified. Note that "link=A|B" in the taxonomy template is decomposed into "link_target=A" and "link_text=B", as B will be the only unnamed parameter. --></noinclude><includeonly>{{#invoke:Wp/kac/Autotaxobox|callTaxonomyKey|taxon={{#titleparts:{{PAGENAME}}||2}}|parent={{{parent|}}}|rank={{{rank|}}}|extinct={{{extinct|}}}|always_display={{{always_display|{{{alwa..." current
  • 16:4516:45, 8 September 2024 diff hist +432 N Template:Wp/kac/Taxonomy/AcaciaCreated page with "{{Wp/kac/Don't edit this line {{{machine code|}}} |rank=genus |link=Acacia |parent=Mimosoid clade |refs={{Wp/kac/Cite journal | author = The Legume Phylogeny Working Group (LPWG). | year = 2017 | title = A new subfamily classification of the Leguminosae based on a taxonomically comprehensive phylogeny | journal = Taxon | volume = 66 | issue = 1 | pages = 44–77 | doi = 10.12705/661.3| doi-access = free }} }}" current
  • 16:4316:43, 8 September 2024 diff hist +10,009 N Module:Wp/kac/TaxonItalicsCreated page with "--[[========================================================================= Italicize a taxon name appropriately by invoking italicizeTaxonName. The algorithm used is: * If the name has italic markup at the start or the end, do nothing. * Else * Remove (internal) italic markup. * If the name is made up of four words and the third word is a botanical connecting term, de-italicize the connecting term and add italic markup to the outside of the name. * Else..." current
  • 16:4216:42, 8 September 2024 diff hist +186 N Template:Wp/kac/Taxon infoCreated page with "{{#invoke:Wp/kac/Autotaxobox|taxonInfo|{{{1|<noinclude>Acacia</noinclude>}}}|{{{2|<noinclude>parent</noinclude>}}}}}<noinclude>{{Wp/kac/Documentation}}{{INTERWIKI|Q28522644}}</noinclude>" current
  • 16:4116:41, 8 September 2024 diff hist +322 N Template:Wp/kac/Speciesbox/nameCreated page with "<noinclude><!--Parameters: 1=name, 2=taxon, 3=genus, 4=species, 5=PAGENAMEBASE, 6=italic_title (obey no) --></noinclude><includeonly>{{#invoke:Wp/kac/Automated taxobox|speciesboxName|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}|{{{6|}}}}}</includeonly><noinclude>{{Wp/kac/Documentation}}{{INTERWIKI|Q28740772}}</noinclude>" current
  • 16:3916:39, 8 September 2024 diff hist +28,858 N Template:Wp/kac/Taxobox/speciesCreated page with "{{#if:{{{2|}}}| ! colspan = 2 {{!}} <div style = "text-align: center">Conservation status</div> {{!}}- {{!}} colspan = 2 {{!}} <div style = "text-align: center">{{#if:{{{1|}}}|{{#switch:{{{1}}}<!-- ************* * IUCN2.3 * ************* --> | iucn2.3 | IUCN2.3 = {{#switch:{{{2}}} | EX | ex = frameless|link=|alt=|class=skin-invert-image<br />Extinct{{#switch:{{{extinction_date|}}}|y|yes|true|=| ({{{extinction_da..." current
  • 16:3616:36, 8 September 2024 diff hist +6 User:咽頭べさ/NotepadNo edit summary Tag: Visual edit: Switched
  • 16:3316:33, 8 September 2024 diff hist +7 Module:Wp/kac/AutotaxoboxNo edit summary current
  • 16:3016:30, 8 September 2024 diff hist +84 Module:Wp/kac/AutotaxoboxNo edit summary
  • 16:2616:26, 8 September 2024 diff hist +21 Module:Wp/kac/AutotaxoboxNo edit summary
  • 16:2516:25, 8 September 2024 diff hist +49 Module:Wp/kac/AutotaxoboxNo edit summary
  • 16:2216:22, 8 September 2024 diff hist +37,453 N Module:Wp/kac/AutotaxoboxCreated page with "--[[************************************************************************* This module provides support to the automated taxobox system – the templates Automatic taxobox, Speciesbox, Subspeciesbox, Infraspeciesbox, etc. In particular it provides a way of traversing the taxonomic hierarchy encoded in taxonomy templates (templates with names of the form "Template:Taxonomy/TAXON_NAME") without causing template expansion depth errors. **********************************..."
  • 16:2116:21, 8 September 2024 diff hist +8 User:咽頭べさ/NotepadNo edit summary Tag: Visual edit: Switched
  • 16:2016:20, 8 September 2024 diff hist +7 Template:Wp/kac/SpeciesboxNo edit summary current
  • 16:1716:17, 8 September 2024 diff hist +84 Template:Wp/kac/Taxobox/coreNo edit summary current
  • 16:1116:11, 8 September 2024 diff hist +184 N Template:Wp/kac/;Created page with ";<noinclude> {{Wp/kac/Documentation}} <!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES TO THE /doc SUBPAGE; INTERWIKIS GO TO WIKIDATA, THANK YOU! --> {{INTERWIKI|Q6197823}} </noinclude>" current
  • 16:0916:09, 8 September 2024 diff hist −19 User:咽頭べさ/NotepadNo edit summary Tag: Visual edit: Switched
  • 16:0816:08, 8 September 2024 diff hist +7 Template:Wp/kac/Taxobox/coreNo edit summary
  • 16:0716:07, 8 September 2024 diff hist +689 N Template:Wp/kac/Taxobox/core/styles.cssCreated page with "→‎{{pp-template}}: @media screen { html.skin-theme-clientpref-night .infobox.biota tr { background: transparent !important; } html.skin-theme-clientpref-night .infobox.biota img { background: transparent; } } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .infobox.biota tr { background: transparent !important; } html.skin-theme-clientpref-os .infobox.biota img { background: white; } } .infobox.bio..." current
  • 16:0616:06, 8 September 2024 diff hist +35 Template:Wp/kac/Taxobox/coreNo edit summary
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)