Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User contributions for Rataj

A user with 277 edits. Account created on 29 October 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

31 October 2025

  • 19:5019:50, 31 October 2025 diff hist +10 m Main Page No edit summary Tag: Visual edit
  • 19:4219:42, 31 October 2025 diff hist +899 N Beta Created page with "Avardon is currently in beta version. Here you'll find everything you need to know to participate in this beta. == Connection == Server is currently not running 24/7 - make sure it is online before you try to connect. You can check the server status on our [https://avardon.com main website], or on our [https://avardon.com/discord Discord server]. IP address and modlist can be found in the '''#connection''' channel of our Discord. == Expectations == If you were allowe..." current Tag: Visual edit

30 October 2025

  • 18:0218:02, 30 October 2025 diff hist +2,544 N Template:Battle Created page with "<includeonly><!-- Template --><table class="tg-infobox floatright"><!-- -->{{Infobox image row |image = {{{image|}}} |caption = {{{caption|}}} |imageWidth = {{{imageWidth|}}} |imageHeight = {{{imageHeight|}}} }}<!-- -->{{Infobox row |colspan = 2 |data = {{{date|}}} |dataClass = tg-infobox-subtitle }}<!-- -->{{Infobox row |colspan = 2 |header = {{{name|{{PAGENAME}}}}} |headerClass = tg-infobox-title }}<!-- -->{{Infobox row |colspan = 2 |data = <hr> }}..." current
  • 18:0118:01, 30 October 2025 diff hist +2,910 N Module:Paramvalidate Created page with "local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg local mArguments -- initialize lazily local p = {} local categories = {} --- Format table of strings into category wikitext --- @return string local function tableToCategory() local wikitext = {} for _, category in ipairs(categories) do table.insert(wikitext, string.format('Category:%s', category)) end return table.c..." current
  • 18:0018:00, 30 October 2025 diff hist +750 N Template:Flexbox Created page with "<includeonly>{{#invoke:Flexbox|flexbox}}</includeonly><noinclude> Flexbox is used to layout a list of items. It is powered by Module:Flexbox. == Usage == === Simple columns === <pre> {{Flexbox |columns = 3 |content1 = One |content2 = Two |content3 = Three }} </pre> gives {{Flexbox |columns = 3 |content1 = One |content2 = Two |content3 = Three }} === Simple row === <pre> {{Flexbox |rows = 3 |content1 = One |content2 = Two |content3 = Three }} </pre> gives {{Flexbox..." current
  • 17:5817:58, 30 October 2025 diff hist +641 N Module:Flexbox/styles.css Created page with ".template-flexbox { display: flex; gap: var(--template-flexbox-gap); flex-wrap: wrap; flex-direction: var(--template-flexbox-direction); } .template-flexbox-item { --template-flexbox-flex-basis: calc( (100% / var(--template-flexbox-columns)) - ( var(--template-flexbox-gap) / var(--template-flexbox-columns) * (var(--template-flexbox-columns) - 1) ) ); flex-basis: var(--template-flexbox-flex-basis); flex-grow: 1; } @media (max-width: 1120px) { ...." current
  • 17:5717:57, 30 October 2025 diff hist +1,277 N Module:Flexbox Created page with "local mArguments --initialize lazily local getArgNums = require('Module:Common').getArgNums local p = {} --Implements {{flexbox}} from the frame function p.flexbox(frame) mArguments = require('Module:Arguments') return p._flexbox(mArguments.getArgs(frame), frame) end function p._flexbox(args, frame) if not args then return 'Missing arguments' end local html = mw.html.create('div'):addClass('template-flexbox') local columns = args['columns'] local rows = args..." current
  • 17:5717:57, 30 October 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
  • 17:5617:56, 30 October 2025 diff hist +2,175 N Module:Common Created page with "local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local p = {} --- Escape pattern for regex --- @param s string string to escape --- @return string local function escapePattern(s) return s:gsub("%W", "%%%1") end --- Check if table contains value, return key if match --- --- @param t table - Table to search --- @param val any - Value to match --- @return number|nil function p.tableCo..." current
  • 17:4117:41, 30 October 2025 diff hist +22 N Category:Infobox templates Created page with "Category:Templates" current
  • 17:4017:40, 30 October 2025 diff hist +5,234 N Template:Infobox character Created page with "<includeonly><!-- Template --><table class="tg-infobox floatright"><!-- -->{{Infobox image row |image = {{{image|}}} |caption = {{{caption|}}} |imageWidth = {{{imageWidth|}}} |imageHeight = {{{imageHeight|}}} }}<!-- -->{{Infobox row |colspan = 2 |data = {{{people|}}} |dataClass = tg-infobox-subtitle }}<!-- -->{{Infobox row |colspan = 2 |header = {{{name|{{#explode:{{PAGENAME}}| (|0}}}}} |headerClass = tg-infobox-title }}<!-- -->{{Infobox row |colspan =..." current
  • 17:3717:37, 30 October 2025 diff hist +587 N Template:Infobox ribbon row Created page with "<!-- Template:Infobox ribbon row --------------------------- Helper template to build the HTML of the ribbon for infobox @param {string} color Color override for the ribbon @param {string} id ID for the ribbon @return {string} wikitext of the <tr> element --><includeonly><!-- -->{{Infobox row |condition = {{{id|}}} |colspan = 2 |data = <div class="tg-infobox-ribbon-content" {{#if:{{{color|}}}|style="background-color:{{{color}}}"}}></div> |dataClass =..." current
  • 17:3717:37, 30 October 2025 diff hist +353 N Template:Infobox ribbon row/styles.css Created page with ".tg-infobox-ribbon { position: absolute; right: 0; top: 0; display: block; filter: drop-shadow( 2px 3px 2px rgba( 0, 0, 0, 0.5 ) ); } .tg-infobox-ribbon-content { background: var( --tg-color-progressive ); clip-path: polygon( 0 0, 100% 0, 100% 100%, 50% calc( 100% - 8px ), 0 100% ); width: 16px; min-height: 24px; }" current
  • 17:3717:37, 30 October 2025 diff hist +720 N Template:Infobox image row Created page with "<!-- Template:Infobox image row -------------------- Helper template to build the HTML of the <tr> element of image row of the infoboxes @param {string} image Name of the image on the wiki @param {string} caption Caption of the image @param {int} imageWidth Width of the image in px @param {int} imageHeight Height of the image in px @return {string} wikitext of the <tr> element --><includeonly><!-- -->{{Infobox row |condition = {{{image|}}} |colspan = 2 |data = F..." current
  • 17:2517:25, 30 October 2025 diff hist +1,276 N Template:Infobox row Created page with "<!-- Template:Infobox row -------------------- Helper template to build the HTML of the <tr> element of infoboxes @param {int} colspan Number of columns that the infobox row spans @param {string} condition Wikitext of the additional conditions to check by the #if function @param {string} data Data of the infobox row @param {string} dataClass HTML classes for the data @param {string} header Header of the infobox row @param {string} headerClass HTML classes for the heade..." current
  • 17:2317:23, 30 October 2025 diff hist +3,509 N Template:Infobox/styles.css Created page with "Based on https://tolkiengateway.net/wiki/Template:Infobox/styles.css: .tg-infobox { position: relative; width: 320px; padding: 16px 0; border: var(--tg-border-base); border-radius: var(--tg-border-radius-large); border-spacing: 0; color: var(--tg-color-base); background-color: var(--tg-color-surface-2); line-height: var(--tg-line-height-xx-small); font-size: var(--tg-font-size-small); } .tg-infobox th, .tg-infobox td { p..." current
  • 15:2915:29, 30 October 2025 diff hist +80 Template:Mbox/doc No edit summary
  • 15:2315:23, 30 October 2025 diff hist +44 m Template:Mbox/styles.css No edit summary
  • 15:2215:22, 30 October 2025 diff hist −4 m Template:Mbox No edit summary
  • 15:1615:16, 30 October 2025 diff hist +319 N Template:Mbox Created page with "<includeonly> <div class="mbox" role="presentation"> <span class="mbox-title"> {{#if:{{{icon|}}} |<span class="mbox-icon metadata">{{{icon}}}</span> }}{{{title|}}} </span> <div class="mbox-text">{{{content|}}}</div> </div> <templatestyles src="Template:Mbox/styles.css" /> </includeonly> <noinclude>{{/doc}}</noinclude>"
  • 15:1015:10, 30 October 2025 diff hist −815 Template:Mbox/styles.css No edit summary
  • 15:0715:07, 30 October 2025 diff hist +89 N Template:Mbox/doc Created page with "{{Mbox | title = Hello world | content = This is an example Mbox with default settings }}"
  • 14:5714:57, 30 October 2025 diff hist +1,701 N Template:Mbox/styles.css Created page with "Based on https://starcitizen.tools/Module:Mbox/styles.css: .mbox { position: relative; display: flex; flex-direction: column; margin-block: var(--space-md); background-color: var(--color-surface-1); border: var(--border-base); border-radius: var(--border-radius-medium); font-size: var(--font-size-small); line-height: var(--line-height-xx-small); } .mbox.mbox-high { background-color: var(--background-color-destructive-subtle); } .mbox.mbox-med { backgro..."
  • 14:2314:23, 30 October 2025 diff hist +133 N User:Rataj some initial excuses current Tag: Visual edit
  • 13:3613:36, 30 October 2025 diff hist −603 Main Page WIP Tag: Visual edit
  • 03:0403:04, 30 October 2025 diff hist +5 m MediaWiki:Citizen-footer-tagline added new line current
  • 03:0203:02, 30 October 2025 diff hist +197 N MediaWiki:Citizen-footer-tagline Created page with "Avardon is unofficial Fan Content permitted under the Fan Content Policy. Not endorsed by WotC. Dungeons & Dragons, D&D, and portions of the materials used are property of Wizards of the Coast LLC."
  • 02:5702:57, 30 October 2025 diff hist −915 m MediaWiki:Citizen.css Color changes

29 October 2025

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)