User contributions for Alex

A user with 47,390 edits. Account created on 10 October 2024.
Jump to navigation Jump to search
Search for contributionsshowhide
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

16 October 2024

  • 15:3815:38, 16 October 2024 diff hist +2,583 N Template:Cquote2/docCreated page with "{{Documentation}} The '''cquote2''' template is a variation of the quote template. It provides a centered, borderless quotation, with scalable, non-clickable graphic quotation marks, and optional attribution of the source of the quote. Can be used with or without additional parameters. ==Usage== {{t|cquote2|quote|attribution|source}} ==Parameters== * first parameter (mandatory) - the quote itself * second parameter (optional) - attribution * third pa..." current
  • 15:3815:38, 16 October 2024 diff hist +1,327 N Template:Cquote2Created page with "{| align="{{{align|center}}}" style="border-collapse:collapse; border-style:none; background-color:transparent;" | class="quotation-mark" style="width:20px; vertical-align:top; font-size:{{#switch:{{{size|{{{4|{{{quotewidth|{{{width|20px}}}}}}}}}}}} |10px=20px |30px=60px |40px=80px |50px=100px |60px=120px |#default=40px}}; font-family:serif; font-weight:bold; text-align:left; padding:10px 10px;" | “ | style="vertical-align:center; padding:4px 10px;" | {{{quote|{{{1|{{{..." current
  • 15:3615:36, 16 October 2024 diff hist +613 N Calculator:Tombs of Amascut lootCreated page with "{{JSCalculator}}<noinclude> {{Calc use|Module:Tombs of Amascut loot}}</noinclude> <pre class="jcConfig"> module=Tombs of Amascut loot form=ToAForm result=ToAResult param = raid_level|Raid level|150|int|0-770 param = team_size|Team size|1|int|1-8 param = path_invocation|Path invocation|None|select|None,Pathseeker,Pathfinder,Pathmaster param = walk_the_path|Walk the Path?|no|check|yes,no autosubmit = disabled </pre> {| cellspacing="0" cellpadding="0" |valign=left width="6..." current
  • 15:3515:35, 16 October 2024 diff hist +1,538 N Module:Less Stupid CoinsCreated page with "-- <pre> -- Implements {{Coins}} -- Original source: http://runescape.wiki/w/Module:Coins?action=history local p = {} local function amount(a) -- convert used globals to locals where possible to improve performance local math = math local string = string local table = table local mw = mw local expr = mw.ext.ParserFunctions.expr local ret = {true, true, true, true, '</span>'} ret[1] = '<span class="coins coins-' -- strip commas from input -- @example..." current
  • 15:3515:35, 16 October 2024 diff hist +17 N Module:Tombs of Amascut loot/docCreated page with "{{Documentation}}" current
  • 15:3515:35, 16 October 2024 diff hist +14,148 N Module:Tombs of Amascut lootCreated page with "local gePrice = require('Module:Exchange')._price local coins = require('Module:Less Stupid Coins')._amount local tables = require('Module:Tables') local lang = mw.language.getContentLanguage() local p = {} local PATH_INVOCATIONS = {None = 0, Pathseeker = 1, Pathfinder = 2, Pathmaster = 3} local NORMAL_LOOT = { {item = "Coins", divisor = 1}, {item = "Death rune", divisor = 20}, {item = "Soul rune", divisor = 40}, {item = "Gold ore", divisor = 90}, {item = "Dragon..." current
  • 15:3415:34, 16 October 2024 diff hist +584 N Module:Tables/docCreated page with "{{documentation}} {{Helper module |name = Tables |fname1 = _row(row, elts, header) |ftype1 = mw.html object, table/string, boolean |fuse1 = Adds <code>td</code> or <code>th</code> cells to the html object with the cells data specified by <code>elts</code>. If <code>header</code> = <code>true</code> then all cells added will have the <code>th</code> tag. |fname2 = _table(table, data) |ftype2 = mw.html object, table |fuse2 = Adds <code>tr</code> rows and <code>td</code>/<c..." current
  • 15:3415:34, 16 October 2024 diff hist +1,445 N Module:TablesCreated page with "--[[ {{Helper module |name = Tables |fname1 = _row(row, elts, header) |ftype1 = mw.html object, table/string, boolean |fuse1 = Adds <code>td</code> or <code>th</code> cells to the html object with the cells data specified by <code>elts</code>. If <code>header</code> = <code>true</code> then all cells added will have the <code>th</code> tag. |fname2 = _table(table, data) |ftype2 = mw.html object, table |fuse2 = Adds <code>tr</code> rows and <code>td</code>/<code>th</code>..." current
  • 15:3315:33, 16 October 2024 diff hist +7,465 N Module:Combat Achievements/completion.jsonCreated page with "{ "33": 71.9, "80": 73.1, "120": 70.9, "122": 71, "147": 60.3, "151": 4.4, "279": 79.4, "280": 76.7, "282": 69.3, "283": 72.4, "284": 63.2, "281": 39.9, "285": 69.6, "286": 24.7, "353": 56.9, "356": 47, "357": 52.3, "359": 31.1, "521": 34.4, "522": 28.4, "523": 20.6, "0": 62, "24": 56.3, "25": 49.7, "28": 60.4, "32": 72.6, "35": 34.9, "39": 30.6, "41": 21.7, "72": 38, "73": 31.7, "78": 25.8, "79": 25.6, "124": 32.5, "129": 34.1, "130":..." current
  • 15:3315:33, 16 October 2024 diff hist +60 N Module:Combat Achievements/docCreated page with "{{Documentation}} Generates {{T|Combat Achievements list}}." current
  • 15:3215:32, 16 October 2024 diff hist +5,115 N Module:Combat AchievementsCreated page with "local tables = require('Module:Tables') local VariablesLua = mw.ext.VariablesLua local p = {} local prose = { monster = '', taskamount = 0, ptsamount = 0 } local headers = { monster = "Monster", name = "Name", description = { text = "Description", attr = { class = 'unsortable' } }, tier = "Tier", _type = "Type", completion = '<span style="cursor:help; border-bottom:1px dotted;" title="Estimated percentage of players (with at least one CA completion) who have c..." current
  • 15:3215:32, 16 October 2024 diff hist +199 N Template:Combat Achievements list/docCreated page with "{{Documentation}} Creates a table of all Combat Achievements tasks available for the content. ==Usage== {{t|Combat Achievements list|Galvek}} will result in: {{Combat Achievements list|Galvek}}" current
  • 15:3215:32, 16 October 2024 diff hist +94 N Template:Combat Achievements listCreated page with "<includeonly>{{#invoke:Combat Achievements|list}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 15:3115:31, 16 October 2024 diff hist +2,124 N Template:CiteReddit/docCreated page with "{{Documentation}} __NOTOC__ ==Usage== This is used to cite comments or posts on Reddit usually made by Jagex accounts. <pre>{{CiteReddit|author=|url=|title=|quote=|date=|archiveurl=|archivedate=|notes=|name=}}</pre> ===author=== The author of the information. Include "Mod" prefixes, such as "Mod Mark" instead of simply "Mark". Use their mod name rather than their Reddit handle. ===url=== The permalink url of the information. ===title=== The title of the Reddit post...." current
  • 15:3115:31, 16 October 2024 diff hist +90 N Template:CiteRedditCreated page with "<includeonly>{{#invoke:References|redditref}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 15:2915:29, 16 October 2024 diff hist +1,300 N Template:Chatlp/docCreated page with "{{Documentation}} The '''chat link plain''' template is used to display an NPC chathead that links to the NPC's page. The chathead will be resized to <code>x30</code> pixels. ==Usage== {{T|chatlp|NPC|pic=file name}} ==Examples== {|class="wikitable" !Code ! style="min-width:150px;" | Produces !Standard syntax |- |<code><nowiki>{{chatlp|Hans}}</nowiki></code> |{{chatlp|Hans}} |<code><nowiki>link=Hans|x30px</nowiki></code> |- |<code><nowiki>{{ch..." current
  • 15:2915:29, 16 October 2024 diff hist +154 N Template:ChatlpCreated page with "<includeonly><span class="plink-template">[[File:{{{pic|{{{1}}} chathead}}}.png|link={{{1}}}|35x35px]]</span></includeonly><noinclude>{{/doc}}</noinclude>" current
  • 15:2915:29, 16 October 2024 diff hist +1,896 N Template:Chatl/docCreated page with "{{Documentation}} This template displays a link to an NPC along with the associated chathead. The chathead will be resized to 35 pixels. ==Usage== {{T|chatl|NPC|pic=file name|txt=alternate text}} ==Examples== {|class="wikitable" !Code ! style="min-width:150px;" | Produces !Standard syntax |- |<code><nowiki>{{chatl|Hans}}</nowiki></code> |{{chatl|Hans}} |<code><nowiki>link=Hans|x35px Hans</nowiki></code> |- |<code><nowiki>{{chatl|Hans|pic=..." current
  • 15:2815:28, 16 October 2024 diff hist +213 N Template:ChatlCreated page with "<includeonly><span class="plink-template">[[File:{{{pic|{{{1}}} chathead}}}.png|link={{{1}}}|alt=Chathead image of {{{1}}}|35x35px]]</span>[[{{{1}}}|{{{txt|{{{1}}}}}}]]</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 15:2815:28, 16 October 2024 diff hist +2,063 N Template:ActivitiesCreated page with "{{Navbox |name= Activities |title= Solo and Group Activities |gtitle1= {{SCP|minigame}} Minigames |gtype1 = subgroup |group1= {{Navbox |subgroup = yes |gtitle1 = Player versus Monster |group1 = * Barbarian Assault * Fortis Colosseum * Inferno * Mage Arena * Nightmare Zone * Pest Control * Tackle organised crime * Temple Trekking * TzHaar Fight Cave * TzHaar-Ket-Rak's Challenges |gtitle2 = Player versus Player |group2..." current
  • 02:2202:22, 16 October 2024 diff hist +1,286 N Calculator:Training manualsCreated page with "<noinclude>{{Calc use|Module:Training manual calculator}}</noinclude> <pre class="jcConfig"> module = Training manual calculator form = TrainingManualCalcForm result = TrainingManualResults param = playername|Player name||hs|currentAttackXP,17,2;currentDefenceXP,11,2;currentStrengthXP,3,2;currentHitpoints,4,2; param = skill|Skill|Attack|buttonselect|Attack,Defence,Strength,Hitpoints|Attack=currentAttackXP,goalLevel;Defence=currentDefenceXP,goalLevel;Strength=currentStren..." current
  • 02:2202:22, 16 October 2024 diff hist +20 N Module:Training manual calculator/docCreated page with "{{No_documentation}}"
  • 02:2102:21, 16 October 2024 diff hist +2,468 N Module:Training manual calculatorCreated page with "local p = {} local commas = require('Module:Addcommas')._add local paramTest = require('Module:Paramtest') local scp = require('Module:SCP')._main local xpAtLevel = require('Module:Experience').xp_at_level_unr local levelAtXp = require('Module:Experience').level_at_xp_unr function trainingManualFormula(levelInput) if(levelInput >= 72) then return math.floor((5/4) * levelInput * 25) end return math.floor((5/4) * ((math.pow(levelInput, 2) * (1/4)) + (7 * levelInput..." current
  • 02:2102:21, 16 October 2024 diff hist +20 Module:Synced switch/docNo edit summary Tag: Reverted
  • 02:1502:15, 16 October 2024 diff hist +577 N Template:Store locations list/docCreated page with "{{Documentation}} {{Invokes|Store locations list}} The '''Store locations list''' template automatically generates a list of stores that sell a certain item. ==Usage== <pre>{{Store locations list}} (automatic takes the pagename as the item) {{Store locations list|Needle}} (chooses a different item)</pre> Sample output: ===Needle=== {{Store locations list|Needle}} ==Parameters== *'''Name:''' the store's buy markup *'''Limit:''' Optional - set the maximum number of sea..." current
  • 02:1502:15, 16 October 2024 diff hist +96 N Template:Store locations listCreated page with "<includeonly>{{#invoke:Store locations list|main}}</includeonly><noinclude>{{/doc}} </noinclude>" current
  • 02:1502:15, 16 October 2024 diff hist +20 N Module:Store locations list/docCreated page with "{{No_documentation}}"
  • 02:1502:15, 16 October 2024 diff hist +8,852 N Module:Store locations listCreated page with "-- <pre> local p = {} local commas = require("Module:Addcommas")._add local params = require('Module:Paramtest') local yesNo = require("Module:Yesno") local currencyImage = require("Module:Currency Image") local purge = require("Module:Purge")._purge local p2pIcon = 'link=Members|alt=Members' local f2pIcon = 'link=Free-to-play|alt=Free-to-play' function p.main(frame) return p._main(frame:getParent().args) end..." current
  • 02:1302:13, 16 October 2024 diff hist +2,476 N Template:StoreTableHead/Sandbox/docCreated page with "{{Documentation}} The '''StoreTableHead''' template is to be used in conjunction with {{t|StoreLine}} provide a listing of items that are found in a shop. It also helps to provide a uniform look of how the shop information is presented for all articles about shop on the wiki. ==Usage== <pre>{{StoreTableHead|SellMultiplier=1300|BuyMultiplier=400|Delta=30}} {{StoreLine|Name=Pot|Stock=5}} {{StoreLine|Name=Jug|Stock=2}} {{StoreLine|Name=Empty jug pack|Stock=5|gemw=No}} {{S..."
  • 02:1202:12, 16 October 2024 diff hist +89 N Template:StoreTableHead/SandboxCreated page with "<includeonly>{{#invoke:StoreTableHead|main}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 02:1002:10, 16 October 2024 diff hist +61 N Template:StoreTableBottom/docCreated page with "<includeonly>Category:Store table templates</includeonly>" current
  • 02:0902:09, 16 October 2024 diff hist +445 N Template:StoreTableBottomCreated page with "</table>{{#vardefine:BuyMultiplier|}}{{#vardefine:SellMultiplier|}}{{#vardefine:Currency|}}{{#vardefine:NameNotes|}}{{#vardefine:Delta|}}{{#vardefine:smw|}}{{#vardefine:hideImage|}}{{#vardefine:hideGE|}}{{#vardefine:hideBuy|}}{{#vardefine:hideSell|}}{{#vardefine:hideStock|}}{{#vardefine:hideRestock|}}{{#vardefine:ShopVersion|}}{{#vardefine:StoreTable_MembersOverride|}}{{#vardefine:StoreTable_LocationOverride|}}<noinclude>{{/doc}}</noinclude>" current
  • 02:0902:09, 16 October 2024 diff hist +274 N Template:GEHeader/docCreated page with "{{documentation}} This template displays the header for the Grand Exchange templates. ==Usage== This template can be used by entering the following onto a relevant page. <pre>{{GEHeader}}</pre> <includeonly>{{PAGENAME}}</includeonly>" current
  • 02:0902:09, 16 October 2024 diff hist +431 N Template:GEHeaderCreated page with "<includeonly>{|class="wikitable sortable" style="width:100%; text-align:center" cellpadding="2" cellspacing="0" ! colspan="2" |Item !Price !Direction !Low Alch !High Alch !Limit !Volume !Members !class="unsortable"|Details !Last updated |- </includeonly> <noinclude>{{/doc}}</noinclude>" current
  • 02:0802:08, 16 October 2024 diff hist +20 N Module:StoreTableHead/docCreated page with "{{No_documentation}}"
  • 02:0702:07, 16 October 2024 diff hist +3,238 N Module:StoreTableHeadCreated page with "local p = {} local params = require('Module:Paramtest') local yesno = require('Module:Yesno') local var = mw.ext.VariablesLua function p.main(frame) local args = frame:getParent().args local buymultiplier,sellmultiplier,currency,namenotes,delta,smw,hideimage,hidege,hidebuy,hidesell,hidestock,hiderestock,hidecaption,shopversion,membersOverride,locationOverride = params.defaults{ {args.buymultiplier,1000}, {args.sellmultipl..." current
  • 02:0702:07, 16 October 2024 diff hist +3,459 N Template:StoreTableHead/docCreated page with "{{Documentation}} {{invokes|StoreTableHead}} The '''StoreTableHead''' template is to be used in conjunction with {{t|StoreLine}} provide a listing of items that are found in a shop. It also helps to provide a uniform look of how the shop information is presented for all articles about shop on the wiki. ==Usage== <pre>{{StoreTableHead|sellmultiplier=1300|buymultiplier=400|delta=30}} {{StoreLine|name=Pot|stock=5|restock=9962000}} {{StoreLine|name=Jug|stock=2|restock=}} {..." current
  • 02:0702:07, 16 October 2024 diff hist +89 N Template:StoreTableHeadCreated page with "<includeonly>{{#invoke:StoreTableHead|main}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 02:0702:07, 16 October 2024 diff hist +5,453 N Template:StoreLine/docCreated page with "{{Documentation}} The '''StoreLine''' template is to be used in conjunction with {{t|StoreTableHead}} provide a listing of items that are found in a shop. It also helps to provide a uniform look of how the shop information is presented for all articles about shop on the wiki. ==Usage== <pre>{{StoreTableHead|sellmultiplier=1300|buymultiplier=400|delta=30}} {{StoreLine|name=Pot|stock=5|restock=9962000}} {{StoreLine|name=Jug|stock=2|restock=}} {{StoreLine|name=Empty jug pa..." current
  • 02:0702:07, 16 October 2024 diff hist +84 N Template:StoreLineCreated page with "<includeonly>{{#invoke:StoreLine|main}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 02:0602:06, 16 October 2024 diff hist +20 N Module:StoreLine/docCreated page with "{{No_documentation}}"
  • 02:0602:06, 16 October 2024 diff hist +13,011 N Module:StoreLineCreated page with "local p = {} local lang = mw.language.getContentLanguage() local var = mw.ext.VariablesLua local params = require('Module:Paramtest') local yesno = require('Module:Yesno') local currency_image = require("Module:Currency Image") local commas = require("Module:Addcommas") local exchange = require('Module:Exchange') local find_gevalue = exchange._value local find_geprice = exchange._price local geprices_data = mw.loadJsonData('Module:GEPrices/data.json') local var = mw.ex..." current
  • 02:0302:03, 16 October 2024 diff hist +388 N Template:StaticCalculator/docCreated page with "{{Documentation}} This template displays a message stating that an article is a static (GEMW-based) calculator. ==Usage== This template can be used by entering the following onto a relevant page. <pre>{{StaticCalculator}}</pre> {{StaticCalculator}} <includeonly>{{PAGENAME}}{{PAGENAME}}</includeonly>" current
  • 02:0302:03, 16 October 2024 diff hist +398 N Template:StaticCalculatorCreated page with "<includeonly>{{MessageBox |img = center|link= |This is a static calculator. |It does not take user inputs, but it does use changing prices from the Grand Exchange Market Watch. If prices appear to be outdated, [{{fullurl:{{FULLPAGENAME}}|action=purge}} purge the page by clicking here]. }}</includeonly><noinclude>{{/doc}}</noinclude>{{Mainonly|Category:Calculators}}" current
  • 02:0202:02, 16 October 2024 diff hist +601 N Template:JSCalculator/docCreated page with "{{Documentation}} This template displays a message stating that an article is a JavaScript-based calculator. ==Usage== This template can be used by entering the following onto a relevant page. <pre>{{JSCalculator}}</pre> {{JSCalculator}} {{TemplateData|<templatedata> { "params": {}, "description": "This template displays a message stating that an article is a JavaScript-based calculator.", "format": "inline" } </templatedata>}} ==See also== * Template:StaticCal..." current
  • 02:0202:02, 16 October 2024 diff hist +369 N Template:JSCalculatorCreated page with "<includeonly>{{MessageBox |class = plainlinks |img = center|link= |imgwidth = 40px |This dynamic calculator requires JavaScript. |This page takes user input via JavaScript and may use changing prices from the Grand Exchange Market Watch. }}{{Ctg|Calculators}}</includeonly><noinclude>{{/doc}}</noinclude>" current
  • 02:0202:02, 16 October 2024 diff hist +15,731 N Calculator:Slayer/Slayer task weightCreated page with "{{Calc use|Calculator:Slayer/Slayer task weight/Template}} {{JSCalculator}} <pre class="jcConfig"> template = Calculator:Slayer/Slayer task weight/Template form = slayWeightCalcForm result = slayWeightCalcResult param = master|Slayer Master|Turael|buttonselect|Turael,Krystilia,Mazchna,Vannaka,Chaeldar,Konar,Nieve,Duradel|Turael=combatLevel,slayerLevel,priestInPeril,porcineOfInterest;Krystilia=slayerLevel,agilityLevel,strengthLevel,thievingCheck,priestInPeril,dragonSlaye..." current
  • 02:0202:02, 16 October 2024 diff hist +199 N Calculator:Slayer/Slayer task weight/TemplateCreated page with "<noinclude> {{Calculator template|Calculator:Slayer/Slayer task weight}} {{invokes|Slayer weight calculator}}</noinclude> <includeonly> {{#invoke:Slayer_weight_calculator|invoke_main}} </includeonly>" current
  • 02:0102:01, 16 October 2024 diff hist +53,250 N Module:SlayerConsts/MasterTablesCreated page with "local SlayerConsts = require ('Module:SlayerConsts') local p = {} local turael = { [SlayerConsts.TASK_BANSHEES] = { name = "Banshees", requirements = {Slayer = 15, Combat = 20, Quest = SlayerConsts.QUEST_PRIEST_IN_PERIL}, weight = 8}, [SlayerConsts.TASK_BATS] = { name = "Bats", requirements = {Combat = 5}, weight = 7}, [SlayerConsts.TASK_BIRDS] = { name = "Birds", requirements = {}, weight = 6}, [SlayerConsts.TASK_BEARS] = { name = "Bears", requirements..."
  • 02:0002:00, 16 October 2024 diff hist +20 N Module:SlayerConsts/docCreated page with "{{No_documentation}}"
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)