User contributions for Zoran
Jump to navigation
Jump to search
13 October 2021
- 10:4310:43, 13 October 2021 diff hist −4 Category:Articles with hCards Fix syntax for magic word current
12 October 2021
- 10:5510:55, 12 October 2021 diff hist +7,863 N MediaWiki:Common.js Created page with "/** * Keep code in MediaWiki:Common.js to a minimum as it is unconditionally * loaded for all users on every wiki page. If possible create a gadget that is * enabled by def..." current
- 10:5510:55, 12 October 2021 diff hist +24,100 N MediaWiki:Common.css Created page with "→Reset italic styling set by user agent: cite, dfn { font-style: inherit; } →Straight quote marks for <q>: q { quotes: '"' '"' "'" "'"; } /* Avoid collision of blo..." current
- 10:5010:50, 12 October 2021 diff hist +1,018 N Module:If empty Created page with "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) -- For backwards compat..."
- 10:4910:49, 12 October 2021 diff hist +1,416 N Module:Message box/styles.css Created page with "→Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes: th.mbox-text, td.mbox-text { →The message body cell(s): border: none; →@noflip: paddi..." current
- 10:4810:48, 12 October 2021 diff hist +6,141 N Module:Message box/configuration Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- --..."
- 10:4810:48, 12 October 2021 diff hist +18,348 N Module:Message box Created page with "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary mo..."
- 10:4710:47, 12 October 2021 diff hist +3,703 N Module:Sidebar/styles.css Created page with "→{{pp-template}}: →TODO: Invert width design to be "mobile first": .sidebar { →TODO: Ask if we should have max-width 22em instead: width: 22em; →@noflip: f..." current
- 10:4610:46, 12 October 2021 diff hist +1,698 N Module:Sidebar/configuration Created page with "return { i18n = { child_yes = 'yes', float_none = 'none', float_left = 'left', wrap_true = 'true', navbar_none = 'none', navbar_off = 'off', default_list_title..." current
- 10:4610:46, 12 October 2021 diff hist +10,521 N Module:Sidebar Created page with "-- -- This module implements {{Sidebar}} -- require('Module:No globals') local cfg = mw.loadData('Module:Sidebar/configuration') local p = {} local getArgs = require('Module..." current
- 10:4510:45, 12 October 2021 diff hist +4,948 N Module:Unsubst-infobox Created page with "local p = {} local specialParams = { ['$params'] = 'all parameters', ['$extra'] = 'extra parameters', ['$set1'] = 'parameter set 1', ['$set2'] = 'parameter set 2', ['$se..." current
- 10:4510:45, 12 October 2021 diff hist +3,948 N Module:Unsubst Created page with "local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases'] = 'parameter..."
- 10:4410:44, 12 October 2021 diff hist +1,107 N Module:Navbar/styles.css Created page with "→{{pp|small=yes}}: .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spa..."
- 10:4310:43, 12 October 2021 diff hist +415 N Module:Hatnote/styles.css Created page with "→{{pp|small=y}}: .hatnote { font-style: italic; } →Limit structure CSS to divs because of [[Module:Hatnote inline]]: div.hatnote { →@noflip: padding-left: 1.6e..."
- 10:4310:43, 12 October 2021 diff hist +8,955 N Module:Hatnote Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- --..."
- 10:3510:35, 12 October 2021 diff hist +178 N Template:Remove first word Created page with "{{<includeonly>safesubst:</includeonly>#invoke:String|replace|source={{{1}}}|pattern=^[^{{{sep|%s}}}]*{{{sep|%s}}}*|replace=|plain=false}}<noinclude>{{Documentation}}</noinclude>"
- 10:3410:34, 12 October 2021 diff hist +1,256 N Template:Convinfobox/ter3 Created page with "<includeonly>{{#switch:{{{4}}}{{{6}}} |ftin={{convert|{{{5}}}|in|{{{2}}}|{{{7|}}}|sp={{{sp|}}}|lk={{{lk|off}}}|abbr={{{abbr|on}}}|disp={{{disp|}}}|adj={{{adj|}}}|sigfig={{{sig..." current
- 10:3410:34, 12 October 2021 diff hist +1,352 N Template:Convinfobox/secter3 Created page with "<includeonly>{{#switch:{{{4}}}{{{6}}} |ftin={{convert|{{{3}}}|ft|{{{5}}}|in|{{{2}}}|{{{7|}}}|sp={{{sp|}}}|lk={{{lk|off}}}|abbr={{{abbr|on}}}|disp={{{disp|}}}|adj={{{adj|}}}|si..." current
- 10:3410:34, 12 October 2021 diff hist +1,279 N Template:Convinfobox/sec3 Created page with "<includeonly>{{#switch:{{{4}}}{{{6}}} |ftin={{convert|{{{3}}}|ft|{{{2}}}|{{{7|}}}|sp={{{sp|}}}|lk={{{lk|off}}}|abbr={{{abbr|on}}}|disp={{{disp|}}}|adj={{{adj|}}}|sigfig={{{sig..." current
- 10:3310:33, 12 October 2021 diff hist +245 N Template:Convinfobox/sec2 Created page with "<includeonly>{{convert|{{{3}}}|{{{4}}}|{{{2}}}|{{{5|}}}|sp={{{sp|}}}|lk={{{lk|off}}}|abbr={{{abbr|on}}}|disp={{{disp|}}}|adj={{{adj|}}}|sigfig={{{sigfig|}}}}}</includeonly><no..." current
- 10:3210:32, 12 October 2021 diff hist +46,013 N Module:Protection banner/config Created page with "-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- --..."
- 10:3010:30, 12 October 2021 diff hist +1,494 N Module:Effective protection expiry Created page with "local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being..."
- 10:3010:30, 12 October 2021 diff hist +3,438 N Module:Effective protection level Created page with "local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. functi..."
- 10:2910:29, 12 October 2021 diff hist +745 N Module:Yesno Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki..."
- 10:2910:29, 12 October 2021 diff hist +2,544 N Module:File link Created page with "-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} funct..."
- 10:2810:28, 12 October 2021 diff hist +26,029 N Module:Protection banner Created page with "-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('Module..."
- 10:2710:27, 12 October 2021 diff hist +178 N Template:Pp-template Created page with "<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>"
- 10:2710:27, 12 October 2021 diff hist +1,313 N Template:Convinfobox/priter3 Created page with "<includeonly>{{#switch:{{{4}}}{{{6}}} |ftin={{convert|{{{1}}}|{{{2}}}|in|{{{7|}}}|sp={{{sp|}}}|lk={{{lk|off}}}|abbr={{{abbr|on}}}|disp={{{disp|}}}|adj={{{adj|}}}|sigfig={{{sig..." current
- 10:2710:27, 12 October 2021 diff hist +1,384 N Template:Convinfobox/prisec3 Created page with "<includeonly>{{#switch:{{{4}}}{{{6}}} |ftin={{convert|{{{1}}}|{{{2}}}|ftin|{{{7|}}}|sp={{{sp|}}}|lk={{{lk|off}}}|abbr={{{abbr|on}}}|disp={{{disp|}}}|adj={{{adj|}}}|sigfig={{{s..." current
- 10:2610:26, 12 October 2021 diff hist +1,245 N Template:Convinfobox/pri3 Created page with "<includeonly>{{#switch:{{{4}}}{{{6}}} |ftin={{convert|{{{1}}}|{{{2}}}|ftin|{{{7|}}}|sp={{{sp|}}}|lk={{{lk|off}}}|abbr={{{abbr|on}}}|disp={{{disp|}}}|adj={{{adj|}}}|sigfig={{{s..." current
- 10:2610:26, 12 October 2021 diff hist +134,826 N Module:Convert Created page with "-- Convert a value from one unit of measurement to another. -- Example: {{convert|123|lb|kg}} --> 123 pounds (56 kg) -- See en:Template:Convert/Transwiki guide if copying..."
- 10:2510:25, 12 October 2021 diff hist +194 N Template:Convert Created page with "<includeonly>{{{{{♥|safesubst:}}}#invoke:convert|convert}}</includeonly><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not he..."
- 10:2510:25, 12 October 2021 diff hist +246 N Template:Convinfobox/pri2 Created page with "<includeonly>{{convert|{{{1}}}|{{{2}}}|{{{4}}}|{{{5|}}}|sp={{{sp|}}}|lk={{{lk|off}}}|abbr={{{abbr|on}}}|disp={{{disp|}}}|adj={{{adj|}}}|sigfig={{{sigfig|}}}}}</includeonly><no..." current
- 10:2410:24, 12 October 2021 diff hist +79 N Template:Convinfobox/3 Created page with "<noinclude>empty Category:Subtemplates of Template Convinfobox </noinclude>" current
- 10:2410:24, 12 October 2021 diff hist +79 N Template:Convinfobox/2 Created page with "<noinclude>empty Category:Subtemplates of Template Convinfobox </noinclude>" current
- 10:2310:23, 12 October 2021 diff hist +296 N Template:Convinfobox Created page with "{{Convinfobox/{{#if:{{{1|}}}|pri}}{{#if:{{{3|}}}|sec}}{{#if:{{{6|}}}|{{#if:{{{5|}}}|ter}}3|2}}|{{{1}}}|{{{2}}}|{{{3}}}|{{{4}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}|sp={{{sp|}}}|lk={{{lk..." current
- 10:2210:22, 12 October 2021 diff hist +184 N Template:Str left Created page with "<includeonly>{{safesubst:padleft:|{{{2|1}}}|{{{1}}}}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </n..."
- 10:1710:17, 12 October 2021 diff hist +716 N Module:Documentation/styles.css Created page with "→{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid #a2a9b1; background-color: #ecfcf4; clear: both; } .documentation { margin: 1em 0 0 0;..."
- 10:1610:16, 12 October 2021 diff hist +17,605 N Module:Documentation/config Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation..."
- 10:1610:16, 12 October 2021 diff hist +34,969 N Module:Documentation Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('M..."
- 10:1510:15, 12 October 2021 diff hist +182 N Template:Documentation Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noi..."
- 10:1210:12, 12 October 2021 diff hist +3,464 N Module:Person height Created page with "-- This module implements Template:Infobox person/height local p = {} local function clean(s) s = mw.ustring.gsub(s, 'metre', 'm') s = mw.ustring.gsub(s, '([^a])meter..." current
- 10:1110:11, 12 October 2021 diff hist +72 N Template:Infobox person/height Created page with "{{#invoke:person height|main}}<noinclude> {{Documentation}} </noinclude>" current
- 10:0810:08, 12 October 2021 diff hist +2,552 N Module:Infobox/dates Created page with "local getArgs = require('Module:Arguments').getArgs local default_error_category = "Category:Pages using infobox television with nonstandard dates" local p = {} functio..." current
- 10:0710:07, 12 October 2021 diff hist +6,188 N Module:Infobox/utilites Created page with "require('Module:No globals'); local getArgs = require ('Module:Arguments').getArgs; --[[--------------------------< I S _ C J K _ C O D E >----------------------------------..." current
- 10:0510:05, 12 October 2021 diff hist +651 N Module:Infobox/styles.css Created page with "→{{pp|small=y}}: /* * This TemplateStyles sheet deliberately does NOT include the full set of * infobox styles. We are still working to migrate all of the manual * info..."
- 09:5909:59, 12 October 2021 diff hist +1,389 N Widget:Iframe Created page with "<noinclude>__NOTOC__ This widget allows you to embed any web page on your wiki page using an <code>iframe</code> tag. Created by [https://www.mediawikiwidgets.org/User:Sergey..." current
- 09:4609:46, 12 October 2021 diff hist −23 m Main Page Reverted edits by Zoran (talk) to last revision by Ben wiki admin Tag: Rollback
- 09:4509:45, 12 October 2021 diff hist +23 Main Page Test Tags: Reverted Visual edit