User contributions
14 February 2021
Template:Anglicise rank
no edit summary
Template:If empty
Новая страница: «{{<includeonly>safesubst:</includeonly>#invoke:If empty|main}}<noinclude>{{Documentation}}</noinclude>»
Module:If empty
Новая страница: «local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) -- For bac...»
Template:Taxobox
no edit summary
Template:Str find0
Новая страница: «{{#expr:{{#invoke:String|find|source={{{1}}}|target={{{2}}}}} - 1}}<noinclude> {{documentation}}</noinclude>»
Template:;
no edit summary
Template:Taxonbar/candidate
no edit summary
Template:Subst
Новая страница: «{{subst:[[Template:{{{1}}}|{{{1}}}]]}}<noinclude> {{Documentation}} <!-- Please add categories to the /doc subpage; interwikis go to Wikidat...»
Template:Template other
Новая страница: «{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "dem...»
Module:Infobox
Новая страница: «-- -- This module implements {{Infobox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local args = {} local origArgs = {} local root local...»
Module:Navbar/configuration
Новая страница: «local configuration = { ['templatestyles'] = 'Module:Navbar/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_name...»
Module:Navbar/styles.css
Новая страница: «{{pp|small=yes}}: .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtex...»
Module:Navbar
Новая страница: «local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsibl...»
Template:Infobox
Новая страница: «{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|Category:Infobox templates...»
Template:PAGENAMEBASE
Новая страница: «{{{{{|safesubst:}}}#Invoke:String|replace|{{{1|{{{{{|safesubst:}}}PAGENAME}}}}}|%s+%b()$||1|false}}<noinclude> {{documentation}} </noinclude>»
Template:Taxobox name
Новая страница: «{{#switch:'''''{{PAGENAMEBASE}}'''''|{{{1}}}|'''{{1x|1={{{1}}} }}'''|{{{2}}}|'''{{1x|1={{{2}}} }}'''|{{{3}}}|'''{{1x|1={{{3}}} }}'''|'''{{{4}}}'''=''{{PAGENAMEBAS...»
Template:Sets taxobox colour
Новая страница: «<includeonly>{{#ifeq:{{padleft:|1|{{Taxobox colour|{{{1|}}}}}}}|r |{{#ifexpr:{{str find0|{{{1|}}}|incertae}}=-1|{{{1|}}}{{{sep|,}}}}} }}</includeonly><noinclude...»
Template:Taxobox/species
no edit summary
Template:Colour
Новая страница: «<span style="color:{{{1|}}}">{{{2|{{{1|}}}}}}</span><noinclude>{{Documentation}}<!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THA...»
Template:Delink
Новая страница: «{{<includeonly>safesubst:</includeonly>#invoke:delink|delink}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidat...»
Module:Delink
Новая страница: «-- This module de-links most wikitext. require('Module:No globals') local p = {} local getArgs local function delinkReversePipeTrick(s) if s:match("^%[%[|...»
Module:Taxonbar/candidate
Новая страница: «local p = {} function p.check(frame) local taxonbarExists = require('Module:Taxonbar/exists').check if taxonbarExists(frame) then return '' else local res...»
Module:ResolveEntityId
Новая страница: «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 t...»
Module:Taxonbar/exists
Новая страница: «local p = {} function p.check( frame ) local pagename = mw.title.getCurrentTitle().baseText local content = mw.title.new(pagename):getContent() or '' local fo...»
Template:Template doc
Новая страница: «{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Categories go on the /doc subpage, and interwikis go on Wikid...»
Template:Taxobox/Error colour
Новая страница: «<includeonly>transparent; text-align:center; border: 2px solid red; error:colour</includeonly><noinclude><!-- -- The caller template must check invalid -- {{{co...»
Template:Edit taxonomy
Новая страница: «<includeonly><span class='plainlinks' style='font-size:smaller; float:right; padding-right:0.4em; margin-left:-3em;'>File:Red Pencil Icon.png|link=Template:Taxo...»
Module:InfoboxImage
Новая страница: «-- 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...»
Module:TaxonItalics
Новая страница: «--[[========================================================================= Italicize a taxon name appropriately by invoking italicizeTaxonName. The algorithm u...»
Module:No globals
Новая страница: «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 funct...»
Module:Autotaxobox
Новая страница: «--[[************************************************************************* This module provides support to the automated taxobox system – the templates Autom...»
Module:Documentation/styles.css
no edit summary
13 February 2021
Module:File link
Новая страница: «-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local...»
Module:Yesno
Новая страница: «-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) --...»
Module:Documentation/config
Новая страница: «---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:...»
Module:Arguments
Новая страница: «-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called...»
Module:Documentation
Новая страница: «-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = m...»
Template:Documentation
Новая страница: «{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Categories go on the /doc subpage, and interwikis go on Wikida...»
Template:Str rep
Новая страница: «{{#invoke:String|replace|source={{{1}}}|{{{2}}}|{{{3}}}|1}}<noinclude> {{Documentation}}</noinclude>»
Template:Str find
Новая страница: «{{#invoke:String|str_find|source={{{1|}}}|{{{2|}}}}}<noinclude> {{documentation}}</noinclude>»
Module:String
Новая страница: «--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed para...»
Template:Taxonomy/nobreak
Новая страница: «{{#invoke:String|replace|{{#invoke:String|replace|{{#invoke:String|replace|{{#ifexpr:{{Str find|{{{1|}}}|. }}>1|{{str rep|{{{1|}}}|. |. }}|{{{1|}}}}}|<br> |<...»
Template:Str left
Новая страница: «<includeonly>{{safesubst:padleft:|{{{2|1}}}|{{{1}}}}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wiki...»
Template:Taxonomy
Новая страница: «<includeonly>{{#if:{{{rank|}}}|<!-- Cell stating the rank: --> {{!}} {{anglicise rank|{{{rank|}}}}}:<!-- Cell stating the taxon's name, with authority: --> {{!}}...»