All public logs
Jump to navigation
Jump to search
Combined display of all available logs of RuneRealm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:21, 15 October 2024 Alex talk contribs created page Template:ShopLocTableBottom (Created page with "<includeonly>|}</includeonly> <noinclude>{{ShopLocLine/doc}}</noinclude>")
- 17:21, 15 October 2024 Alex talk contribs created page Template:ShopLocTableHead (Created page with "<includeonly> {| class="wikitable sortable {{#if:{{{1|}}}|align-center-4|align-center-3}}" ! Shop ! Location {{#if:{{{1|}}}|! Notes}} ! Members ! class="unsortable" | Map |- </includeonly> <noinclude>{{ShopLocLine/doc}}</noinclude>")
- 17:20, 15 October 2024 Alex talk contribs created page Template:ShopLocLine/doc (Created page with "{{Documentation}} The ShopLocTableHead, ShopLocLine, and ShopLocTableBottom templates should be used together to build tables of shop locations. <pre> {{ShopLocTableHead}} {{ShopLocLine |name = |location = }} {{ShopLocTableBottom}} </pre> ==Usage== '''With only required arguments''' <syntaxhighlight lang="moin" style="font-size> {{ShopLocTableHead}} {{ShopLocLine|name=Bob's Brilli...")
- 17:20, 15 October 2024 Alex talk contribs created page Template:ShopLocLine (Created page with "<includeonly>{{#invoke:ShopLocLine|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 17:19, 15 October 2024 Alex talk contribs created page Module:NA/doc (Created page with "{{No_documentation}}")
- 17:19, 15 October 2024 Alex talk contribs created page Module:NA (Created page with "-- This module is detached from the NA template. -- It's purpose is to provide an identical feature for modules -- building tables with the Scribunto HTML library. local p = {} -- Create a new node with the content and style function p.createNode(text) return configure(mw.html.create('td'), text) end -- Add the content and style to an existing node function p.styleNode(htmlNode, text) configure(htmlNode, text) end function configure(node, text) return node :wiki...")
- 17:18, 15 October 2024 Alex talk contribs created page Module:ShopLocLine/doc (Created page with "{{No_documentation}}")
- 17:18, 15 October 2024 Alex talk contribs created page Module:ShopLocLine (Created page with "local p = {} local editBtn = '<small>' .. require('Module:Edit button')() .. '</small>' local isEmpty = require('Module:Paramtest').is_empty local hc = require('Module:Paramtest').has_content local na = require('Module:NA') local map = require('Module:Map') function p.main(frame) local args = frame:getParent().args local locationRow = mw.html.create('tr') locationRow:tag('td'):wikitext(args.name) locationRow:tag('td'):wikitext(args.location) if args.notes ~= n...")
- 17:17, 15 October 2024 Alex talk contribs created page File:Anvil icon.png
- 17:17, 15 October 2024 Alex talk contribs uploaded File:Anvil icon.png
- 17:17, 15 October 2024 Alex talk contribs deleted File:Member icon.png (Deleted old revision 20241015151550!Member_icon.png: content before blanking was: "")
- 17:16, 15 October 2024 Alex talk contribs created page File:Part mud pie (water).png
- 17:16, 15 October 2024 Alex talk contribs uploaded File:Part mud pie (water).png
- 17:16, 15 October 2024 Alex talk contribs created page File:Decorative helm (red).png
- 17:16, 15 October 2024 Alex talk contribs uploaded File:Decorative helm (red).png
- 17:15, 15 October 2024 Alex talk contribs uploaded a new version of File:Member icon.png
- 17:15, 15 October 2024 Alex talk contribs created page File:Member icon.png
- 17:15, 15 October 2024 Alex talk contribs uploaded File:Member icon.png
- 17:12, 15 October 2024 Alex talk contribs created page Template:Recipe/doc (Created page with "{{Documentation}} ==About== This template is used to generate the level requirements, experience gained, members icon, and materials required to do skilling creation. For example, listing the materials required to make a black d'hide vambraces along with the Crafting level required and the experience gained for the action. ==Usage== For a complete list of facilities and special case tool names, visit the Module:Recipe page and look for toolsList and facilities...")
- 17:12, 15 October 2024 Alex talk contribs created page Template:Recipe (Created page with "<includeonly>{{#invoke:Recipe|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 17:11, 15 October 2024 Alex talk contribs created page Module:Recipe/doc (Created page with "{{Documentation}} This template should be used when there is no documentation for a Module or Template.")
- 17:10, 15 October 2024 Alex talk contribs created page Module:Recipe (Created page with "--<nowiki> local p = {} -- convert some used globals to locals to improve performance local math = math local string = string local table = table local mw = mw local expr = mw.ext.ParserFunctions.expr local coins = require('Module:Coins')._amount local yesno = require('Module:Yesno') local params = require('Module:Paramtest') local commas = require('Module:Addcommas') local geprice = require('Module:Exchange')._price local skillpic = require('Module:SCP')._main local...")
- 17:10, 15 October 2024 Alex talk contribs created page Template:LocLine/doc (Created page with "{{Documentation}} {{ToC|right}} The '''LocLine''' templates are used to list a monster's locations. Three templates are used to form the locations table: * {{T|LocTableHead}} - Contains table headers for the top of the locations table * {{T|LocLine}} - Template for all of the individual location lines * {{T|LocTableBottom}} - Contains table footers for the bottom of the locations table ==See also== This template should be used for NPC and Monster locations. Location lis...")
- 17:10, 15 October 2024 Alex talk contribs created page Template:LocLine (Created page with "<includeonly>{{#invoke:LocLine|main|icon=redPin|ptype=monster}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 16:51, 15 October 2024 Alex talk contribs created page Template:ObjectTableBottom/doc (Created page with "{{documentation}} Used to generate a table footer for object locations. See also Template:ObjectLocLine and Template:ObjectTableHead. ==Parameters== This template does not take parameters.")
- 16:51, 15 October 2024 Alex talk contribs created page Template:ObjectTableBottom (Created page with "<includeonly>|}</includeonly><noinclude>{{/doc}}</noinclude>")
- 16:50, 15 October 2024 Alex talk contribs created page Template:ObjectTableHead/doc (Created page with "{{documentation}} Used to generate a table header for object locations. See also Template:ObjectLocLine and Template:ObjectTableBottom. ==Example== <code><nowiki>{{ObjectTableHead}}</nowiki></code> produces: {{ObjectTableHead}}")
- 16:50, 15 October 2024 Alex talk contribs created page Template:ObjectTableHead (Created page with "<includeonly>{| class="wikitable sortable align-center-2 align-center-3" ! Location ! Members ! Spawns ! class="unsortable" | Map |-</includeonly><noinclude>{{/doc}}</noinclude>")
- 16:50, 15 October 2024 Alex talk contribs created page File:Yes check.svg
- 16:50, 15 October 2024 Alex talk contribs uploaded File:Yes check.svg
- 16:48, 15 October 2024 Alex talk contribs created page Template:Map/doc (Created page with "{{documentation}} The Map template is used to easily create interactive maps or inline links to interactive maps. To find coordinates of a specific map square, use a tool such as https://mejrs.github.io/osrs. For a guide on how to manually define maps, see RuneScape:Create Map. ==Usage== ===Basic map=== A map with no arguments will default to Lumbridge. Provide an X/Y coordinate to define where the map is centered. {| class="center" |- | <code><nowiki>{{Map}}</no...")
- 16:48, 15 October 2024 Alex talk contribs created page Template:Map (Created page with "<includeonly>{{#invoke:Map|map}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 16:47, 15 October 2024 Alex talk contribs created page Template:ObjectLocLine/doc (Created page with "{{documentation}} Used to generate a table entry for object locations. Provides cells for location string, members, amount of spawns and link to map. See also Template:ObjectTableHead and Template:ObjectTableBottom. ==See also== This template should be used for scenery object locations. Location lists for other entities include: * {{T|LocLine}} - Used for NPC/monster spawn locations * {{T|ItemSpawnLine}} - Used for item spawns * {{T|ShopLocLine}} - Used for sh...")
- 16:47, 15 October 2024 Alex talk contribs created page Template:ObjectLocLine (Created page with "<includeonly>{{#invoke:LocLine|main|icon=greenPin|ptype=object}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 16:46, 15 October 2024 Alex talk contribs created page File:Stub.png
- 16:46, 15 October 2024 Alex talk contribs uploaded File:Stub.png
- 16:45, 15 October 2024 Alex talk contribs created page Template:MessageBox/doc (Created page with "{{Documentation}}<includeonly>*</includeonly> The '''MessageBox''' template is a wrapper for all types of message boxes. This includes licenses, Maintenance templates, and general notices used to alert the reader about something. ==Parameters== To use this template, copy the following code and fill in the necessary information <pre> {{MessageB...")
- 16:45, 15 October 2024 Alex talk contribs created page Template:MessageBox (Created page with "<includeonly><table class="messagebox {{{class|}}}" {{#if:{{{style|}}}|style="{{{style}}}"}} role="presentation"> <td class="messagebox-image" style="width: {{{imgwidth|50px}}};">{{#if:{{{img|}}}|{{{img}}}|60x60px|center|link=}}</td> <td><span class="messagebox-title"><b>{{#if:1|{{{1}}}|<!--this #if removes trailing/leading whitespace-->}}</b></span>{{#if:{{{2|}}}|<br style="clear: both;" /><div style="font-size:0.85em; line-height:1....")
- 16:44, 15 October 2024 Alex talk contribs created page Template:Incomplete/doc (Created page with "{{documentation}} This template is used when something on an article or section is missing. Also adds the page to one of: Category:Incomplete transcripts, Category:Incomplete articles or Category:Incomplete without reason. ==Usage== {{T|Incomplete|reason}} ==Examples== {{t|Incomplete|There are more ways available}} {{Incomplete|There are more ways available|nocat=yes}} {{TemplateData|<templatedata> { "params": { "1": { "label": "Reason", "de...")
- 16:44, 15 October 2024 Alex talk contribs created page Template:Incomplete (Created page with "{{MessageBox |img = centre|link= |This {{PageType}} or section is incomplete and could do with improvement. |2={{#if:{{{1|}}}|Reason: ''{{{1}}}''<br />}}You can discuss this issue on the [{{fullurl:{{TALKPAGENAME}}}} talk page] or <span class="plainlinks">[{{fullurl:{{NAMESPACE}}:{{PAGENAME}}|action=edit}} edit]</span> this {{PageType}} to improve it. }}<includeonly>{{#ifeq:{{{nocat|}}}|yes||{{#if:{{{1|}}}|{{#ifeq:{{NAMESPACE}}|{{ns:Transcript...")
- 16:43, 15 October 2024 Alex talk contribs created page Template:ItemSpawnLine/doc (Created page with "{{Documentation}} {{Incomplete}} ==See also== This template should be used for item spawn locations. Location lists for other entities include: * {{T|LocLine}} - Used for NPC/monster spawn locations * {{T|ObjectLocLine}} - Used for object/scenery locations * {{T|ShopLocLine}} - Used for shop locations")
- 16:43, 15 October 2024 Alex talk contribs created page Template:ItemSpawnLine (Created page with "<includeonly>{{#invoke:LocLine|main|icon=greenPin|ptype=item}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 16:42, 15 October 2024 Alex talk contribs created page Module:LocLine/doc (Created page with "{{No_documentation}}")
- 16:39, 15 October 2024 Alex talk contribs created page Template:Infobox Monster/doc (Created page with "{{Documentation}} {{Standard infobox parameters}} ==Parameters== ===name=== The in-game name of the monster. ===image=== An image of the monster. ===release=== Release date of the monster. Should follow the format <nowiki>DD Month YYYY</nowiki>. ===update=== Update page that the monster was released with. Do not include brackets (<nowiki>& </nowiki>) or the Update: prefix. ===removal=== (Optional) Removal date of the monster. Should follow the format <...")
- 16:39, 15 October 2024 Alex talk contribs created page Template:Infobox Monster (Created page with "{{#invoke:Infobox Monster|main}}<noinclude>{{/doc}}</noinclude>")
- 16:35, 15 October 2024 Alex talk contribs created page Template:Mmgsection/doc (Created page with "{{documentation}} This template generates a table of money making guides related to the subject page. It is a successor to the messagebox Template:HasMMG deleted after a Request for Deletion. ==Usage== Giving a money making guide subpage name: <code><nowiki>{{Mmgsection|Killing the King Black Dragon}}</nowiki></code> {{Mmgsection|Killing the King Black Dragon}} ---- Giving a recurring money making guide subpage name...")
- 16:35, 15 October 2024 Alex talk contribs created page Template:Mmgsection (Created page with "<includeonly>{{#invoke:Mmgsection|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 16:35, 15 October 2024 Alex talk contribs created page Module:Mmgsection/doc (Created page with "{{Documentation}} Implements {{T|Mmgsection}}. See template for documentation.")
- 16:35, 15 October 2024 Alex talk contribs created page Module:Mmgsection (Created page with "require('strict') local p = {} local round = require('Module:Number')._round local _coins = require('Module:Currency')._amount -- funcs from Module:Mmgtable local function sigfig(x, p) local x_sign = x < 0 and '-1' or '1' local x = math.abs(x) if x == 0 then return 0 end local n = math.floor(math.log10(x)) + 1 - p return tonumber(x_sign) * math.pow(10,n) * round(x/math.pow(10, n), 0) end local function autoround(x, f) x = tonumber(x) or 0 local _x if x...")
- 16:34, 15 October 2024 Alex talk contribs created page Module:Infobox Monster/doc (Created page with "{{Documentation}}")