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

User contributions for Adam

A user with 4,852 edits. Account created on 24 September 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

28 September 2024

  • 09:5109:51, 28 September 2024 diff hist +85 N Template:HatnoteCreated page with "<includeonly>{{#invoke:Hatnote|hatnote}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 09:4709:47, 28 September 2024 diff hist +222 N Module:Module toc/docCreated page with "{{Documentation}} This module is used to generate a table of content consists of functions of a Lua module. See [https://runescape.wiki/w/Module:Module_toc Module:Module toc] on RuneScape Wiki for more details." current
  • 09:4609:46, 28 September 2024 diff hist +2,845 N Module:Module tocCreated 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..." current
  • 08:4808:48, 28 September 2024 diff hist +663 N Module:Statsbar/styles.cssCreated 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:4608:46, 28 September 2024 diff hist +17 N Module:Statsbar/docCreated page with "{{Documentation}}" current
  • 08:4608:46, 28 September 2024 diff hist +5,142 N Module:StatsbarCreated 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..." current
  • 08:4508:45, 28 September 2024 diff hist +1,010 N Template:Statsbar/docCreated 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..." current
  • 08:4508:45, 28 September 2024 diff hist +132 N Template:StatsbarCreated page with "<includeonly>{{#invoke:Statsbar|statsbar}}</includeonly><noinclude> {{/doc}} <!-- Categories go in the /doc subpage --> </noinclude>" current
  • 08:4208:42, 28 September 2024 diff hist +1,467 N Template:Para/docCreated 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..." current
  • 08:4208:42, 28 September 2024 diff hist +183 N Template:ParaCreated page with "<code class="nowrap" {{#if:{{{plain|}}}|style="border:none;background-color:inherit;color:inherit;"}}>|{{#if:{{{1|}}}|{{{1}}}=}}{{{2|}}}</code><noinclude>{{/doc}}</noinclude>" current
  • 08:4208:42, 28 September 2024 diff hist +48 N Template:Template link expanded/docRedirected page to Template:Template link general/doc current Tag: New redirect
  • 08:4108:41, 28 September 2024 diff hist +134 N Template:Template link expandedCreated page with "{{#Invoke:Template link general|main|code=on}}<noinclude> {{/doc}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>" current
  • 08:4108:41, 28 September 2024 diff hist +45 N Template:TlxRedirected page to Template:Template link expanded current Tag: New redirect
  • 08:4008:40, 28 September 2024 diff hist +41 N Template:TlcRedirected page to Template:Template link code current Tag: New redirect
  • 08:3908:39, 28 September 2024 diff hist +88 N Template:Template link generalCreated page with "{{{{{|safesubst:}}}#Invoke:Template link general|main}}<noinclude> {{/doc}} </noinclude>" current
  • 08:3908:39, 28 September 2024 diff hist +44 N Template:TlRedirected page to Template:Template link general current Tag: New redirect
  • 08:3908:39, 28 September 2024 diff hist +111 N Module:Template link general/docCreated page with "{{Documentation|fromWikipedia=true}} Implements {{Tl|Template link general}} and other templates in its family" current
  • 08:3808:38, 28 September 2024 diff hist +4,323 N Module:Template link generalCreated 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(..." current
  • 08:3708:37, 28 September 2024 diff hist +88 N Template:Template link general/docCreated page with "{{{{{|safesubst:}}}#Invoke:Template link general|main}}<noinclude> {{/doc}} </noinclude>" current
  • 08:3708:37, 28 September 2024 diff hist +214 N Template:Template link codeCreated 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>" current
  • 08:3608:36, 28 September 2024 diff hist +41 N Template:TcRedirected page to Template:Template link code current Tag: New redirect
  • 08:3408:34, 28 September 2024 diff hist +263 N Module:Key/styles.cssCreated 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:3308:33, 28 September 2024 diff hist +65 N Module:Key/docCreated page with "{{Documentation|fromWikipedia=true}} Implements {{tl|key press}}" current
  • 08:3208:32, 28 September 2024 diff hist +4,946 N Module:KeyCreated 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'] = '⌘..." current
  • 08:3208:32, 28 September 2024 diff hist +8,074 N Template:Key press/docCreated 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..." current
  • 08:3108:31, 28 September 2024 diff hist +101 N Template:Key pressCreated page with "<includeonly>{{{{{|safesubst:}}}#invoke:key|keypress}}</includeonly><noinclude> {{/doc}} </noinclude>" current
  • 08:2208:22, 28 September 2024 diff hist +254 N Template:Extension DPLCreated 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>" current
  • 08:1808:18, 28 September 2024 diff hist +1,561 N Age of Mythology: LuaCreated 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:1708:17, 28 September 2024 diff hist +766 N Age of Mythology: Lua/Helper modulesCreated 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..." current
  • 08:1508:15, 28 September 2024 diff hist +929 N Template:Helper module/docCreated 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:1508:15, 28 September 2024 diff hist +88 N Template:Helper moduleCreated page with "<includeonly>{{#invoke:Helper module|main}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 08:1408:14, 28 September 2024 diff hist +926 N Module:Paramtest/docCreated 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..." current
  • 08:0508:05, 28 September 2024 diff hist +2,766 N Module:DependencyList/i18n.jsonCreated 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:0408:04, 28 September 2024 diff hist +135 N Module:DependencyList/docCreated page with "{{Documentation|scwShared=true}} '''Module:DependencyList''' generates a list of dependency used by template and module documentation." current
  • 08:0308:03, 28 September 2024 diff hist +36 N Module:TNT/docCreated page with "{{Documentation|fromWikipedia=true}}" current
  • 08:0208:02, 28 September 2024 diff hist +6,220 N Module:TNTCreated 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..." current
  • 08:0108:01, 28 September 2024 diff hist +3 Module:DependencyListNo edit summary current Tag: Manual revert
  • 07:5707:57, 28 September 2024 diff hist −3 Module:DependencyListNo edit summary Tag: Reverted
  • 07:4707:47, 28 September 2024 diff hist +36 N Module:Transcluder/docCreated page with "{{Documentation|fromWikipedia=true}}" current
  • 07:4607:46, 28 September 2024 diff hist +29,914 N Module:TranscluderCreated 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..." current
  • 07:4507:45, 28 September 2024 diff hist +2,381 Main PageNo edit summary
  • 07:4407:44, 28 September 2024 diff hist +133 N Template:Main page/editing/styles.cssCreated page with "#home-editing { display: flex; flex-direction: column; justify-content: space-between; } .home-editing__stats { display: flex; }"
  • 07:4307:43, 28 September 2024 diff hist +3,583 Template:Main page/shared/styles.cssNo edit summary
  • 07:3007:30, 28 September 2024 diff hist −18 Template:Main page/onthewiki/docNo edit summary current
  • 07:2907:29, 28 September 2024 diff hist +205 N Template:Main page/onthewiki/docCreated 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:2907:29, 28 September 2024 diff hist +503 N Template:Main page/onthewikiCreated 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:2907:29, 28 September 2024 diff hist +32 N Template:Main page/navigation/styles.cssCreated page with "#home-nav { margin-top: 1rem; }"
  • 07:2807:28, 28 September 2024 diff hist +208 N Template:Main page/navigation/docCreated 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>" current
  • 07:2707:27, 28 September 2024 diff hist +896 N Template:Main page/navigationCreated 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:2707:27, 28 September 2024 diff hist +1,438 N Template:Main page/latestpatch/styles.cssCreated 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..."
(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.