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

All public logs

More actions

Combined display of all available logs of AoM Retold. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 09:46, 28 September 2024 Adam talk contribs created page Module:Module toc (Created page with "-- Imported from: https://runescape.wiki/w/Module:Module%20toc -- <nowiki> local p = {} local function getNewlineLocations( content ) local locs = {} local pos = 0 repeat pos = mw.ustring.find( content, '\n', pos + 1, true ) table.insert( locs, pos ) until not pos return locs end local function findLineNumber( pos, newLineLocs ) local max = #newLineLocs local min = 1 repeat local i = math.ceil( (max + min) / 2...")
  • 08:48, 28 September 2024 Adam talk contribs created page Module:Statsbar/styles.css (Created page with ".template-statsbar { margin: 10px; display: grid; font-size: 0.8125rem; line-height: 5px; overflow-x: auto; grid-auto-columns: minmax( auto, 1fr ); grid-auto-flow: column; } .template-statsbar__item { padding: 10px; display: flex; align-items: center; flex-direction: column; } .template-statsbar__item + .template-statsbar__item { border-left: 1px solid grey; } .template-statsbar__label { color: lightgrey; letter-spacing: 0.05em; white-spa...")
  • 08:46, 28 September 2024 Adam talk contribs created page Module:Statsbar/doc (Created page with "{{Documentation}}")
  • 08:46, 28 September 2024 Adam talk contribs created page Module:Statsbar (Created page with "local p = {} local args = {} local origArgs = {} local root -- Returns a table containing the numbers of the arguments that exist -- for the specified prefix. For example, if the prefix was 'data', and -- 'data1', 'data2', and 'data5' exist, it would return {1, 2, 5}. local function getArgNums(prefix) local nums = {} for k, v in pairs(args) do local num = tostring(k):match('^' .. prefix .. '([1-9]%d*)$') if num then table.insert(nums, tonumber(num)) end end tabl...")
  • 08:45, 28 September 2024 Adam talk contribs created page Template:Statsbar/doc (Created page with "{{Documentation}} {{t|Statsbar}} displays a list of stats in a horizontal scrollable bar. == Usage == Please remove the parameters that are left blank. <syntaxhighlight lang="wiki"> {{Statsbar |label1 = |data1 = |label2 = |data2 = |label3 = |data3 = }} </syntaxhighlight> == Parameter list == ;<code>label<sub>n</sub></code> :Label text for the stat ;<code>data<sub>n</sub></code> :Data/value for the stat ;<code>desc<sub>n</sub></code> :Description text for th...")
  • 08:45, 28 September 2024 Adam talk contribs created page Template:Statsbar (Created page with "<includeonly>{{#invoke:Statsbar|statsbar}}</includeonly><noinclude> {{/doc}} <!-- Categories go in the /doc subpage --> </noinclude>")
  • 08:42, 28 September 2024 Adam talk contribs created page Template:Para/doc (Created page with "{{Documentation}} == Usage == This template is for giving examples of template parameter source code (useful in template documentation and talk page discussions of template code). It must have one or two parameters itself. The first parameter is the name of the example parameter to display (this may be ''empty'', but it must be ''present''), and the second (optional) parameter is a value for the first example parameter or, if the first {{tlx|para}} parameter is empty, an...")
  • 08:42, 28 September 2024 Adam talk contribs created page Template:Para (Created page with "<code class="nowrap" {{#if:{{{plain|}}}|style="border:none;background-color:inherit;color:inherit;"}}>|{{#if:{{{1|}}}|{{{1}}}=}}{{{2|}}}</code><noinclude>{{/doc}}</noinclude>")
  • 08:42, 28 September 2024 Adam talk contribs created page Template:Template link expanded/doc (Redirected page to Template:Template link general/doc) Tag: New redirect
  • 08:41, 28 September 2024 Adam talk contribs created page Template:Template link expanded (Created page with "{{#Invoke:Template link general|main|code=on}}<noinclude> {{/doc}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
  • 08:41, 28 September 2024 Adam talk contribs created page Template:Tlx (Redirected page to Template:Template link expanded) Tag: New redirect
  • 08:40, 28 September 2024 Adam talk contribs created page Template:Tlc (Redirected page to Template:Template link code) Tag: New redirect
  • 08:39, 28 September 2024 Adam talk contribs created page Template:Template link general (Created page with "{{{{{|safesubst:}}}#Invoke:Template link general|main}}<noinclude> {{/doc}} </noinclude>")
  • 08:39, 28 September 2024 Adam talk contribs created page Template:Tl (Redirected page to Template:Template link general) Tag: New redirect
  • 08:39, 28 September 2024 Adam talk contribs created page Module:Template link general/doc (Created page with "{{Documentation|fromWikipedia=true}} Implements {{Tl|Template link general}} and other templates in its family")
  • 08:38, 28 September 2024 Adam talk contribs created page Module:Template link general (Created page with "-- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function trimTemplate(...")
  • 08:37, 28 September 2024 Adam talk contribs created page Template:Template link general/doc (Created page with "{{{{{|safesubst:}}}#Invoke:Template link general|main}}<noinclude> {{/doc}} </noinclude>")
  • 08:37, 28 September 2024 Adam talk contribs created page Template:Template link code (Created page with "<includeonly>{{#Invoke:Template link general|main|nolink=yes|code=yes|nowrap=yes}}</includeonly><noinclude> {{Template:Template link general/doc}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
  • 08:36, 28 September 2024 Adam talk contribs created page Template:Tc (Redirected page to Template:Template link code) Tag: New redirect
  • 08:34, 28 September 2024 Adam talk contribs created page Module:Key/styles.css (Created page with ".keyboard-key { padding: 0.25em 0.5em; display: inline-block; line-height: 1; font-weight: 600; font-size: 0.875rem; border-radius: 8px; border: 1px solid; border-color: grey; background: var( --color-surface-3 ); color: white; }")
  • 08:33, 28 September 2024 Adam talk contribs created page Module:Key/doc (Created page with "{{Documentation|fromWikipedia=true}} Implements {{tl|key press}}")
  • 08:32, 28 September 2024 Adam talk contribs created page Module:Key (Created page with "-- This module implements {{key press}}. local kbdPrefix = '<kbd class="keyboard-key nowrap">' local kbdSuffix = '</kbd>' local keyText = { ['caps lock'] = '⇪ Caps Lock', ['caps lock'] = '⇪ Caps Lock', ['shift'] = '⇧ Shift', ['shift'] = '⇧ Shift', ['enter'] = '↵ Enter', ['enter'] = '↵ Enter', ['cmd'] = '⌘ Cmd', ['cmd'] = '⌘ Cmd', ['command'] = '⌘...")
  • 08:32, 28 September 2024 Adam talk contribs created page Template:Key press/doc (Created page with "{{Documentation|fromWikipedia=true}} This is the {{tl|key press}} template primarily designed to illustrate keys and keystrokes on a computer keyboard. With additional parameters, a single template can even illustrate a combination of multiple ''simultaneous'' keystrokes. A sequence of keystrokes, on the other hand, need to be demonstrated with separate templates. Example : {{tc|key press|A}} → {{key press|A}} As lower-case alphabetic characters a–z do not appear o...")
  • 08:31, 28 September 2024 Adam talk contribs created page Template:Key press (Created page with "<includeonly>{{{{{|safesubst:}}}#invoke:key|keypress}}</includeonly><noinclude> {{/doc}} </noinclude>")
  • 08:22, 28 September 2024 Adam talk contribs created page Template:Extension DPL (Created page with "<noinclude>This page was automatically created. It serves as an anchor page for all '''invocations''' of [http://mediawiki.org/wiki/Extension:DynamicPageList3 Extension:DynamicPageList3 (DPL)].</noinclude>")
  • 08:18, 28 September 2024 Adam talk contribs created page Age of Mythology: Lua (Created page with " '''Lua''' is a programming language that is integrated into the Star Citizen Wiki with Scribunto. Lua source code is run from Modules in their own namespace, and invoked with <code><nowiki>{{#invoke:Module|function}}</nowiki></code>; this should be done with a wrapper template. For example, if we have a module named "foo", then we should have a template called "Template:Foo" consisting of <code><nowiki>{{#invoke:Foo|main}}</nowiki></code> to c...")
  • 08:17, 28 September 2024 Adam talk contribs created page Age of Mythology: Lua/Helper modules (Created page with "This is a table of modules and functions that were created specifically for facilitating the creation of other modules. Documentation for modules here is done in the source code with Template:Helper module. In all below descriptions, optional arguments have square brackets around them with default values after a pipe, if appropriate. i.e. <code>foo( x, [y|1] )</code> means function foo has one required argument, and the second argument is optional and will default to...")
  • 08:15, 28 September 2024 Adam talk contribs created page Template:Helper module/doc (Created page with "{{Documentation}} Provides documentation for functions of modules that contain functions useful for other modules. This template should be part of the modules documentation. There is no limit to the number of functions this template can list. This template is called by Star Citizen:Lua/Helper modules to help produce a dynamic table. <pre> {{Helper module |name = Name of the module (no namespace prefix) |fname1 = Name of first function as it is called in modules. If...")
  • 08:15, 28 September 2024 Adam talk contribs created page Template:Helper module (Created page with "<includeonly>{{#invoke:Helper module|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
  • 08:14, 28 September 2024 Adam talk contribs created page Module:Paramtest/doc (Created page with "{{Documentation}} {{Helper module |name=Paramtest |fname1 = is_empty(arg) |ftype1 = String |fuse1 = Returns true if arg is not defined or contains only whitespace |fname2 = has_content(arg) |ftype2 = String |fuse2 = Returns true if arg exists and does not only contain whitespace |fname3 = default_to(arg1,arg2) |ftype3 = String, Any value |fuse3 = If arg1 exists and does not only contain whitespace, the function returns arg1, otherwise returns arg2 |fname4 = defaults{ {ar...")
  • 08:05, 28 September 2024 Adam talk contribs created page Module:DependencyList/i18n.json (Created page with "{ "license": "CC0-1.0", "description": { "en": "Translation table for the Module:DependencyList" }, "schema": { "fields": [ { "name": "id", "type": "string" }, { "name": "message", "type": "localized" } ] }, "data": [ [ "message_unused_module_title", { "de": "Dieses Modul wird nicht verwendet.", "en": "This module is unused." } ], [ "message_unused_module_desc", { "de": "Dieses Modul wird weder von...")
  • 08:04, 28 September 2024 Adam talk contribs created page Module:DependencyList/doc (Created page with "{{Documentation|scwShared=true}} '''Module:DependencyList''' generates a list of dependency used by template and module documentation.")
  • 08:03, 28 September 2024 Adam talk contribs created page Module:TNT/doc (Created page with "{{Documentation|fromWikipedia=true}}")
  • 08:02, 28 September 2024 Adam talk contribs created page Module:TNT (Created page with "-- -- 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 maintained...")
  • 08:00, 28 September 2024 Adam talk contribs deleted page Moduel:Transcluder (content was: "-- Module:Transcluder is a general-purpose transclusion engine -- Documentation and master version: https://en.wikipedia.org/wiki/Module:Transcluder -- Authors: User:Sophivorus, User:Certes & others -- License: CC-BY-SA-3.0 local p = {} -- Helper function to test for truthy and falsy values -- @todo Somehow internationalize it local function truthy(value) if not value or value == ''...", and the only contributor was "Adam" (talk))
  • 07:58, 28 September 2024 Adam talk contribs created page Moduel:Transcluder (Created page with "-- Module:Transcluder is a general-purpose transclusion engine -- Documentation and master version: https://en.wikipedia.org/wiki/Module:Transcluder -- Authors: User:Sophivorus, User:Certes & others -- License: CC-BY-SA-3.0 local p = {} -- Helper function to test for truthy and falsy values -- @todo Somehow internationalize it local function truthy(value) if not value or value == '' or value == 0 or value == '0' or value == 'false' or value == 'no' or value == 'non' t...")
  • 07:47, 28 September 2024 Adam talk contribs created page Module:Transcluder/doc (Created page with "{{Documentation|fromWikipedia=true}}")
  • 07:46, 28 September 2024 Adam talk contribs created page Module:Transcluder (Created page with "-- Module:Transcluder is a general-purpose transclusion engine -- Documentation and master version: https://en.wikipedia.org/wiki/Module:Transcluder -- Authors: User:Sophivorus, User:Certes & others -- License: CC-BY-SA-3.0 local p = {} -- Helper function to test for truthy and falsy values -- @todo Somehow internationalize it local function truthy(value) if not value or value == '' or value == 0 or value == '0' or value == 'false' or value == 'no' or value == 'non' t...")
  • 07:44, 28 September 2024 Adam talk contribs created page Template:Main page/editing/styles.css (Created page with "#home-editing { display: flex; flex-direction: column; justify-content: space-between; } .home-editing__stats { display: flex; }")
  • 07:29, 28 September 2024 Adam talk contribs created page Template:Main page/onthewiki/doc (Created page with "{{Documentation}} This template is used on the main page. It is the on the wiki card in the content section. <includeonly>{{PAGENAME}}</includeonly>")
  • 07:29, 28 September 2024 Adam talk contribs created page Template:Main page/onthewiki (Created page with "<div id="home-card-onthewiki" class="home-card home-card--col2 home-card--row3"> <div class="home-card__label">On the wiki</div> <div class="home-link"> <div class="home-link__button">About the wiki</div> <div class="home-link__button">Style guide</div> <div class="home-link__button">Help portal</div> </div> </div><noinclude><!-- For preview only --><templatestyles src="Template:Main page/shared/styles...")
  • 07:29, 28 September 2024 Adam talk contribs created page Template:Main page/navigation/styles.css (Created page with "#home-nav { margin-top: 1rem; }")
  • 07:28, 28 September 2024 Adam talk contribs created page Template:Main page/navigation/doc (Created page with "{{Documentation}} This template is used on the Main_Page. It is the navigation section that includes the buttons to portal pages. <includeonly>{{PAGENAME}}</includeonly>")
  • 07:27, 28 September 2024 Adam talk contribs created page Template:Main page/navigation (Created page with "<div id="home-nav">{{Navpills |page1 = Ships |image1 = MainTabs-Vehicles.png |page2 = Ship components |text2 = Components |image2 = MainTabs-Components.png |page3 = Personal equipment |text3 = Equipment |image3 = MainTabs-Equipment.png |page4 = Commodities |image4 = MainTabs-Commodities.png |page5 = Locations |image5 = MainTabs-Locations.png |page6 = Careers |image6 = MainTabs-Careers.png |page7 = Characters |image7 = MainTabs-Characters.png |page8 = Alien Races |image8...")
  • 07:27, 28 September 2024 Adam talk contribs created page Template:Main page/latestpatch/styles.css (Created page with "* * EXTREMELY HACKY * Super hacky way to get transclusion and hover works *: #home-card-latestpatch .citizen-overflow-content, #home-card-latestpatch .wikitable { overflow: visible; } #home-card-latestpatch .wikitable, #home-card-latestpatch .wikitable tbody { display: block; } #home-card-latestpatch .wikitable th { display: none; } #home-card-latestpatch .wikitable tr { position: relative; display: flex; } #home-card-latestpatch .wikitable tr > td:first-ch...")
  • 07:24, 28 September 2024 Adam talk contribs created page Template:Main page/latestpatch (Created page with "<div id="home-card-latestpatch" class="home-card home-card--col2 home-card--row8"> <div class="home-card__label">Latest major update</div> <div class="home-card__header">[[Update:{{Main page/settings|currentmajorpatch}}|{{Main page/settings|currentmajorpatch}}]]</div> {{#invoke:Transcluder|main|Update:{{Main page/settings|currentmajorpatch}}|only=tables|tables=1|references=0}} </div><templatestyles src="Template:Main page/latestpatch/styles.css"/><noinclude><!-- For prev...")
  • 07:23, 28 September 2024 Adam talk contribs created page Template:Main page/header/styles.css (Created page with ".home-header { position: relative; padding-top: 15px; padding-bottom: 15px; line-height: 3px; text-align: center; } .home-header__pretitle { margin-bottom: 2px; color: lightgrey; font-size: 0.75rem; letter-spacing: 0.05em; } .home-header__title { margin: 0; font-size: 3rem; text-transform: uppercase; letter-spacing: 0.025em; line-height: 1; } .home-header__subtitle { margin-top: 3px; font-size: 0.75rem; } .home-header__search { padding: 10px; mar...")
  • 07:20, 28 September 2024 Adam talk contribs created page Template:Main page/header (Created page with "<div class="home-header"> <div class="home-header__pretitle">👋 Welcome to the</div> <h1 class="home-header__title">Star Citizen Wiki</h1> <div class="home-header__subtitle">{{Main page/settings|subtitle}}</div> <div id="citizen-search-trigger" class="home-header__search" role="button"><span class="home-header__searchIcon">16px|link=</span><span class="home-header__searchText">Search the Star Citizen Wiki<span class="desktoponly">{{Key p...")
  • 07:20, 28 September 2024 Adam talk contribs created page Template:Main page/gamestatus/styles.css (Created page with "#home-gamestatus { padding: 0; display: flex; } .home-gamestatus-patches, .home-gamestatus-links { padding: 10px; } .home-gamestatus-patches { background: var(--color-surface-2); border-top-left-radius: 10px; border-bottom-left-radius: 10px; display: flex; flex-direction: column; gap: 5px; } .home-gamestatus-links { flex-grow: 1; } .home-badge.home-gamestatus-patch__type { background: var(--color-surface-3); } .home-badge.home-gamestatus-patch__t...")
  • 07:17, 28 September 2024 Adam talk contribs created page Template:Main page/gamestatus (Created page with "<!-- Template --><div id="home-gamestatus" class="home-card home-card--col2 home-card--row3"><!-- --><div class="home-gamestatus-patches"><!-- --><div class="home-gamestatus-patch"><!-- --><div class="home-badge home-gamestatus-patch__type home-gamestatus-patch__type--{{lc:{{Main page/settings|currentpatchtype}}}}">{{Main page/settings|currentpatchtype}}</div><!-- --><div class="home-gamestatus-patch__name">{{Main page/settings|curre...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
Cookies help us deliver our services. By using our services, you agree to our use of cookies. We only use cookie to make the site function and save your preferences, nothing else.