Wkład użytkownika Szprink

Z Fundacja Dr. Owsika
Użytkownik(-czka) wykonał(a) 234 edycje. Konto utworzone 31 gru 2022.
Przejdź do nawigacjiPrzejdź do wyszukiwania
Szukaj wkładuRozwińZwiń
⧼contribs-top⧽
⧼contribs-date⧽

14 maj 2023

  • 22:4222:42, 14 maj 2023 różn. hist. +6342 N Moduł:TNT Utworzono nową stronę "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maint…" ostatnia
  • 22:4222:42, 14 maj 2023 różn. hist. +15 472 N Moduł:String Utworzono nową stronę "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any e…" ostatnia
  • 22:4122:41, 14 maj 2023 różn. hist. +1403 N Moduł:Separated entries Utworzono nową stronę "-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be -- specified independently, enabling natural-language lists like -- "foo, bar, baz and qux". The starting parameter can also be specified. local compressSparseArray = require('Module:TableTools').compressSparseArray local p = {} function p._main(args) local separator = args.separator -- Decode (convert to Unico…" ostatnia
  • 22:4122:41, 14 maj 2023 różn. hist. +1977 N Moduł:Message box/ombox.css Utworzono nową stronę "* * {{ombox}} (other pages message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15: table.ombox { margin: 4px 10%; border-collapse: collapse; Default "notice" gray: border: 1px solid #a2a9b1; background-color: #f8f9fa; box-sizing: border-box; } An empty narrow cell: .ombox td.mbox-empty-cell { border: none; padding: 0; width: 1px; } The message body cell(s): .ombox th.m…" ostatnia
  • 22:3922:39, 14 maj 2023 różn. hist. +6838 N Moduł:Message box/configuration Utworzono nową stronę "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambo…"
  • 22:3822:38, 14 maj 2023 różn. hist. +2385 N Moduł:Message box/ambox.css Utworzono nową stronę "* * {{ambox}} (article message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15: table.ambox { 10% = Will not overlap with other elements: margin: 0 10%; border: 1px solid #a2a9b1; Default "notice" blue: border-left: 10px solid #36c; background-color: #fbfbfb; box-sizing: border-box; } Single border between stacked boxes.: table.ambox + table.ambox, table.ambox + link + tab…" ostatnia
  • 22:3822:38, 14 maj 2023 różn. hist. +2191 N Moduł:Lua banner/config Utworzono nową stronę "local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, -- format. cfg[…" ostatnia
  • 22:3722:37, 14 maj 2023 różn. hist. +2750 N Moduł:Lua banner Utworzono nową stronę "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local TNT = require('Module:TNT') local p = {} local function format(msg) return TNT.format('I18n/Lua banner', msg) end local function getConfig() return mw.loadData('Module:Lua banner/config') end function p.main(frame) local origArgs = f…" ostatnia
  • 22:3722:37, 14 maj 2023 różn. hist. +5035 N Moduł:List Utworzono nową stronę "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listTy…" ostatnia
  • 22:2322:23, 14 maj 2023 różn. hist. +913 N Moduł:Int Utworzono nową stronę "-- This is a helper module for Template:int local templateTranslation = require('Module:Template translation') local this = {} function this.renderIntMessage(frame) local args = frame.args local pargs = (frame:getParent() or {}).args local arguments = {} for k, v in pairs(pargs) do local n = tonumber(k) or 0 if (n >= 2) then arguments[n - 1] = mw.text.trim(v) end end local lang if args.lang and args.lang ~= '' and mw.language.isValidCode(args.…" ostatnia
  • 22:1622:16, 14 maj 2023 różn. hist. +1507 N Moduł:Documentation/styles.css Utworzono nową stronę ".ts-doc-sandbox .mbox-image { padding:.75em 0 .75em .75em; } .ts-doc-doc { clear: both; background-color: #eaf3ff; border: 1px solid #a3caff; margin-top: 1em; border-top-left-radius: 2px; border-top-right-radius: 2px; } .ts-doc-header { background-color: #c2dcff; padding: .642857em 1em .5em; border-top-left-radius: 2px; border-top-right-radius: 2px; } .ts-doc-header .ts-tlinks-tlinks { line-height: 24px; margin-left: 0; } .ts-doc-header .ts-tlinks…" ostatnia
  • 22:1322:13, 14 maj 2023 różn. hist. +1691 N Moduł:Documentation/i18n Utworzono nową stronę "local format = require('Module:TNT').format local i18n = {} i18n['cfg-error-msg-type'] = format('I18n/Documentation', 'cfg-error-msg-type') i18n['cfg-error-msg-empty'] = format('I18n/Documentation', 'cfg-error-msg-empty') -- cfg['template-namespace-heading'] -- The heading shown in the template namespace. i18n['template-namespace-heading'] = format('I18n/Documentation', 'template-namespace-heading') -- cfg['module-namespace-heading'] -- The heading shown in the…" ostatnia
  • 22:0022:00, 14 maj 2023 różn. hist. +17 778 N Moduł:Documentation/config Utworzono nową stronę "---------------------------------------------------------------------------------------------------- -- -- 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. ---------------------------------------------------------------------------…" ostatnia
  • 22:0022:00, 14 maj 2023 różn. hist. +35 619 N Moduł:Documentation Utworzono nową stronę "-- 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 i18n = mw.loadData('Module:Documentation/i18n') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper funct…" ostatnia
  • 21:5921:59, 14 maj 2023 różn. hist. +10 054 N Moduł:Arguments Utworzono nową stronę "-- 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) == 'st…" ostatnia
  • 21:5921:59, 14 maj 2023 różn. hist. +745 N Moduł:Yesno Utworzono nową stronę "-- 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…" ostatnia
  • 21:5821:58, 14 maj 2023 różn. hist. +458 N Moduł:No globals Utworzono nową stronę "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then -- perf optimization here and below: do not load Module:TNT unless there is an error error(require('Module:TNT').format('I18n/No globals', 'err-read', tostring(k)), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error(require('Module:TNT').format('I18n/No globals', 'err-write', tostring(k)), 2) end rawset(t, k, v) end setmetatable(_G, mt)" ostatnia
  • 21:5521:55, 14 maj 2023 różn. hist. +156 N Szablon:Ombox Utworzono nową stronę "<onlyinclude>{{#invoke:Message box|ombox}}</onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->" ostatnia
  • 21:5321:53, 14 maj 2023 różn. hist. +624 N Szablon:Nmbox/styles.css Utworzono nową stronę ".nmbox { clear: both; background: #f8f9fa; border: 1px solid #AAA; box-sizing: border-box; margin: 2px 0; padding: 0; } .nmbox * { box-sizing: border-box; } .nmbox-header { background: #eaecf0; padding: 4px 0.5em; font-weight: bold; text-align: center; white-space: nowrap } .nmbox .mbox-image { display: inline-block; padding-right: 1em; } .nmbox-text { border-top: 1px solid #AAA; width: 100%; padding: 4px 0.5em; } @media screen and (min-width: 768p…" ostatnia
  • 21:4421:44, 14 maj 2023 różn. hist. +18 576 N Moduł:Message box Utworzono nową stronę "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('Module:No globals') 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 = '…"
  • 21:4221:42, 14 maj 2023 różn. hist. +18 576 N Moduł:Message box Utworzono nową stronę "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('Module:No globals') 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 = '…" ostatnia
  • 21:3921:39, 14 maj 2023 różn. hist. +412 N Szablon:Nmbox Utworzono nową stronę "<templatestyles src="Template:Nmbox/styles.css" /> <div class="nmbox noprint {{dir|{{PAGELANGUAGE}}|mw-content-rtl|mw-content-ltr}}">{{#if: {{{image|}}}{{{header|}}} |<div class="nmbox-header">{{#if: {{{image|}}}|<div class="nmbox-image mbox-image">{{{image|}}}</div>}}{{{header|}}} </div>}} {{#if:{{{text|}}}|<div class="nmbox-text mbox-text">{{{text|}}}</div>}} </div><noinclude> {{documentation}} </noinclude>" ostatnia
  • 21:3421:34, 14 maj 2023 różn. hist. +332 N OwsikWiki:Informacje prawne Utworzono nową stronę "<!--prostacko, ale działa--> <html> <center> <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/khWb5DogPgU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> </center> </html>"
  • 21:3321:33, 14 maj 2023 różn. hist. +156 N Szablon:Ambox Utworzono nową stronę "<onlyinclude>{{#invoke:Message box|ambox}}</onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->"
  • 14:1814:18, 14 maj 2023 różn. hist. +2539 N MediaWiki:Common.css Utworzono nową stronę "Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach: Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach: Default style for navigation boxes: .navbox { Navbox container style: box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; /* Prevent preceding content from clinging t…" ostatnia

