User contributions for Oros
Appearance
7 September 2024
- 22:2122:21, 7 September 2024 diff hist +136 N Category:Hatnote templates parameter issues Created page with "{{Maintenance category|container=yes}} Parameter issues categories in templates that generate Wikipedia:Hatnotes." current Tag: Visual edit
- 22:2122:21, 7 September 2024 diff hist +116 Category:Articles with hatnote templates targeting a nonexistent page No edit summary current
- 22:2122:21, 7 September 2024 diff hist +248 N Category:Articles with hatnote templates targeting a nonexistent page Created page with "{{tracking cat|hidden=yes}} {{polluted category}} {{backlog|200}} {{CatAutoTOC}} This category tracks uses of hatnote templates that provide as targets pages that do not exist. It is populated by all hatnote templates that use automatic formatting." Tag: Visual edit
- 22:2022:20, 7 September 2024 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
- 22:1922:19, 7 September 2024 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
- 22:1822:18, 7 September 2024 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
- 22:1722:17, 7 September 2024 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
- 22:1722:17, 7 September 2024 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
- 22:1522:15, 7 September 2024 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
- 22:1522:15, 7 September 2024 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
- 22:0222:02, 7 September 2024 diff hist −93 Template:See also No edit summary current
- 21:5921:59, 7 September 2024 diff hist +231 N Template:Plainlink Created page with "<span class="plainlinks">{{SAFESUBST:<noinclude />#if:{{{2|{{{NAME|{{{name|}}}}}}}}} |[{{{1|{{{URL|{{{url}}}}}}}}} {{{2|{{{NAME|{{{name|}}}}}}}}}] |[{{{1|{{{URL|{{{url}}}}}}}}}] }}</span><noinclude> {{documentation}} </noinclude>" current
- 21:5921:59, 7 September 2024 diff hist +1,808 N Template:TemplateData header Created page with "{{#if:{{{1|}}} |<span class="toolbar class" style="font-size:150%; font-weight:bold;">50pxTemplate Data </span> [{{plainlink|url={{fullurl:{{{2|{{SUBJECTSPACE}}:{{ROOTPAGENAME}}/{{SUBPAGENAME}}}}}}}|name=view}}] [{{plainlink|url={{fullurl:{{{2|{{SUBJECTSPACE}}:{{ROOTPAGENAME}}/{{SUBPAGENAME}}}}}}}|name=edit}}] [{{plainlink|url={{fullurl:{{{2|{{SUBJECTSPACE}}:{{ROOTPAGENAME}}/{{SUBPAGENAME}}}}}}}|name=hist..." current
- 21:5821:58, 7 September 2024 diff hist +38 Template:See also No edit summary Tag: Manual revert
- 21:5721:57, 7 September 2024 diff hist −3 Terasil →Geography
- 21:5621:56, 7 September 2024 diff hist +37 Terasil →Geography
- 21:5621:56, 7 September 2024 diff hist −36 Terasil →Mountain Ranges
- 21:5421:54, 7 September 2024 diff hist +4 Terasil No edit summary
- 21:5121:51, 7 September 2024 diff hist 0 Template:Hatnote/styles.css Oros changed the content model of the page Template:Hatnote/styles.css from "wikitext" to "Sanitized CSS" current Tag: content model change
- 21:5021:50, 7 September 2024 diff hist 0 Hatnote/styles.css Oros changed the content model of the page Hatnote/styles.css from "wikitext" to "Sanitized CSS" current Tag: content model change
- 19:5919:59, 7 September 2024 diff hist +157 N 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; }"
- 19:5819:58, 7 September 2024 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; }"
- 19:5719:57, 7 September 2024 diff hist +3,192 N Template:Documentation Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Uses TemplateStyles|Template:Hatnote/styles.css}} This template produces formatted text, following the guideline for a '''hatnote'''. :<code><nowiki>{{hatnote|Example hatnote text.}}</nowiki></code> →<br/><!-- a construct to show hatnote as expected (using newline) --> {{hatnote|Example hatnote text.}} Broadly speaking, a hatnote should answer a..." current
- 19:5719:57, 7 September 2024 diff hist +161 N Template:Hatnote Created page with "<templatestyles src="Hatnote/styles.css"/><div role="note" class="hatnote {{{extraclasses|}}}">{{{1|{{{text}}}}}}</div><noinclude> {{documentation}} </noinclude>" current
- 19:5619:56, 7 September 2024 diff hist −38 Template:See also No edit summary Tag: Reverted
- 19:5619:56, 7 September 2024 diff hist 0 Terasil →Mountain Ranges
- 19:5419:54, 7 September 2024 diff hist +199 N Template:See also Created page with "<includeonly>{{#invoke:Labelled list hatnote|labelledList|See also}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>"
- 19:5419:54, 7 September 2024 diff hist +13 Terasil →Geography Tag: Visual edit
- 19:2419:24, 7 September 2024 diff hist +90 The Great Erosion →The Consequences of the Great Erosion current Tag: Visual edit
- 19:2419:24, 7 September 2024 diff hist +8 N File:Errosion.jpg No edit summary current
- 19:2219:22, 7 September 2024 diff hist −479 The Great Erosion →Origins of the Great Erosion Tag: Visual edit
- 02:3802:38, 7 September 2024 diff hist −50 The Great Erosion No edit summary Tag: Visual edit: Switched
- 02:3702:37, 7 September 2024 diff hist +17 N File:The Great Erosion.jpg No edit summary current
- 02:3602:36, 7 September 2024 diff hist +8,060 N The Great Erosion Created page with "{{Template:Event |title=The Great Erosion |subtitle=The Shaping of Terasil by the Elements |image=thumb |caption=A depiction of the elemental forces of water, air, and fire converging on the unyielding earth of Terasil. |label1=Name |data1=The Great Erosion |label2=Type |data2=Cosmic Event |label3=Location |data3=Primarily Terasil, but its effects rippled throughout Adaris |label4=Significance |data4=The transformation of Terasil and the creati..."
- 02:1202:12, 7 September 2024 diff hist +242 N Template:Event Infobox created with infobox builder. current
- 02:0802:08, 7 September 2024 diff hist +24 Terasil No edit summary Tag: Visual edit
6 September 2024
- 22:4922:49, 6 September 2024 diff hist +19 Main Page No edit summary Tag: Visual edit
- 22:4822:48, 6 September 2024 diff hist +23 N Awenlasiari Redirected page to Awenlasia current Tags: New redirect Visual edit
- 22:4722:47, 6 September 2024 diff hist +46 Awenlasia No edit summary current Tag: Visual edit
- 22:4622:46, 6 September 2024 diff hist −81 Awenlasia No edit summary Tag: Visual edit
- 22:4322:43, 6 September 2024 diff hist +7,827 N Awenlasia Created page with "{{Template:Osia |title=Awenlasia |subtitle=The Esoteric Art of Dream and Imagination Manipulation |image=thumb |caption=A symbol representing the manipulation of imagination and dreams in Adaris. |label1=Practitioners |data1=Awenlasiari |label2=Focus |data2=Manipulation of creativity, dreams, and imagination |label3=Origin |data3=The Primordial Spirit of Imagination, Awenlas }} '''Awenlasia''' is the theoretical and esoteric branch of '''Os..."
- 22:3622:36, 6 September 2024 diff hist +20 N Shasiari Redirected page to Shasia current Tags: New redirect Visual edit
- 22:3622:36, 6 September 2024 diff hist +36 Shasia →Principles of Shasia current Tag: Visual edit
- 22:3022:30, 6 September 2024 diff hist −52 Shasia No edit summary Tag: Visual edit
- 22:2922:29, 6 September 2024 diff hist +6,972 N Shasia Created page with "{{Template:Osia |title=Shasia |subtitle=The Manipulation of Wind and Air Spirits |image=thumb |caption=A symbol representing the manipulation of wind spirits in Adaris |label1=Practitioners |data1=Shasiari |label2=Focus |data2=Control of wind, atmosphere, and air spirits |label3=Origin |data3=The Primordial Spirit of Atmosphere, Shasae }} '''Shasia''' is the branch of '''Osia''' that focuses on the manipulation of wind and air spirits, wit..." Tag: Visual edit: Switched
- 22:2922:29, 6 September 2024 diff hist +10 Shasae →Shasia: The Osia of Wind current Tag: Visual edit
- 22:2622:26, 6 September 2024 diff hist +18 Tejasia No edit summary current Tag: Visual edit
- 22:2522:25, 6 September 2024 diff hist +10 Tejas →Tajasia: The Osia of Fire current Tag: Visual edit
- 22:2522:25, 6 September 2024 diff hist −29 Osia No edit summary current Tag: Visual edit
- 22:2422:24, 6 September 2024 diff hist +21 N Tejasiari Redirected page to Tejasia current Tags: New redirect Visual edit