Příspěvky uživatele Admin

Zobrazení příspěvkůrozbalitsbalit
⧼contribs-top⧽
⧼contribs-date⧽

20. 2. 2023

21. 11. 2022

10. 11. 2022

9. 11. 2022

  • 22:179. 11. 2022, 22:17 rozdíl historie +10 054 N Modul:Argumentszaložena nová stránka s textem „-- 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 ty…“ aktuální
  • 22:169. 11. 2022, 22:16 rozdíl historie +745 N Modul:Yesnozaložena nová stránka s textem „-- 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 v…“ aktuální
  • 22:149. 11. 2022, 22:14 rozdíl historie +3 568 N Modul:Clickable button 2založena nová stránka s textem „-- This module implements {{clickable button 2}}. local yesno = require('Module:Yesno') local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { wrappers = 'Template:Clickable button 2' }) return p.luaMain(args) end function p.luaMain(args) if not args[1] and not args.url then return '' end local data = p.makeLinkData(args) local link = p.renderLink(data) local trackingCategories = p.renderTrackingC…“ aktuální
  • 21:589. 11. 2022, 21:58 rozdíl historie +3 568 N Module:Clickable button 2založena nová stránka s textem „-- This module implements {{clickable button 2}}. local yesno = require('Module:Yesno') local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { wrappers = 'Template:Clickable button 2' }) return p.luaMain(args) end function p.luaMain(args) if not args[1] and not args.url then return '' end local data = p.makeLinkData(args) local link = p.renderLink(data) local trackingCategories = p.renderTrackingC…“ aktuální značka: přepnuto z Vizuálního editoru
  • 21:559. 11. 2022, 21:55 rozdíl historie +152 N Šablona:Clickable button 2založena nová stránka s textem „{{#invoke:Clickable button 2|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>“ aktuální
  • 21:499. 11. 2022, 21:49 rozdíl historie +569 N Šablona:Buttonzaložena nová stránka s textem „<noinclude> <languages /> </noinclude><!-- --><span class="nowrap" title="<translate nowrap><!--T:1--> This is not a clickable button; it illustrates the button one should find.</translate>" style="padding:{{{padTB|.2em}}} {{{padLR|.6em}}}; border:1px solid; border-color:#AAA #555 #555 #AAA; border-radius: 3px; background-color: {{{bgcolor|#F2F2F2}}}; background-image: linear-gradient(to bottom, #FCFCFC, #E0E0E0); {{#ifeq:{{{format|}}}|bold|font-weigh…“
  • 21:279. 11. 2022, 21:27 rozdíl historie +2 789 N Šablona:Key press/corezaložena nová stránka s textem „<kbd class="keyboard-key nowrap">{{#switch:{{lc:{{{1}}}}} | caps lock = ⇪ Caps Lock | caps lock = ⇪ Caps Lock | shift = ⇧ Shift | shift = ⇧ Shift | enter = ↵ Enter | enter = ↵ Enter | cmd = ⌘ Cmd | cmd | cmd = ⌘ Cmd | command = ⌘ Command | cmd key|command…“ aktuální
  • 21:279. 11. 2022, 21:27 rozdíl historie +236 N Šablona:Key press/styles.csszaložena nová stránka s textem „.keyboard-key { border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.2em 0.2em #ddd; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em; }“ aktuální
  • 21:269. 11. 2022, 21:26 rozdíl historie +1 019 N Šablona:Key presszaložena nová stránka s textem „<templatestyles src="Key press/styles.css"/>{{key press/core|{{{1|}}}}}<!-- -->{{#if:{{{2|}}}|{{{chain first|{{{chain|+}}}}}}{{key press/core|{{{2}}}}}}}<!-- -->{{#if:{{{3|}}}|{{{chain second|{{{chain|+}}}}}}{{key press/core|{{{3}}}}}}}<!-- -->{{#if:{{{4|}}}|{{{chain third|{{{chain|+}}}}}}{{key press/core|{{{4}}}}}}}<!-- -->{{#if:{{{5|}}}|{{{chain fourth|{{{chain|+}}}}}}{{key press/core|{{{5}}}}}}}<!-- -->{{#if:{{{6|}}}|{{{chain fifth|{{{chain|+}}}}}}…“ aktuální
  • 21:269. 11. 2022, 21:26 rozdíl historie +338 N Šablona:Zvýrazňovačzaložena nová stránka s textem „<span style="background-color:{{{1|red}}}">{{{2}}}</span><noinclude> {{Dokumentace}} <templatedata> { "params": { "1": { "aliases": [ "Zvýrazňovač" ], "example": "#DCDCDC", "required": true }, "2": { "aliases": [ "Text" ], "example": "Text", "required": true } } } </templatedata> </noinclude>“ aktuální
  • 21:259. 11. 2022, 21:25 rozdíl historie +318 N Šablona:Barvazaložena nová stránka s textem „<span style="color:{{{1|red}}}">{{{2}}}</span><noinclude> {{Dokumentace}} <templatedata> { "params": { "1": { "aliases": [ "barva" ], "example": "#DCDCDC", "required": true }, "2": { "aliases": [ "Text" ], "example": "Text", "required": true } } } </templatedata> </noinclude>“ aktuální

8. 11. 2022

7. 11. 2022

4. 11. 2022

27. 10. 2022

  • 12:0627. 10. 2022, 12:06 rozdíl historie +338 N Šablona:ZvýrazňovačCreated page with "<span style="background-color:{{{1|red}}}">{{{2}}}</span><noinclude> {{Dokumentace}} <templatedata> { "params": { "1": { "aliases": [ "Zvýrazňovač" ], "example": "#DCDCDC", "required": true }, "2": { "aliases": [ "Text" ], "example": "Text", "required": true } } } </templatedata> </noinclude>" aktuální
  • 12:0527. 10. 2022, 12:05 rozdíl historie +318 N Šablona:BarvaCreated page with "<span style="color:{{{1|red}}}">{{{2}}}</span><noinclude> {{Dokumentace}} <templatedata> { "params": { "1": { "aliases": [ "barva" ], "example": "#DCDCDC", "required": true }, "2": { "aliases": [ "Text" ], "example": "Text", "required": true } } } </templatedata> </noinclude>" aktuální značka: přepnuto z Vizuálního editoru