Contribuțiile utilizatorului Sergiu

Un utilizator cu 65 modificări. Cont creat în 5 iulie 2024.
Căutare contribuțiiExtindeRestrânge
⧼contribs-top⧽
⧼contribs-date⧽
(cele mai noi | cele mai vechi) Vezi ( | 50 mai vechi) (20 | 50 | 100 | 250 | 500)

7 iulie 2024

  • 17:187 iulie 2024 17:18 dif ist +20.212 N Modul:DateI18nPagină nouă: --[[ __ __ _ _ ____ _ ___ _ ___ | \/ | ___ __| |_ _| | ___ _| _ \ __ _| |_ ___|_ _/ |( _ ) _ __ | |\/| |/ _ \ / _` | | | | |/ _ (_) | | |/ _` | __/ _ \| || |/ _ \| '_ \ | | | | (_) | (_| | |_| | | __/_| |_| | (_| | || __/| || | (_) | | | | |_| |_|\___/ \__,_|\__,_|_|\___(_)____/ \__,_|\__\___|___|_|\___/|_| |_| This module is intended for processing of date strings. Please do not modify this code without...
  • 17:177 iulie 2024 17:17 dif ist +6.113 N Modul:Message box/configurationPagină nouă: -------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-speedy',...
  • 17:137 iulie 2024 17:13 dif ist +18.320 N Modul:Documentation/configPagină nouă: ---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. --------------------------------------------------------------------------------------...
  • 17:127 iulie 2024 17:12 dif ist +745 N Modul:YesnoPagină nouă: -- 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 == 'tr...
  • 17:127 iulie 2024 17:12 dif ist +18.106 N Modul:Message boxPagină nouă: -- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('strict') 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', image = 'imbox...
  • 17:097 iulie 2024 17:09 dif ist +10.054 N Modul:ArgumentsPagină nouă: -- 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 from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string' then...
  • 17:077 iulie 2024 17:07 dif ist +36.439 N Modul:DocumentationPagină nouă: -- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made av...
  • 17:067 iulie 2024 17:06 dif ist +7.324 N Modul:ISOdatePagină nouă: --[[ __ __ _ _ ___ ____ ___ _ _ | \/ | ___ __| |_ _| | ___ _|_ _/ ___| / _ \ __| | __ _| |_ ___ | |\/| |/ _ \ / _` | | | | |/ _ (_)| |\___ \| | | |/ _` |/ _` | __/ _ \ | | | | (_) | (_| | |_| | | __/_ | | ___) | |_| | (_| | (_| | || __/ |_| |_|\___/ \__,_|\__,_|_|\___(_)___|____/ \___/ \__,_|\__,_|\__\___| This module is intended for processing of date strings. Please do not modify this code without applyi... actuală
  • 17:047 iulie 2024 17:04 dif ist +21.558 N Modul:InformationPagină nouă: --[[ __ __ _ _ ___ __ _ _ | \/ | ___ __| |_ _| | ___ _|_ _|_ __ / _| ___ _ __ _ __ ___ __ _| |_(_) ___ _ __ | |\/| |/ _ \ / _` | | | | |/ _ (_)| || '_ \| |_ / _ \| '__| '_ ` _ \ / _` | __| |/ _ \| '_ \ | | | | (_) | (_| | |_| | | __/_ | || | | | _| (_) | | | | | | | | (_| | |_| | (_) | | | | |_| |_|\___/ \__,_|\__,_|_|\___(_)___|_| |_|_| \___/|_| |_| |_| |_|\__,_|\__|_|\___/|... actuală
  • 17:017 iulie 2024 17:01 dif ist −2.785 Format:InformationPagină înlocuită cu „<noinclude>{{heavily used template|3=very}}</noinclude><!-- -->{{#invoke:Information|information | lang = {{#if:{{{lang|}}} | {{{lang}}} | {{int:Lang}} }} | demo = {{{demo|<noinclude>1</noinclude>}}} }}<noinclude> {{documentation}} </noinclude>” actuală Etichetă: Înlocuit
  • 16:537 iulie 2024 16:53 dif ist 0 Format:DocumentationFără descriere a modificării Etichetă: Anulare manuală
  • 16:527 iulie 2024 16:52 dif ist 0 Format:DocumentationFără descriere a modificării Etichetă: Revenit
  • 16:507 iulie 2024 16:50 dif ist +2.050 N Format:DocumentationPagină nouă: <noinclude> <languages/> </noinclude><includeonly>{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}</includeonly><noinclude> {{documentation|content= {{Lua|Module:Documentation}} <translate><!--T:12--> This template automatically displays a documentation box like the one you are seeing now, of which the content is sometimes transcluded from another page.</translate> <translate><!--T:13--> It is intended for pages which are <tvar name=1>Spe...
  • 16:507 iulie 2024 16:50 dif ist +145 N Format:MboxPagină nouă: {{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>
  • 16:487 iulie 2024 16:48 dif ist +11.705 N Modul:Template translationPagină nouă: local this = {} function this.checkLanguage(subpage, default) --[[Check first if there's an any invalid character that would cause the mw.language.isKnownLanguageTag function() to throw an exception: - all ASCII controls in [\000-\031\127], - double quote ("), sharp sign (#), ampersand (&), apostrophe ('), - slash (/), colon (:), semicolon (;), lower than (<), greater than (>), - brackets and braces ([, ], {, }), pipe (|), backslas... actuală
  • 16:417 iulie 2024 16:41 dif ist +977 N Format:Description missingPagină nouă: <noinclude> <languages/> </noinclude>{{#switch:<translate></translate> | = {{mbox | type = content | text = <translate><!--T:1--> This {{<tvar|1>#ifeq:{{NAMESPACE}}|Extension</>|extension|file}} has no '''{{<tvar|2>#if:{{{1|}}}|{{{1}}}</>|description}}''', and may be lacking other information.</translate> <translate><!--T:2--> {{<tvar|1>#ifeq:{{NAMESPACE}}|Extension</>|Extensions|Files}} should have a summary to inform others of its function.</translate> <translate><!--T:3... actuală
  • 16:407 iulie 2024 16:40 dif ist +3.037 N Format:InformationPagină nouă: <div class="hproduct"> <table class="fileinfotpl-type-information toccolours vevent" style="width: 100%;" cellpadding="4"> <!-- Description --> <tr style="vertical-align: top"> <td {{ #if: {{{description|{{{Description|}}} }}} | id="fileinfotpl_desc" }} class="fileinfo-paramfield" style="background: #ccf; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">{{int:wm-license-information-description}}</td> <td class="description"> {{ #if: {{{description|{{{De...

5 iulie 2024

(cele mai noi | cele mai vechi) Vezi ( | 50 mai vechi) (20 | 50 | 100 | 250 | 500)