User contributions for Catrone3
Jump to navigation
Jump to search
1 May 2024
- 08:0908:09, 1 May 2024 diff hist +273 N File:Circuitry-background.png Uploaded a work by CGL from Catalyst Game Labs with UploadWizard current Tag: Upload Wizard
30 April 2024
- 11:1111:11, 30 April 2024 diff hist 0 m Policy:Fanon Catrone3 moved page Policy2:Fanon to Policy:Fanon without leaving a redirect current
- 11:1011:10, 30 April 2024 diff hist 0 m Policy:Copyrights Catrone3 moved page Policy2:Copyrights to Policy:Copyrights
- 11:1011:10, 30 April 2024 diff hist 0 m Policy:Holostreets Catrone3 moved page Policy2:Holostreets to Policy:Holostreets without leaving a redirect current
- 11:1011:10, 30 April 2024 diff hist 0 m Policy:Canon Catrone3 moved page Policy:Policy:Canon to Policy:Canon without leaving a redirect current
- 11:0911:09, 30 April 2024 diff hist 0 m Policy:Canon Catrone3 moved page Policy2:Canon to Policy:Policy:Canon without leaving a redirect
- 10:5910:59, 30 April 2024 diff hist 0 m Policy:Canon Catrone3 moved page Policy:Canon to Policy2:Canon without leaving a redirect
- 10:5910:59, 30 April 2024 diff hist 0 m Policy:Holostreets Catrone3 moved page Policy:Holostreets to Policy2:Holostreets without leaving a redirect
- 10:5810:58, 30 April 2024 diff hist 0 m Policy:Fanon Catrone3 moved page Policy:Fanon to Policy2:Fanon
- 10:5810:58, 30 April 2024 diff hist 0 m Policy:Copyrights Catrone3 moved page Policy:Copyrights to Policy2:Copyrights
- 08:1408:14, 30 April 2024 diff hist +64 Timeline No edit summary current Tag: Visual edit
29 April 2024
- 21:4721:47, 29 April 2024 diff hist +10 Shadowrun 1st Edition No edit summary current Tag: Visual edit
- 21:4521:45, 29 April 2024 diff hist +4 m ShadowrunWiki:ToDo The LinkTitles extension automatically added links to existing pages (https://github.com/bovender/LinkTitles).
- 21:4521:45, 29 April 2024 diff hist +4 m Corporations The LinkTitles extension automatically added links to existing pages (https://github.com/bovender/LinkTitles).
- 15:0015:00, 29 April 2024 diff hist −66 Timeline →Pre-Awakening Tag: Visual edit
- 14:2814:28, 29 April 2024 diff hist +88 Timeline →Pre-Awakening Tag: Visual edit: Switched
- 14:2614:26, 29 April 2024 diff hist +120 Timeline →Pre-Awakening Tag: Visual edit: Switched
- 13:5913:59, 29 April 2024 diff hist +1,904 N Template:Cascade-protected template/doc Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> This is a cascade-protection notice, mostly intended for near the top of the documentation pages of template that are subject to cascaded protection because of their transclusion in some other page, {{em|and}} which are expected to have that protection indefinitely. While a similar template is autom..." current
- 13:5813:58, 29 April 2024 diff hist +574 N Template:Cascade-protected template Created page with "{{mbox | type = protection | textstyle = font-weight:bold; font-size:130%; | image = 40x40px|link=|alt= | text = <div style="text-align: center;">This {{{page|template}}} is transcluded in one or more cascade-protected pages, so only administrators can edit it.</div> }}<noinclude> {{documentati..." current
- 13:5513:55, 29 April 2024 diff hist +1,701 N Module:OutputBuffer/doc Created page with "This module provides an easy and efficient way to generate lengthy strings. == Usage == First, load the module. <syntaxhighlight lang="lua"> local newBuffer = require('Module:OutputBuffer') </syntaxhighlight> Then, create the buffer and the functions that act on it. <syntaxhighlight lang="lua"> local getBuffer, print, printf = newBuffer() </syntaxhighlight> === getBuffer === <syntaxhighlight lang="lua"> local text = getBuffer(sep) </syntaxhighlight> Returns the c..." current
- 13:5413:54, 29 April 2024 diff hist +245 N Module:OutputBuffer Created page with "return function() local buffer = {} return function(sep) local b = buffer buffer = {} return table.concat(b, sep) end, function(text) buffer[#buffer + 1] = text end, function(...) buffer[#buffer + 1] = string.format(...) end end" current
- 13:5313:53, 29 April 2024 diff hist +1,111 N Module:DemoTemplate/doc Created page with "<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == Simply place "#invoke:{{BASEPAGENAME}}|" before a call to a template. For example, <nowiki>{{#invoke:DemoTemplate|Convert|10|km|nmi|abbr=off}}</nowiki> yields the following: :{{#invoke:{{BASEPAGENAME}}|Convert|10|km|nmi|abbr=off}} This module handles both named and positional parameters as well as equals signs in both parameter..." current
- 13:5313:53, 29 April 2024 diff hist +919 N Module:DemoTemplate Created page with "require('Module:No globals') local newBuffer = require('Module:OutputBuffer') local mt = {} function mt.__index(t, title) return function(frame) local getBuffer, print, printf = newBuffer() printf('{{%s', title) local ipairsArgs = {} for k,v in ipairs(frame.args) do if string.find(v, '=', 1, true) then break end ipairsArgs[k] = true printf('|%s', v) end for k,v in pairs(frame.args) do if not ipairsArgs[k] then printf('|%s=%s', string..." current
- 13:5113:51, 29 April 2024 diff hist +453 N Template:Terminate sentence/doc Created page with "{{Documentation subpage}} {{Lua|Module:Text}} This template returns its first argument, after adding a full stop (or its second argument) if the sentence was not finished. == Usage == * {{#invoke:DemoTemplate|{{BASEPAGENAME}}|The rain in Spain}} * {{#invoke:DemoTemplate|{{BASEPAGENAME}}|falls mainly on the plain.}} * {{#invoke:DemoTemplate|{{BASEPAGENAME}}|BANG|!}} <includeonly>{{sandbox other|| <!-- Categories below this line --> }}</includeonly>" current
- 13:5113:51, 29 April 2024 diff hist +110 N Template:Terminate sentence Created page with "{{{1}}}{{#if:{{#invoke:text|sentenceTerminated|{{{1|}}}}}||{{{2|.}}}}}<noinclude>{{documentation}}</noinclude>" current
- 13:5013:50, 29 April 2024 diff hist +7,489 N Template:Cmbox/doc Created page with "{{Documentation subpage}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata). --> {{Cascade-protected template}} {{Lua|Module:Message box}} {{Mbox templates (small)}} This is the {{tl|Cmbox}} (['''C''']ategory ['''m''']essage ['''box''']) metatemplate. It is used to build message box templates such as {{tl|Category diffuse}} for category pages. It offers several different colours, uses def..." current
- 13:4913:49, 29 April 2024 diff hist +146 N Template:Cmbox Created page with "{{#invoke:Message box|cmbox}}<noinclude> {{Documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 13:4913:49, 29 April 2024 diff hist +4,405 N Template:Template category/doc Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{tlx|Template category}} should be placed at the top of categories that contain template pages and their related subcategories. == Usage == ===Syntax=== ; Basic <pre style="overflow:auto;"> {{Template category |description= }} </pre> ; Full <pre style="overflow:auto;"> {{Template category | type = | topic = | description = | ALTTEXT = | help =..." current
- 13:4813:48, 29 April 2024 diff hist +5,238 N Template:Template category Created page with "{{{onright|{{{rhs|}}}}}} {{Cmbox | type = notice | style = padding-bottom:0.5em; | image = {{#ifeq:{{{type|}}}|module|44px|Lua logo|alt=Lua logo|link=|44px|Template braces|alt=|link=}} | text = <div style="width:98%;"><!-- (type/)topic/description -->{{#if:{{{topic|}}}{{{description|}}} | <div style="background:#d5e4ed;line-height:1.5em;border:1px solid #aaa;font-size:120%;padding:0.35em;"> <!--..." current
- 13:4813:48, 29 April 2024 diff hist +277 N Category:Copyright templates Created page with "{{Template category}} These are templates used to tag the kind of licenses relevant to certain works. These messages probably refer to ''works'', which is a more general term than the ''files'' covered by Category:File copyright templates. Category:Utility templates" current
- 13:4713:47, 29 April 2024 diff hist −10 Template:Public domain No edit summary current
- 13:4313:43, 29 April 2024 diff hist +382 N Template:Public domain Created page with "<div class="copyright"> File:197px-PD-icon.svg.png This image has been released into the '''public domain''' by the copyright holder, its copyright has expired, or it is ineligible for copyright. This applies worldwide. <div style="clear:both"></div> </div> <noinclude> {{PAGENAME}} </noinclude>"
- 13:4213:42, 29 April 2024 diff hist +494 N Template:Used with permission Created page with "<div class="copyright"> File:Green copyright.svg This work is copyrighted, and '''used with permission'''. The terms of the permission do not include third party use. It is believed that the uses made here are likely to be fair use for most United States reusers of the work but this is a decision reusers must make for themselves based on their own circumstances. <div style="clear:both"></div> </div> <noinclude> Category:Copyright templ..." current
- 13:4113:41, 29 April 2024 diff hist −70 Template:Image summary/doc No edit summary current
- 13:2613:26, 29 April 2024 diff hist −10 Template:Fair use No edit summary current
- 13:2613:26, 29 April 2024 diff hist +444 N Template:Fair use Created page with "<div class="copyright"> File:197px-Red copyright.svg.png This work is copyrighted. The individual who uploaded this work and first used it in an article, and subsequent persons who place it into articles assert that this qualifies as '''fair use''' of the material under United States copyright law. <div style="clear:both"></div> </div> <noinclude> Category:Copyright templates </noinclude>"
- 13:2513:25, 29 April 2024 diff hist +2,178 N Template:Image summary/doc Created page with "The {{image summary}} template shows all relevant information about an uploaded image, including copyright info. If any of the fields are missing, the template will include the category Missing copyright information. ==Usage== <pre> {{Image summary | summary = | artist = | source = | licensing = }} </pre> ==Explanation== ; summary = : An explanation of what the image represents. ; artist = : The..."
- 13:2213:22, 29 April 2024 diff hist +1,227 N Template:Image summary Created page with "<div style="background-color:#bdb76b; border:1px solid #000; margin:1em auto 0 auto; padding-bottom:10px; width:90%; -moz-border-radius:10px; -webkit-border-radius:10px"> <span style="color:#fff; font-size:larger; font-weight:bold; margin-left:4px">{{PAGENAME}}</span> {| align="center" border="0" cellpadding="4" cellspacing="0" style="background-color:#fff; border-collapse:collapse; color:#000; width:100%" |- ! style="background-color:#eee8aa; text-align:left" colspan="..." current
- 13:2213:22, 29 April 2024 diff hist −38 File:Alert icon orange.svg No edit summary current Tag: Visual edit: Switched
- 13:1513:15, 29 April 2024 diff hist 0 m Help:Magic words Changed protection settings for "Help:Magic words" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading] current
- 13:1413:14, 29 April 2024 diff hist +8 Template:Pconstruction/doc No edit summary current
- 12:5212:52, 29 April 2024 diff hist +47 N Category:Page Information templates Created page with "These are templates for use as Page Information" current Tag: Visual edit
- 12:5112:51, 29 April 2024 diff hist +40 N Category:Pages actively undergoing construction Created page with "These pages are actively being worked on" current Tag: Visual edit
- 12:5112:51, 29 April 2024 diff hist +34 N Category:Pages using Under construction with the placedby parameter Created page with "These pages are under construction" current Tag: Visual edit
- 12:5012:50, 29 April 2024 diff hist +47 N Category:Pages using infobox templates with ignored data cells Created page with "These pages need to have their data cells fixed" current Tag: Visual edit
- 12:5012:50, 29 April 2024 diff hist +47 N Category:Pages with broken file links Created page with "These pages need to have their file links fixed" current Tag: Visual edit
- 12:4912:49, 29 April 2024 diff hist +57 N Category:Pages with incorrect protection templates Created page with "These pages need to have their protection templates fixed" current Tag: Visual edit
- 12:4812:48, 29 April 2024 diff hist +50 N Category:Pages with script errors Created page with "These pages need to have their script errors fixed" current Tag: Visual edit
- 12:4512:45, 29 April 2024 diff hist +56 N Category:Pages with strange ((documentation)) usage Created page with "These pages need to have their documentation usage fixed" current Tag: Visual edit
- 12:4412:44, 29 April 2024 diff hist +51 N Category:Pages with template loops Created page with "These pages need to have their template loops fixed" current Tag: Visual edit