10 maj 2023

12 mar 2023

1 sty 2023

  • 16:1816:18, 1 sty 2023 różn. hist. +304 N Szablon:Przypisy Utworzono nową stronę "<h2 class="refsection noeditsection">{{{tekst|Przypisy}}}</h2> <div class="refsection" style="font-size:85%; {{#if:{{{1|}}}|-moz-column-count:{{{1}}}; column-count:{{{1}}};|}}"> {{#if:{{{lista|}}}|<references>{{{lista}}}</references>|<references/>}} </div> <noinclude> Kategoria:Szablony </noinclude>" ostatnia
  • 16:1716:17, 1 sty 2023 różn. hist. +1005 N Szablon:S Utworzono nową stronę "<code {{#if:{{{beztła|}}}|style="background-color: inherit; border: none;"|}}>{{[[Szablon:{{{1}}}|{{{1}}}]]{{#if:{{{2|}}}||{{{2}}}|}}{{#if:{{{3|}}}||{{{3}}}|}}{{#if:{{{4|}}}||{{{4}}}|}}{{#if:{{{5|}}}||{{{5}}}|}}{{#if:{{{6|}}}||{{{6}}}|}}}}</code><noinclude> Tworzy wygodny link do szablonu. Użycie: <code><nowiki>{{s|nazwa szablonu}}</nowiki></code> Można opcjonalnie użyć "''maksymalnie''" 5 parametrów. Przykład:<br/> <code>&#1…" ostatnia
  • 16:1516:15, 1 sty 2023 różn. hist. +108 N Kategoria:Owsik24 Utworzono nową stronę "Owsik24 to serwis informacyjny prosto z Owsikville! Tutaj możesz poczytać, co dzieje się w naszym kraju."
  • 16:1516:15, 1 sty 2023 różn. hist. +2345 N Owsik24:Kradzież sklepu mięsnego w Derbysku Utworzono nową stronę "'''Data i czas nieznane.''' Milicja Owsikville złapała dwójkę przestępców, kryjących się za pseudonimami Bonzi i Peedy, którzy zostali zauważeni przez mieszkańców jak kradli... sklep mięsny. Dokonali oni tego przy pomocy skradzionego wcześniej dźwigu i ciężarówki. W czasie akcji było kilku świadków, którzy widzieli zdarzenie i szybko zareagowali, wzywając odpowiednie służby. Gdyby nie oni, przestępcom udało by się…"
  • 16:1516:15, 1 sty 2023 różn. hist. +813 N Shitpost: Fakty o Testportalu Utworzono nową stronę "* Testportal gotuje wodę w plastikowej butelce * Testportal piraci Linuxa * Testportal robi herbatę z wody po parówkach * Testportal lubi w dupę * Testportal był karmiony mlekiem ojca * Testportal gra w osu! na padzie * Testportal przegrał z Winstonem Paynem w sądzie * Testportal jest foliarzem * Testportal ma starego fanatyka wędkarstwa * Testportal ma tak starą starą, że ma w cycach mleko w proszku * Testportal jest hostowany na trujących ziemniaka…" ostatnia
  • 16:1416:14, 1 sty 2023 różn. hist. +97 N Kategoria:Shitposty Utworzono nową stronę "Poniżej znajduje się spis bezsensownego i nielogicznego memowania adminów Fundacji Dr. Owsika:" ostatnia
  • 16:1416:14, 1 sty 2023 różn. hist. +141 N OwsikRun Utworzono nową stronę "OwsikRun to gra komputerowa o Doktorze Owsiku! Aktualnie jest ona w trakcie tworzenia. Jak powstanie, to tu się pojawi więcej informacji." ostatnia
  • 16:1416:14, 1 sty 2023 różn. hist. +1433 N Doctor Pinworm Adventures Utworzono nową stronę "Doctor Pinworm Adventures to wysokiej jakości gra o Doktorze Owsiku! Gra ta jest przeznaczona na Androida i J2ME. '''UWAGA! W tych czasach, niepotrzebny badziew znany jako Play Protect lubi blokować instalacje gry i głupio straszyć, ponieważ "aplikacja jest przeznaczona na starsze wersje Androida i może nie chronić prywatności". Według nas, to zdanie zajeżdża hipokryzją bo Google też szpieguje, ale co tam. Jeśli ci się to pojawi, to wybierz by zains…"
  • 16:1316:13, 1 sty 2023 różn. hist. +433 N Owsikville Utworzono nową stronę "'''Owsikville''' - Państwo we Wschodniej Europie. Jego stolicą jest Norbyrsk, a władcą - Dr. Owsik. ==Historia== TODO: Uzupełnić ==Atrakcje== Dzięki atrakcjom, które znajdują się na terenie państwa, mieszkańcom się żyje bardzo dobrze. W Owsikville możemy podziwiać takie rzeczy jak: * ładne widoki, blokowiska oraz kurorty Morskie * dresiarze, dilerzy * kasyna rodem z Jamesa Bonda"
  • 16:1316:13, 1 sty 2023 różn. hist. +304 N Owsik Fried Chicken Utworzono nową stronę "'''Owsik Fried Chicken (OFC)''' - sieć barów szybkiej obsługi w Owsikville. ==Dania== W OFC podaje się najsmaczniejsze dania kuchni Owsika. Są to: * Owsiki w sosie pomidorowym * Ryż o smaku owsików * Czekolada pełnocygańska z gruzem * Owsikowe lody * Potrawka cygańska z dodatkiem owsików"
  • 16:1316:13, 1 sty 2023 różn. hist. +378 N Owsica Utworzono nową stronę "'''Owsica''' (dawniej '''Warronka''') - Jedyna w Owsikville sieć sklepów należąca do Dr. Owsik Corporation. thumb|prawo|Logo Owsicy {{Youtube|BEg41f2CjJE|Pierwsza reklama sklepu}} == Gang zjebaków == Sklep raz na rok wypuszcza serie pluszowych towarzyszów, które można zdobyć przez naklejki uzbierane podczas zakupów wysokości 69zł </div>"
  • 16:1016:10, 1 sty 2023 różn. hist. +4477 N Anal+ Utworzono nową stronę "'''Anal+''' - sieć telewizyjna ufundowana przez Fundację Dr. Owsika, zarządzana przez spółkę Anal+ Owsikville S.R.A. 200px|thumb|right|Logo ==Historia== W roku 2071 YandereDev po seksie analnym ze swoją sex-lalką wpadł z dupy (pun not intended) na to by zrobić stację telewizyjną nazwaną Anal+. Z racji dobrych znajomości z Dr. Owsikiem, Yan'Dev zwrócił się do…"
  • 16:0816:08, 1 sty 2023 różn. hist. +1277 N Pomoc:YouTube Utworzono nową stronę "{{Youtube|BzUeNGhwWHc|width=300|align=right|Łódź}} {{Youtube|BzUeNGhwWHc|width=300|align=right|Kurdebele|start=30|end=34}} <noinclude> Aby zamieścić film z YouTube na Fundacji, należy skopiować ID filmu (ciąg znaków po ''watch?v='' w adresie filmu), po czym użyć szablonu {{s|Youtube}} w następujący sposób: </noinclude><code><nowiki>{{</nowiki>'''Youtube'''|''ID filmu (ciąg liter i znaków)''|''Dowolny opis pod filmem''|'''align='''''Położenie (lef…" ostatnia
  • 16:0816:08, 1 sty 2023 różn. hist. +297 N Szablon:Youtube Utworzono nową stronę "<includeonly>{{#ev:youtube|{{{1}}}|{{{width|300}}}|{{{align|right}}}|{{{2}}}|{{{container|frame}}}|{{#if:{{{start|}}}{{{end|}}}|{{#if:{{{start|}}}|start={{{start}}}}}{{#if:{{{end|}}}|&end={{{end}}}}}}}}}</includeonly><noinclude> == Użycie == {{Pomoc:YouTube}} Kategoria:Szablony</noinclude>" ostatnia
  • 16:0816:08, 1 sty 2023 różn. hist. +8203 N OwsikStation Utworzono nową stronę "'''OwsikStation''' - seria konsol gier wideo produkowana przez Dr. Owsik Corporation ==OwsikStation 69== thumb|prawo|Logo OwsikStation 69 {{youtube|cRB_DB2QOvE|Reklama OwsikStation 69}} Pierwsza konsola z serii. Ze względu na specyfikację i możliwości, jakimi dysponowała, egzemplarze szybko znikały z półek przez gimbusów pragnących doświadczyć przygód z własną waifu, oraz przez madki chcące zrobić swoim pociechom pr…"
  • 16:0716:07, 1 sty 2023 różn. hist. +296 N Anal+ Owsikville S.R.A Utworzono nową stronę "'''Anal+ Owsikville S.R.A''' - Spółka zależna założona w 2071 przez Dr. Owsika. Przedsiębiorstwo należy do Dr. Owsik Corporation, a jej obecnym prezesem jest YandereDev. == Zobacz też: == * Anal+ - sieć telewizyjna zarządzana przez tą spółkę"
  • 16:0616:06, 1 sty 2023 różn. hist. +671 N Dr. Owsik Corporation Utworzono nową stronę "'''Dr. Owsik Corporation''' ('''DOC''', wcześniej jako '''Owsik Technologies Inc.''' i '''Beard Burgers''') - Przedsiębiorstwo założone przez Tadeusza Owsika, obecnie należące do Dr. Owsika ==Historia== TODO: Uzupełnić == Usługi == Przedsiębiorstwo oferuje wiele usług, z czego na niektóre ma monopol. ===Sprzęty=== * OwsikStation ===Sieci handlowe=== * Owsica * Alledrogo ===Sieci barów szybkiej…"
  • 16:0616:06, 1 sty 2023 różn. hist. +110 N Fundacja Dr. Owsika Utworzono nową stronę "TODO:Uzupełnić ==Usługi== * Owsikołapacz * Profesjonalne badanie lekarskie Dr. Owsika * Rezonans szambowy"
  • 16:0516:05, 1 sty 2023 różn. hist. +209 N Postacie poboczne Utworzono nową stronę "Artykuł dla postaci pobocznych, których opis jest zbyt krótki na osobny artykuł. == Reimu == '''Reimu''' (aka. '''Wryjmu''') - Do uzupełnienia == Asuna == '''Asuna''' (aka. '''Asuka''') - Do uzupełnienia"
  • 16:0416:04, 1 sty 2023 różn. hist. +512 N Pomoc:Cytaty Utworzono nową stronę "{{cytat|Jeśli nie chcesz mojej zguby, krokodyla daj mi, luby!|Józef Papkin}} <noinclude> Aby zamieścić cytat na Fundacji, należy użyć szablonu {{s|Cytat}} w następujący sposób: </noinclude><code><nowiki>{{</nowiki>'''Cytat'''|''Treść bez cudzysłowia''|''Autor''|''Źródło''<nowiki>}}</nowiki></code> Na górze przykład dla <code><nowiki>{{</nowiki>Cytat|Jeśli nie chcesz mojej zguby, krokodyla daj mi, luby!|Józef Papkin<nowiki>}}</nowiki></code> <…" ostatnia
  • 16:0416:04, 1 sty 2023 różn. hist. +1055 N Szablon:Cytat Utworzono nową stronę "<includeonly>{| align="center" style="border-collapse:collapse; border-style:none; background-color:transparent;{{#if:{{{width|}}}|width:{{{width}}};|}}" class="cquote" | width="20" valign="top" style="color:Blue;font-size:35px;font-family:'Times New Roman',serif;font-weight:bold;text-align:left;padding:9px 10px 0 10px;" | “ | valign="top" style="padding:4px 10px 5px 10px;" | {{{1|Wstaw tu treść cytatu, bez cudzysłowia.}}} | width="20" valign="bottom" style="c…" ostatnia