13 March 2025
- 00:3900:39, 13 March 2025 diff hist +22 MediaWiki:Citizen-footer-tagline No edit summary current
- 00:3800:38, 13 March 2025 diff hist +122 N Help:Templates Created page with "This should be a help page, but it isn't. It's just to stop links being red so Special:WantedPages is actually useful." current
- 00:3600:36, 13 March 2025 diff hist 0 N Template:T/piece/doc Created blank page current
- 00:3600:36, 13 March 2025 diff hist +1,467 N 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..." current
- 00:3600:36, 13 March 2025 diff hist +311 N Template:Nobold/doc Created page with "{{Documentation}} : <code><nowiki>{{nobold|</nowiki>''text-string''}}</code> To display text (''text-string'') at normal font-weight within a context where the default font-weight is '''bold''', e.g. header cells in tables. <includeonly> Category:Typing-aid templates </includeonly> <noinclude></noinclude>" current
- 00:3500:35, 13 March 2025 diff hist +2,094 N Template:Mono/doc Created page with "{{Documentation}} == Usage == {{tlx|Mono|<var>text to format here</var>}} renders as: {{Mono|text to format here}} This template is for formatting short bits of content (the only parameter) as monospaced (nonproportional) text. It is simply a quick shorthand for the necessary {{WP|ref=no|Cascading Style Sheets|text=CSS}} code. It is a replacement for {{tag|tt}} which is an obsolete element under HTML5. ([http://www.w3.org/TR/html5/obsolete.html#non-conforming-featu..."
- 00:3400:34, 13 March 2025 diff hist 0 N Template:Helper module/styles.css Created blank page current
- 00:3400:34, 13 March 2025 diff hist −1 Template:Helper module/doc No edit summary current
- 00:3400:34, 13 March 2025 diff hist +929 N 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..."
- 00:3300:33, 13 March 2025 diff hist 0 N Template:WP/styles.css Created blank page current
- 00:3300:33, 13 March 2025 diff hist 0 N Template:Tag/styles.css Created blank page current
- 00:2900:29, 13 March 2025 diff hist −4 Witterpedia:Lua/Helper modules No edit summary current
- 00:2900:29, 13 March 2025 diff hist +28 Witterpedia:Lua/Helper modules No edit summary
- 00:2500:25, 13 March 2025 diff hist +766 N Witterpedia: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..."
- 00:2400:24, 13 March 2025 diff hist −1 Module:Helper module/doc No edit summary current
- 00:2400:24, 13 March 2025 diff hist 0 m Template:WP/doc 1 revision imported current
- 00:2400:24, 13 March 2025 diff hist 0 m Template:WP 1 revision imported current
- 00:2400:24, 13 March 2025 diff hist 0 m Template:Para 1 revision imported current
- 00:2400:24, 13 March 2025 diff hist 0 m Template:Nobold 1 revision imported current
- 00:2400:24, 13 March 2025 diff hist 0 m Template:Mono 1 revision imported current
- 00:2000:20, 13 March 2025 diff hist +2,702 N 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..." current
- 00:2000:20, 13 March 2025 diff hist +692 N 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..."
- 00:1900:19, 13 March 2025 diff hist +148 N Module:Helper module/doc Created page with "{{Documentation}} Generates helper module information for use in documentation, which is automatically used by Star Citizen:Lua/Helper modules."
- 00:1800:18, 13 March 2025 diff hist +3,557 N 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..." current
- 00:1800:18, 13 March 2025 diff hist +88 N Template:Helper module Created page with "<includeonly>{{#invoke:Helper module|main}}</includeonly><noinclude>{{/doc}}</noinclude>" current
- 00:1700:17, 13 March 2025 diff hist +17,696 N Module:Array/doc Created page with "{{Documentation}} {{Helper module |name = Array |fname1 = <nowiki>all( arr, [fn] )</nowiki> |ftype1 = <samp>arr: any[]</samp><br><samp>fn?: any</samp><br><samp>-> boolean</samp> |fuse1 = Behaviour depends on the value of <code>fn</code>: * <code>nil</code> - Checks that the array doesn't contain any '''false''' elements. * <code>fun(elem: any, i?: integer): boolean</code> - Returns '''true''' if <code>fn</code> returns '''true''' for every element. * <code>nu..." current
- 00:0300:03, 13 March 2025 diff hist +653 N 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..." current
10 March 2025
- 23:5223:52, 10 March 2025 diff hist 0 N Template:Quote/styles.css Created blank page current
- 23:5123:51, 10 March 2025 diff hist +808 N Template:Quote/doc Created page with "{{Documentation}} ;Description :This template displays text within enlarged quotes, and centers it on the page. ;Syntax :Type <code>{{t|quote|speaker|source}}</code> somewhere. The first parameter enlarges the size of the quotes, the second parameter defines the width of the quote, the third displays who said the quote, and the fourth is for where the quote came from. ;Sample output :<code><nowiki>{{quote|Lorem ipsum}}</nowiki></code> gives... {{quote|Lorem ipsum}} :<c..." current
- 23:5023:50, 10 March 2025 diff hist −284 Template:Documentation No edit summary current
- 23:4723:47, 10 March 2025 diff hist +1,339 N Module:Mbox/styles.css Created page with ".mbox { position: relative; display: flex; flex-direction: column; margin-block: var(--space-md); background-color: var(--color-surface-1); border: 1px solid var(--border-color-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 { background-color: var(--background-color-warning-subtle)..."
- 23:4723:47, 10 March 2025 diff hist +12,740 N Template:InfoboxNeue/styles.css Created page with ".infobox { margin-bottom: var(--space-md); width: 100%; max-width: 400px; border: 1px solid var(--border-color-base); border-radius: var(--border-radius-medium); background-color: transparent; font-size: var(--font-size-small); line-height: var(--line-height-xx-small); box-sizing: content-box; } .infobox[open] { background-color: var(--color-surface-1); } .infobox__content { position: relative; } .infobox__image { position: relative; margin-bottom: -2rem;..." current
- 23:4623:46, 10 March 2025 diff hist +2,173 N Template:InfoboxNeue/doc Created page with "{{Documentation}} {{t|InfoboxNeue}} is a general use infobox template. See Module:InfoboxNeue for more documentation. === Usage === <syntaxhighlight> {{InfoboxNeue | snippet = <!-- Text that goes after "Quick facts: ", defaults to the page's root name --> | image = <!-- File name without namespace prefix --> | indicator = <!-- Indicator data, required for the other indicator arguments --> | indicatorClass = <!-- Indicator class -->..."
- 23:3923:39, 10 March 2025 diff hist 0 N Template:T/styles.css Created blank page current
- 23:3723:37, 10 March 2025 diff hist +1,128 N Template:Documentation/styles.css Created page with ".documentation { margin-top: var( --space-md ); padding-top: var( --space-md ); border-top: 1px solid; border-color: var( --border-color-base ); font-size: var( --font-size-small ); } .documentation-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .documentation-title { color: var( --color-emphasized ); font-size: var( --font-size-x-large ); font-weight: var( --font-weight-se..." current
- 23:3523:35, 10 March 2025 diff hist 0 m Module:I18n/category/en.json 1 revision imported current
- 23:3523:35, 10 March 2025 diff hist 0 m Module:I18n 1 revision imported current
- 23:3523:35, 10 March 2025 diff hist 0 m Module:DependencyList/i18n.json 1 revision imported current
- 23:3523:35, 10 March 2025 diff hist 0 m Module:Documentation/i18n.json 1 revision imported current
- 23:3523:35, 10 March 2025 diff hist 0 m Module:Documentation/styles.css 1 revision imported current
- 23:3523:35, 10 March 2025 diff hist 0 m Module:Translate 1 revision imported current
- 23:3523:35, 10 March 2025 diff hist 0 m Module:Mbox 1 revision imported current
- 23:3523:35, 10 March 2025 diff hist 0 m Module:User error 1 revision imported current
- 23:3523:35, 10 March 2025 diff hist 0 m Module:Hatnote/styles.css 1 revision imported current
- 23:3523:35, 10 March 2025 diff hist 0 m Module:Format link 1 revision imported current
- 23:3523:35, 10 March 2025 diff hist 0 m Module:Array 1 revision imported current
- 23:3523:35, 10 March 2025 diff hist 0 m Template:Documentation/doc 1 revision imported current
- 23:3523:35, 10 March 2025 diff hist 0 m Template:T/piece 1 revision imported current
- 23:3523:35, 10 March 2025 diff hist 0 m Template:T 1 revision imported current
- 23:3523:35, 10 March 2025 diff hist 0 m Module:Paramtest 1 revision imported current