User contributions for Oros
Appearance
27 February 2025
- 05:5805:58, 27 February 2025 diff hist +259 Category:Realms No edit summary
- 05:5505:55, 27 February 2025 diff hist +486 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.6em; margin-bottom: 0.5em; } .hatnote i { font-style: normal; } →The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .hatnote + link + .hatnote { margin-top: -0.5em; } @media print { body.ns-0 .hatnote { display: none !impo..." current
- 05:5505:55, 27 February 2025 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 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 =..." current
- 05:5405:54, 27 February 2025 diff hist +10,054 N Module:Arguments Created page with "-- 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'..." current
- 05:5405:54, 27 February 2025 diff hist +6,484 N Module:Format link Created page with "-------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -------------------------------------------------------------------------------- local libraryUtil = require(..." current
- 05:5405:54, 27 February 2025 diff hist +6,037 N Module:Hatnote Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules...." current
- 05:5305:53, 27 February 2025 diff hist +4,641 N Module:Labelled list hatnote Created page with "-------------------------------------------------------------------------------- -- Labelled list -- -- -- -- This module does the core work of creating a hatnote composed of a list -- -- prefixed by a colon-terminated label, i.e. "LABEL: [andList of pages]", -- -- for {{see also}} and similar templates...." current
- 05:5305:53, 27 February 2025 diff hist +7,325 N Module:Hatnote list Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also introd..." current
- 05:5105:51, 27 February 2025 diff hist +157 N Template:Hatnote/styles.css Created page with ".hatnote { font-style: italic; padding-bottom: 0.4em; margin-bottom: 0.4em; border-bottom: 1px solid #ccc; } .hatnote.no-border { border-bottom: none; }" current
- 05:3405:34, 27 February 2025 diff hist +157 N Template talk:Hatnote/styles.css Created page with ".hatnote { font-style: italic; padding-bottom: 0.4em; margin-bottom: 0.4em; border-bottom: 1px solid #ccc; } .hatnote.no-border { border-bottom: none; }" current
- 05:2905:29, 27 February 2025 diff hist +143 N Template:Hatnote Created page with "<templatestyles src="Hatnote/styles.css"/><div role="note" class="hatnote {{{extraclasses|}}}">{{{1|{{{text}}}}}}</div><noinclude> </noinclude>"
- 05:2805:28, 27 February 2025 diff hist +26,018 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('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 modules and..." current
- 05:2805:28, 27 February 2025 diff hist +76 N Template:Pp Created page with "{{#invoke:Protection banner|main}}<noinclude> {{documentation}} </noinclude>" current
- 05:2605:26, 27 February 2025 diff hist +106 N Template:See also Created page with "<includeonly>{{#invoke:Labelled list hatnote|labelledList|See also}}</includeonly><noinclude> </noinclude>"
- 05:2505:25, 27 February 2025 diff hist −2 Template:Realm Infobox Generated from a page schema
- 05:2405:24, 27 February 2025 diff hist −2 Category:Realms No edit summary
- 05:2305:23, 27 February 2025 diff hist −5 Form:Realms Generated from a page schema
- 05:2305:23, 27 February 2025 diff hist −48 Category:Realms No edit summary
- 05:2205:22, 27 February 2025 diff hist +45 Form:Realms Generated from a page schema Tags: Mobile edit Mobile web edit
- 05:2205:22, 27 February 2025 diff hist +184 Category:Realms No edit summary
- 05:2205:22, 27 February 2025 diff hist +175 Form:Realms Generated from a page schema
- 05:2205:22, 27 February 2025 diff hist +141 Template:Realm Sections Generated from a page schema
- 05:2205:22, 27 February 2025 diff hist +666 Category:Realms No edit summary
- 05:1405:14, 27 February 2025 diff hist −102 Form:Realms Generated from a page schema
- 05:1405:14, 27 February 2025 diff hist −4 Template:Realm Infobox Generated from a page schema Tags: Mobile edit Mobile web edit
- 05:1405:14, 27 February 2025 diff hist −433 Category:Realms No edit summary
- 05:0705:07, 27 February 2025 diff hist +45 Form:Realms Generated from a page schema
- 05:0705:07, 27 February 2025 diff hist +44 Template:Realm Sections Generated from a page schema
- 05:0605:06, 27 February 2025 diff hist +192 Category:Realms No edit summary
- 05:0605:06, 27 February 2025 diff hist +4 Form:Realms Generated from a page schema
- 05:0605:06, 27 February 2025 diff hist +4 Template:Realm Sections Generated from a page schema
- 05:0505:05, 27 February 2025 diff hist +8 Category:Realms No edit summary
- 05:0505:05, 27 February 2025 diff hist −42 Form:Realms Generated from a page schema
- 05:0405:04, 27 February 2025 diff hist −85 Category:Realms No edit summary
- 05:0405:04, 27 February 2025 diff hist +216 N Template:Realm Sections Generated from a page schema
- 05:0405:04, 27 February 2025 diff hist +170 Form:Realms Generated from a page schema
- 05:0405:04, 27 February 2025 diff hist +7 Category:Realms No edit summary
- 05:0305:03, 27 February 2025 diff hist +512 Category:Realms No edit summary
- 05:0005:00, 27 February 2025 diff hist +6 Template:Realm Infobox Generated from a page schema
- 05:0005:00, 27 February 2025 diff hist +6 Form:Realms Generated from a page schema
- 05:0005:00, 27 February 2025 diff hist +6 Category:Realms No edit summary
- 04:5904:59, 27 February 2025 diff hist +34 N File:Zanarak - General 01.jpg A dusty view of the Zanarak Desert
- 04:5704:57, 27 February 2025 diff hist +1,017 N Form:Realms Generated from a page schema
- 04:5704:57, 27 February 2025 diff hist +539 N Template:Realm Infobox Generated from a page schema
- 04:5704:57, 27 February 2025 diff hist −527 Category:Realms No edit summary
- 04:5304:53, 27 February 2025 diff hist +800 Category:Realms No edit summary
- 04:4504:45, 27 February 2025 diff hist +3 Category:Realms No edit summary
- 04:4304:43, 27 February 2025 diff hist +161 Category:Realms No edit summary
- 04:3904:39, 27 February 2025 diff hist +1,840 N Category:Realms No edit summary
23 February 2025
- 17:4017:40, 23 February 2025 diff hist +2,454 Main Page No edit summary