All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Discord Dungeons Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 14:40, 31 March 2022 Mackan talk contribs created page Module:Mainonly (Created page with "--[[ {{Helper module|name=Mainonly |fname1=_main(arg) |ftype1=Any value |fuse1=If the module is invoked in the content namespace, it will return arg, otherwise, it will return an empty string |fname2=on_main() |ftype2=N/A |fuse2=Returns true if invoked in the content namespace, otherwise false }} --]] -- -- Module to return text only when invoked in the content namespace -- local p = {} function p.main(frame) local ret = frame:getParent().args[1] or '' return p._main...")
- 14:39, 31 March 2022 Mackan talk contribs created page Template:Infobox Item (Created page with "{{#invoke:Infobox Item|main}}<noinclude>{{/doc}}</noinclude>")
- 14:38, 31 March 2022 Mackan talk contribs created page Module:Infobox Item (Created page with "-------------------------- -- Module for Template:Infobox Item ------------------------ local p = {} local infobox = require('Module:Infobox') local onmain = require('Module:Mainonly').on_main local commas = require('Module:Addcommas')._add VariablesLua = mw.ext.VariablesLua function p.main(frame) local args = frame:getParent().args local ret = infobox.new(args) ret:defineParams{ --- General { name = 'name', func = 'name' }, { name = 'version', func = 'h...")
- 14:08, 31 March 2022 Automatic category creator talk contribs created page Category:Pages using DynamicPageList parser tag (Created automatically by the AutoCreateCategoryPages extension.)
- 14:07, 31 March 2022 Mackan talk contribs created page Template:Extension DPL/doc (Created page with "{{Documentation}} This page was automatically created. It serves as an anchor page for all '''invocations''' of [http://mediawiki.org/wiki/Extension:DynamicPageList Extension:DynamicPageList (DPL)]. ==Usage== This template should not be linked to, as it does nothing. <includeonly>{{PAGENAME}}{{PAGENAME}}</includeonly>")
- 14:07, 31 March 2022 Mackan talk contribs created page Template:Extension DPL (Created page with "<noinclude>{{/doc}}</noinclude>")
- 14:01, 31 March 2022 Automatic category creator talk contribs created page Category:Helper modules (Created automatically by the AutoCreateCategoryPages extension.)
- 14:01, 31 March 2022 Mackan talk contribs created page DD Wiki: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. <dpl> namespace = Module uses = Template:Helper module titlematch = %/doc nottitlematch = Helper module/doc include = {Helper module} format = <table class="wikitable"><tr><th>Module</th><th>Function</th><th>Type</th><th>Use</th></tr>,,,</table> ordermethod=title...")
- 14:01, 31 March 2022 Mackan talk contribs created page Module:Helper module/doc (Created page with "{{Documentation}} {{Invokes|Helper module}} Generates helper module information for use in documentation, which is automatically used by RuneScape:Lua/Helper modules. <includeonly> </includeonly>")
- 13:57, 31 March 2022 Mackan talk contribs created page Module:Helper module (Created page with "-- <nowiki> -- Helps DD_Wiki:Lua/Helper modules format its table with dynamic documentation -- See Template:Helper module for documentation and usage local p = {} function p.main(frame) local args = frame:getParent().args local function_list = {} -- Let there be no limit to number of parameters local i = 1 while args['fname'..i] do local funcname = args['fname'..i] or '' local functype = args['ftype'..i] or '' local funcuse = args['fuse'..i] or '' f...")
- 13:54, 31 March 2022 Mackan talk contribs created page Template:Helper module/doc (Created page with "{{Documentation}} {{Invokes|Helper module}} Provides documentation for functions of modules that contain functions useful for other modules. This template should be part of a comment, and should be at the top of the source code, '''before''' any <nowiki><pre> or <nowiki></nowiki> tags. There is no limit to the number of functions this template can list. This template is called by RuneScape:Lua/Helper modules to help produce a dynamic table. <pre> {{Helper module |n...")
- 13:54, 31 March 2022 Mackan talk contribs created page Template:Helper module (Created page with "<includeonly>{{#invoke:Helper module|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 13:54, 31 March 2022 Automatic category creator talk contribs created page Category:Module documentation (Created automatically by the AutoCreateCategoryPages extension.)
- 13:54, 31 March 2022 Mackan talk contribs created page Module:Edit button/doc (Created page with "{{Documentation}} {{Helper module |name=Edit button |fname1=(text) |ftype1=string |fuse1=Creates an edit button for the current page that the module is invoked on<br><br><code>text</code> defaults to "edit" }}")
- 13:53, 31 March 2022 Mackan talk contribs created page Module:Edit button (Created page with "-- {{Helper module|name=Edit button|fname1=(text)|ftype1=string|fuse1=Creates an edit button for the current page that the module is invoked on<br><br><code>text</code> defaults to "edit"}} -- Creates a link that opens the editor screen for whatever page this module is invoked on return function(text) local page_title = mw.title.getCurrentTitle().fullText local url = tostring(mw.uri.fullUrl(page_title,'action=edit')) return '['..url..' '..(text or 'edit')..']' end")
- 13:51, 31 March 2022 Mackan talk contribs created page Template:Invokes/doc (Created page with "{{Documentation}} This template should be put near the beginning of a template or module's documentation page to link to a module that the template invokes, or a template that invokes the module (respectively). <pre> {{Invokes|ModuleName}} or {{Invokes|TemplateName}} </pre> ==Parameters== ===(1)=== On a template documentation page, this parameter should be supplied with the page title for a module that the template invokes (without the "Module:" namespace prefix).<br>...")
- 13:51, 31 March 2022 Mackan talk contribs created page Template:Invokes (Created page with "<includeonly>{{#ifeq:{{NAMESPACE}}|Module|<div class="seealso">'''''{{#replace:{{FULLPAGENAME}}|/doc}}''' is invoked by [[{{{page|Template:{{{1}}}}}}]].{{#ifeq:{{lc:{{{category}}}}}|no||{{#ifeq:{{SUBPAGENAME}}|doc||Category:Template invoked modules}}}}''</div>|<div class="seealso">'''''{{#replace:{{FULLPAGENAME}}|/doc}}''' invokes [[Module:{{{1}}}]] using Lua.{{#ifeq:{{lc:{{{category}}}}}|no||{{#ifeq:{{SUBPAGENAME}}|doc||Category:Lua-based templates...")
- 13:50, 31 March 2022 Mackan talk contribs created page Template:Main/doc (Created page with "{{Documentation}} {{Invokes|Main article}} This template can be used to link to another relevant article or set of articles when there is no way to fluently link the article in prose. ;Good example <pre> ==Strategies== {{Main|/Items Map}} A map of items </pre> ;Bad example Below, it makes more sense to simply link Health Potion in the paragraph: <pre> ==Health Potion== {{Main|Health Potion}} The health potion heals 5 hp. </pre> {{TemplateData|<templatedata> { "...")
- 13:49, 31 March 2022 Mackan talk contribs created page Template:Main (Created page with "{{#invoke:Main article|main}}<noinclude> {{/doc}}{{PAGENAME}}</noinclude>")
- 13:48, 31 March 2022 Mackan talk contribs created page Module:Main article (Created page with "-- <pre> local p = {} function p.main(frame) local args = frame:getParent().args local ret = mw.html.create('div') :addClass('seealso') -- list of all articles local params = {} -- total arguments counted counted local ttl = 0 for _, v in ipairs(args) do ttl = ttl + 1 table.insert(params,v) end -- main return string ret:wikitext('Main article'..(#params > 1 and 's' or '')..': ') -- helper function local function link(article) article = string.gs...")
- 13:44, 31 March 2022 Mackan talk contribs created page Template:ToC/doc (Created page with "{{documentation}} The '''ToC''' template aligns the "Table of Contents" in a page. The table may now be able to float at the left or right of a page and the text should wrap around it. This template can improve page layouts in certain cases. It can also force-insert a table of contents in pages where there are not enough sections for an automatic insertion of a "Table of Contents". ==Usage== * {{t|ToC|align}} * {{t|ToC|align|clear|width|limit}} ===Optional parameters=...")
- 13:44, 31 March 2022 Mackan talk contribs created page Template:ToC (Created page with "{| id="toctemplate" align="{{#switch:{{{align|{{{1|left}}}}}}|right=right|center=center|left|#default=left}}" cellspacing=0 cellpadding=0 style="clear:{{{clear|left}}}; margin-bottom:0.5em; margin-right:1em; float:{{#switch:{{{align|{{{1|left}}}}}}|right=right|center=center|left|#default=left}}; padding:{{#switch:{{{align|{{{1|left}}}}}}|right=0.5em 0 0.8em 1.4em|#default=0.5em 1.4em 0.8em 0}}; background:none; width:{{{width|auto}}};" class="nomobile {{#if:{{{limit|}}}|...")
- 13:43, 31 March 2022 Mackan talk contribs created page Module:Infobox/doc (Created page with "{{ToC|right}} ==Creating a template step-by-step== ===Import Module:Infobox=== <syntaxhighlight lang="lua"> local infobox = require('Module:Infobox') </syntaxhighlight> ===Unpack the frame arguments=== <syntaxhighlight lang="lua"> function p.main(frame) local args = frame:getParent().args ... </syntaxhighlight> ===Define an Infobox object=== {{Main|Module:Infobox#new}} <syntaxhighlight lang="lua"> local ret = infobox.new(args) </syntaxhighlight> ===Map your argume...")
- 13:25, 31 March 2022 Saederup92 talk contribs restored page User:Saederup92 (2 revisions)
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:ZandraUlj20
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:ZandraHargreaves
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:ZandraChacon11
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:ZakSimoi96141
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:ZakDenham73674
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:ZackTomaszewski
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:ZackODea3845
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:ZackFosdick15
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:Zack69646512
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:ZacheryParr1884
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:ZacheryHansen3
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:ZQTJamison
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:ZCNDeclan2811
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:ZCLLou3851
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:YvonneLammon3
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:YvetteWeldon4
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:YukikoLouise
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:YukikoFrias
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:YoungHutson633
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:YoungHemmant236
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:YoungCastle02
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:YongWhyte94
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:YongRoughley336
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:Yong76O201107885
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:Yolanda28T
- 13:23, 31 March 2022 Delete page script talk contribs deleted page User:YettaMcDowall9