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).
- 07:53, 2 October 2024 Adam talk contribs uploaded File:Logo-aomr.png (Uploaded a work by World's Edge from This logo was sourced from the Age of Mythology:Retold game. with UploadWizard) Tag: Upload Wizard
- 16:25, 1 October 2024 Adam talk contribs created page File:Greek.jpg (Uploaded own work with UploadWizard)
- 16:25, 1 October 2024 Adam talk contribs uploaded File:Greek.jpg (Uploaded own work with UploadWizard) Tag: Upload Wizard
- 12:25, 1 October 2024 Adam talk contribs created page Module:Documentation/i18n.json (Created page with "{ "license": "CC0-1.0", "description": { "en": "Translation table for the Module:Documentation" }, "schema": { "fields": [ { "name": "id", "type": "string" }, { "name": "message", "type": "localized" } ] }, "data": [ [ "module", { "de": "Modul", "en": "module" } ], [ "template", { "de": "Vorlage", "en": "template" } ], [ "message_subpage_title", { "de": "Dies ist die Dokumentati...")
- 11:57, 1 October 2024 Adam talk contribs created page Template:T/doc (Created page with "{{Documentation}} ;Description :A template link with a variable number of example parameters (0-20), which can be used to show example inputs. :Utilises Template:T/piece. ;Syntax :{{t|t|parameter1|parameter2|parameter3|parameter4|...|parameter20}} ;Sample code :<code><nowiki>{{t|welcome}}</nowiki></code> gives... :{{t|welcome}} :<code><nowiki>{{t|welcome|Item1|Item2|Item3|Item4|Item5|...}}</nowiki></code> gives... :{{t|welcome|Item1|Item2|Item3|Item4|Item5|...}} ;See...")
- 11:49, 1 October 2024 Adam talk contribs created page Template:Namespace detect/doc (Created page with "{{Documentation}} {{Wikipedia template}} {{t|Namespace detect}} helps other templates detect what type of page they are on. <includeonly> <!--Categories below this line, please; interwikis at Wikidata--> Category:Utility templates </includeonly>")
- 11:47, 1 October 2024 Adam talk contribs created page Module:Namespace detect/config (Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --...")
- 11:23, 1 October 2024 Adam talk contribs created page Module:Pagetype/config (Created page with "-------------------------------------------------------------------------------- -- Module:Pagetype configuration data -- -- This page holds localisation and configuration data for Module:Pagetype. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. -------------------------------------------------------------------------------- -- St...")
- 11:20, 1 October 2024 Adam talk contribs created page Template:Namespace detect (Created page with "{{SAFESUBST:<noinclude />#invoke:Namespace detect|main}}<noinclude> {{/doc}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 11:18, 1 October 2024 Adam talk contribs created page Module:Namespace detect/data (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function...")
- 11:18, 1 October 2024 Adam talk contribs created page Module:Namespace detect/doc (Created page with "{{Documentation}} {{Wikipedia template}} '''Module:Namespace detect''' allows you to output different text depending on the namespace that a given page is in. It is a Lua implementation of the {{tl|namespace detect}} template, with a few improvements: all namespaces and all namespace aliases are supported, and namespace names are detected automatically for the local wiki.")
- 11:17, 1 October 2024 Adam talk contribs created page Module:Namespace detect (Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are...")
- 11:16, 1 October 2024 Adam talk contribs created page Module:Pagetype/doc (Created page with "{{Documentation}} {{Wikipedia template}} '''Module:Pagetype''' is used to detect the page type of a given page. It detects redirect pages automatically and is highly customisable. It can be used on its own or as a meta-module to create other page-type-detection templates.")
- 11:16, 1 October 2024 Adam talk contribs created page Module:Pagetype (Created page with "-------------------------------------------------------------------------------- -- -- -- PAGETYPE -- -- -- -- This is a meta-module intended to replace {{pagetype}} and similar -- -- templates. It automatically detects namespaces, and allows for...")
- 11:11, 1 October 2024 Adam talk contribs created page Module:Main/doc (Created page with "{{Documentation|fromWikipedia=true}} '''Module:Main''' produces a link to a main article or articles. It implements the {{tl|main}} template. Normally, it produces a link like "Main article: A". If used in the category namespace, it produces a link like "The main article for this category is A". It is possible to specify multiple articles, and in this case plural wording is used automatically. If the first link is not an article, the module uses the wo...")
- 11:11, 1 October 2024 Adam talk contribs created page Module:Main (Created page with "--[[ -- This module produces a link to a main article or articles. It implements the -- template {{main}}. -- -- If the module is used in category or category talk space, it produces "The -- main article for this category is xxx". Otherwise, it produces -- "Main article: xxx". --]] local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local mArguments -- lazily initialise local p = {} function p.main(frame) mArguments = require('M...")
- 11:08, 1 October 2024 Adam talk contribs created page Template:Tag/doc (Created page with "{{Documentation}} : {{t|tag|''tagname'' [|''type''] [|content=''text''] [|params=''parameters'']}} This template provides a quick way to mention an {{WP|ref=no|XML}}/{{WP|ref=no|HTML}}-style tag in a preformatted way. Mainly used in discussion/help pages. ===Parameters=== Required parameters shown in '''''bold italics'''''. ; {{para|first unnamed}} {{nobold| (''tagname'' above)}} : The XML/HTML tag's name (e.g. {{mono|100%|code}}, {{mono|100%|ref}}). ; {{p...")
- 11:07, 1 October 2024 Adam talk contribs created page Template:Tag (Created page with "<code class="{{#ifeq:{{{wrap|}}}|yes|wrap|nowrap}}" style="{{#ifeq:{{{style|}}}|plain|border:none;background:transparent;|{{{style|}}}}}"><!-- Opening tag -->{{#switch:{{{2|pair}}} |c|close = |s|single |o|open |p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}} }}<!-- Content between tags -->{{#switch:{{{2|pair}}} |c|close = {{{content|}}} |s|single = /> |o|open = >{{{content|}}} |p|pair = {{#ifeq:{{{1|tag}}}|!--||>}}{{{c...")
- 11:04, 1 October 2024 Adam talk contribs created page Module:Arguments/doc (Created page with "{{Documentation|scwShared=true|fromWikipedia=true}} '''Module:Arguments''' provides easy processing of arguments passed from #invoke. It is a meta-module, meant for use by other modules, and should not be called from #invoke directly. Its features include: * Easy trimming of arguments and removal of blank arguments. * Arguments can be passed by both the current frame and by the parent frame at the same time. (More details below.) * Arguments can be passed in directly fr...")
- 11:01, 1 October 2024 Adam talk contribs modified prefix "wikipedia" (https://en.wikipedia.org/wiki/$1) (trans: 0; local: 0) in the interwiki table
- 11:00, 1 October 2024 Adam talk contribs modified prefix "wikipedia" (https://en.wikipedia.org/wiki/$1) (trans: 1; local: 1) in the interwiki table
- 10:59, 1 October 2024 Adam talk contribs modified prefix "wikipedia" (https://en.wikipedia.org/wiki/$1) (trans: 1; local: 0) in the interwiki table
- 10:54, 1 October 2024 Adam talk contribs deleted page Module:I18n/shortdesc/en.json (content was: "{ "shortdesc_grade": "%s grade %s", "shortdesc_ground_vehicle": "ground vehicle", "shortdesc_manufactured_by": "%s manufactured by %s", "shortdesc_ship": "ship", "shortdesc_single_seat": "single-seat" }", and the only contributor was "Adam" (talk))
- 10:53, 1 October 2024 Adam talk contribs deleted page Module:I18n/manufacturer/en.json (content was: "{ "manufacturer_987_name": "987", "manufacturer_ABIN_name": "Abernathy Interiors", "manufacturer_ACAS_name": "Ace Astrogation", "manufacturer_ACDO_name": "Aciedo CommRelay", "manufacturer_ACDO_name_short": "Aciedo", "manufacturer_ACOM_name": "ACOM", "manufacturer_AEHA_name": "Aeroview Hangars", "manufacturer_AEHA_name_short": "Aeroview", "manufacturer_AEGS_name": "Aegis Dynami...", and the only contributor was "Adam" (talk))
- 10:53, 1 October 2024 Adam talk contribs deleted page Module:I18n/category/en.json (content was: "{ "category_documentation": "%s documentation", "category_error_item_missing_manufacturer": "Items missing manufacturer", "category_error_item_missing_uuid": "Items missing UUID", "category_error_pages_with_script_errors": "Pages with script errors", "category_ground_vehicle": "Ground vehicles", "category_ground_vehicle_pledge": "Pledge vehicles", "category_ground_vehicle_size":...", and the only contributor was "Adam" (talk))
- 10:52, 1 October 2024 Adam talk contribs created page Module:I18n/category/en.json (Created page with "{ "category_documentation": "%s documentation", "category_error_item_missing_manufacturer": "Items missing manufacturer", "category_error_item_missing_uuid": "Items missing UUID", "category_error_pages_with_script_errors": "Pages with script errors", "category_ground_vehicle": "Ground vehicles", "category_ground_vehicle_pledge": "Pledge vehicles", "category_ground_vehicle_size": "%s vehicles", "category_ground_vehicles": "ground vehicles", "category_imported_fro...")
- 10:51, 1 October 2024 Adam talk contribs created page Module:I18n/shortdesc/en.json (Created page with "{ "shortdesc_grade": "%s grade %s", "shortdesc_ground_vehicle": "ground vehicle", "shortdesc_manufactured_by": "%s manufactured by %s", "shortdesc_ship": "ship", "shortdesc_single_seat": "single-seat" }")
- 10:51, 1 October 2024 Adam talk contribs created page Module:I18n/message/en.json (Created page with "{ "message_error_no_availability_title": "No availability data found.", "message_error_no_data_text": "SMW data not found on page. If you are registered, an empty edit or a page purge might be able to fix this.", "message_error_no_data_title": "ERROR - Semantic MediaWiki (CODE 16008)", "message_error_no_description_text": "No description found for this item in game data.", "message_error_no_description_title": "No description found.", "message_error_no_infobox_data...")
- 10:50, 1 October 2024 Adam talk contribs created page Module:I18n/manufacturer/en.json (Created page with "{ "manufacturer_987_name": "987", "manufacturer_ABIN_name": "Abernathy Interiors", "manufacturer_ACAS_name": "Ace Astrogation", "manufacturer_ACDO_name": "Aciedo CommRelay", "manufacturer_ACDO_name_short": "Aciedo", "manufacturer_ACOM_name": "ACOM", "manufacturer_AEHA_name": "Aeroview Hangars", "manufacturer_AEHA_name_short": "Aeroview", "manufacturer_AEGS_name": "Aegis Dynamics", "manufacturer_AEGS_name_short": "Aegis", "manufacturer_ALB_name": "Alejo Brother...")
- 10:48, 1 October 2024 Adam talk contribs created page Module:I18n/doc (Created page with "{{Documentation|scwShared=true}}")
- 06:12, 1 October 2024 Adam talk contribs created page Module:Mw.html extension/doc (Created page with "{{Documentation}} {{Helper module |name = Mw.html extension |fname1 = addClassIf(cond, class) |ftype1 = boolean, string |fuse1 = If <code>cond</code> = <code>true</code> it behaves the same as the normal <code>addClass</code> function, otherwise it's a no-op. Ex.: <code>mw.html.create('div'):addClassIf(true, 'align-left-1')</code> |fname2 = attrIf(cond, name, value) |ftype2 = boolean, string/table, string/nil |fuse2 = Similar to <code>addClassIf</code> |fname3 = cssIf...")
- 06:11, 1 October 2024 Adam talk contribs created page Module:Mw.html extension (Created page with "-- <nowiki> local p = {} local checkType = require( 'libraryUtil' ).checkType local mwHtml = getmetatable( mw.html.create() ).__index -- Trick to get acces to the mw.html class local stack = {} -- Used to keep track of nested IF-END tags local noOp = {} -- This object is returned by IF(false) tag function mwHtml:addClassIf(cond, ...) if cond then return self:addClass(...) else return self end end function mwHtml:tagIf(cond, ...) if co...")
- 03:12, 30 September 2024 Adam talk contribs created page Module:Helper module/doc (Created page with "{{Documentation}} Generates helper module information for use in documentation, which is automatically used by AoM_Retold:Lua/Helper modules. <includeonly>Category:Helper modules</includeonly>")
- 03:11, 30 September 2024 Adam talk contribs created page Module:Helper module (Created page with "-- <nowiki> -- Helps Star Citizen:Lua/Helper modules format its table with dynamic documentation -- See Template:Helper module for documentation and usage require('Module:Mw.html extension') local getArgs = require("Module:Arguments").getArgs; --local tooltip = require('Module:Tooltip') local userError = require("Module:User error"); local p = {} function p.main(frame) local args = getArgs(frame); local function_list = {} -- Let there be no limit to number of...")
- 02:38, 30 September 2024 Adam talk contribs created page File:WikimediaUI-Trash.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard)
- 02:38, 30 September 2024 Adam talk contribs created page File:WikimediaUI-TextStyle.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard)
- 02:38, 30 September 2024 Adam talk contribs created page File:WikimediaUI-Settings.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard)
- 02:38, 30 September 2024 Adam talk contribs uploaded File:WikimediaUI-Trash.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard) Tag: Upload Wizard
- 02:38, 30 September 2024 Adam talk contribs created page File:WikimediaUI-Search.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard)
- 02:38, 30 September 2024 Adam talk contribs uploaded File:WikimediaUI-TextStyle.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard) Tag: Upload Wizard
- 02:38, 30 September 2024 Adam talk contribs created page File:WikimediaUI-Robot.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard)
- 02:38, 30 September 2024 Adam talk contribs uploaded File:WikimediaUI-Settings.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard) Tag: Upload Wizard
- 02:38, 30 September 2024 Adam talk contribs uploaded File:WikimediaUI-Search.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard) Tag: Upload Wizard
- 02:38, 30 September 2024 Adam talk contribs created page File:WikimediaUI-Palette.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard)
- 02:38, 30 September 2024 Adam talk contribs created page File:WikimediaUI-Notice.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard)
- 02:38, 30 September 2024 Adam talk contribs uploaded File:WikimediaUI-Robot.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard) Tag: Upload Wizard
- 02:38, 30 September 2024 Adam talk contribs created page File:WikimediaUI-Logo-Wikipedia.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard)
- 02:38, 30 September 2024 Adam talk contribs uploaded File:WikimediaUI-Palette.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard) Tag: Upload Wizard
- 02:38, 30 September 2024 Adam talk contribs created page File:WikimediaUI-Language.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard)
- 02:38, 30 September 2024 Adam talk contribs uploaded File:WikimediaUI-Notice.svg (Uploaded a work by Wikimedia from https://design.wikimedia.org/style-guide/resources.html with UploadWizard) Tag: Upload Wizard