Ugrás a tartalomhoz

Dr. Gyúró Zoltán közreműködései

2 656 szerkesztéssel rendelkező felhasználó. Fiók létrehozva: 2025. május 24.
Közreműködések szűrésekinyitbecsuk
⧼contribs-top⧽
⧼contribs-date⧽

2025. július 19.

2025. július 17.

2025. július 15.

2025. június 1.

  • 19:482025. június 1., 19:48 eltér történet +17 747 Ú Modul:Documentation/config Új oldal, tartalma: „---------------------------------------------------------------------------------------------------- -- -- 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. --------------------------------------------------------------------------…” aktuális
  • 19:242025. június 1., 19:24 eltér történet +9 739 Ú Modul:Bar Új oldal, tartalma: „require('Module:Lua class') require('strict') local BarBox = class('BarBox', { _css = 'Module:Bar/styles.css', __init = function (self, args) self.css = args[1] or args.css self.float = args[2] or args.float or 'none' self.backgroundcolor = args[3] or args.backgroundcolor or 'white' self.borderwidth = args[4] or args.borderwidth or '1' self.style = args[5] or args.style self.width = args[6] or args.width-- or 'auto' self.barwid…” aktuális
  • 19:072025. június 1., 19:07 eltér történet +10 054 Ú Modul:Arguments Új oldal, tartalma: „-- 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) == 's…” aktuális
  • 18:452025. június 1., 18:45 eltér történet +40 353 Ú Modul:Clade Új oldal, tartalma: „--[[NOTE: this module contains functions for generating the table structure of the clade tree: The main function is called by the template using the {{invoke}} instruction; the three main functions are: p.main(frame) - opens and closes table, loops through the children of node, main is invoked once and controls the rest, calling ... p.addTaxon(childNumber, nodeLeaf) - the nuts and bolts; code dealing with each child node p.addLabel(childN…” aktuális
  • 18:402025. június 1., 18:40 eltér történet +1 871 Ú Sablon:Barlabel Új oldal, tartalma: „{| border={{#if:{{{border|}}}|1|0}} style="line-height:100%;margin-left:{{#ifeq:{{{align|}}}|right|1|0}}em;margin-right:{{#ifeq:{{{align|}}}|left|1|0}}em;{{#ifeq:{{{align|}}}|center|margin:auto;clear:both;|{{#ifeq:{{{align|}}}|centre|margin:auto;clear:both;|{{#if:{{{align|}}}|float:{{{align}}};clear:{{{align}}};}}}}}}{{{style|}}}" |- | {{{cladogram|No cladogram specified!}}} |<div style="position:relative;margin-top:{{#expr:0.35*2.12}}em;height:{{#expr:{{{size|1}}…” aktuális
  • 18:392025. június 1., 18:39 eltér történet +408 Ú Cactaceae kladogram Új oldal, tartalma: „{{barlabel |size=5|labelwidth=6 |at1=1.5|label1=Pereskioideae |cladogram={{clade |label1=Cactaceae |1={{cladex |1=''Pereskia'' Clade A|barbegin1=darkgray |2={{cladex |1=''Pereskia'' Clade B|barend1=darkgray |2={{clade |1=Opuntioideae |2={{clade |1=Maihuenioideae |2=Cactoideae }} }} }} }} }} }}” aktuális
  • 18:362025. június 1., 18:36 eltér történet +2 544 Ú Modul:File link Új oldal, tartalma: „-- This module provides a library for formatting file wikilinks. local yesno = require('Module: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…” aktuális
  • 18:342025. június 1., 18:34 eltér történet +26 590 Ú Modul:Protection banner Új oldal, tartalma: „-- 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:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise modul…” aktuális
  • 18:302025. június 1., 18:30 eltér történet +35 178 Ú Modul:Documentation Új oldal, tartalma: „-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made availa…” aktuális
  • 18:282025. június 1., 18:28 eltér történet +151 Ú Sablon:Documentation Új oldal, tartalma: „{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>” aktuális
  • 18:272025. június 1., 18:27 eltér történet +178 Ú Sablon:Pp-template Új oldal, tartalma: „<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>” aktuális
  • 18:262025. június 1., 18:26 eltér történet +2 881 Ú Sablon:Clade/styles.css Új oldal, tartalma: „{{pp-template}}: body.skin-vector-2022 div.clade, body.skin-minerva div.clade { overflow-x:auto; overflow-y:hidden; } body.skin-minerva div.clade p { font-size:inherit; } table.clade { border-spacing:0; margin:0; font-size:100%; line-height:100%; border-collapse:separate; width:auto; display:table; } table.clade table.clade { width:100%; line-height:inherit; } table.clade td.clade-label { the cell with the label: …” aktuális
  • 18:242025. június 1., 18:24 eltér történet +1 717 Ú Sablon:Barlabel&action=edit Új oldal, tartalma: „{{#ifeq:{{{align|}}}|center|margin:auto;clear:both;|{{#ifeq:{{{align|}}}|centre|margin:auto;clear:both;|{{#if:{{{align|}}}|float:{{{align}}};clear:{{{align}}};}}}}}}{{{style|}}}" |- | {{{cladogram|No cladogram specified!}}} |<div style="position:relative;margin-top:{{#expr:0.35*2.12}}em;height:{{#expr:{{{size|1}}}*2.12}}em;width:{{{labelwidth|0}}}em"> {{#if:{{{size|}}}| {{#if:{{{label1|{{{label|}}}}}}|{{#if:{{{at1|{{{at|}}}}}}|<div style="position:absolute;top:{{#…” aktuális
  • 18:222025. június 1., 18:22 eltér történet −361 Sablon:Clade Nincs szerkesztési összefoglaló aktuális Címke: Kézi visszaállítás

2025. május 31.