Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main public logs

More actions

Combined display of all available logs of Vault Hunters Official Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 22:12, 16 June 2025 Mnooseman talk contribs created page Template:TSLoader (Created page with "<includeonly>{{ #invoke: TSLoader | main }}</includeonly><noinclude>{{documentation}} <!-- Put categories/interwikis on the documentation page --> </noinclude>")
  • 20:58, 16 June 2025 Mnooseman talk contribs created page Module:Random/doc (Created page with "{{documentation header}} <!-- Documentation here --> This module generates a pseudo-random number. It is used the same as <code>math.random</code>, however it first sets up a seed so that the number is actually random.")
  • 20:58, 16 June 2025 Mnooseman talk contribs protected Module:Random [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 20:58, 16 June 2025 Mnooseman talk contribs created page Module:Random (Created page with "local p = {} local seeded local randomseed = math.randomseed local random = math.random function p.random( m, n ) if not seeded then p.seed() end return random( n and m or m and 1 or 0, n or m or 1 ) end function p.seed( seed ) randomseed( seed or ( os.time() + os.clock() * 1000000000 ) ) -- First few values of seed is not guaranteed to be random on some platforms random() random() seeded = true end function p.main( frame ) local m = tonumber( frame.a...")
  • 20:55, 16 June 2025 Mnooseman talk contribs created page Module:Inventory/doc (Created page with "{{documentation header}} <!-- documentation here --> == Usage == Once completed, this module will implement GUIs of * Crafting Table (p.crafting) * Furnace (p.furnace) * Anvil (p.anvil) * Smithing Table (p.smithing) ** Legacy (p.legacy_smithing) * Brewing Stand (p.brewing) * Survival inventory (p.survival) <!-- not implemented in T:inventory, lower priority --> * Loom inventory * Cartography Table inventory * Creative inventory * Sto...")
  • 20:54, 16 June 2025 Mnooseman talk contribs created page Module:Inventory (Created page with "local p = {} local noInvText = 0 --LOCAL addInventory() Adds inventory underneath the GUI, true by default local function addInventory(args) local hotbar = {} local j = 0 while j < 9 do table.insert(hotbar, require("Module:Inventory slot").slot{args[j + 1]}) j = j + 1 end local inventory = {} local i = 1 while i < 4 do table.insert(inventory, '<span style="display: block;">') -- For each column (9 for each row) local j = 0 while j < 9...")
  • 19:51, 16 June 2025 Mnooseman talk contribs created page Template:Redr (Created page with "{{Message box | class = msgbox-yellow | title = This page is a redirect: | text = <noinclude> * Actually, this page is a template page. Each redirect page using this template will list its reasons in bullet point format like this, though. There is a maximum of 6 bullet points, because this page currently does not use a module, even though it should (and will, soon). </noinclude><includeonly><nowiki/>{{ #if: {{{1|}}}{{{2|}}}{{{3|}}}{{{4|}}}{{{5|}}}{{{6|}}}...")
  • 19:51, 16 June 2025 Mnooseman talk contribs created page Template:Shc (Redirected page to Template:Shortcut) Tag: New redirect
  • 19:46, 16 June 2025 Mnooseman talk contribs created page Template:Yesno/doc (Created page with "{{documentation header}} <!-- Documentation here --> == Usage == This template is used to make other templates by turning an input into either "Yes" or no text. The first (and only) parameter is the input, and if the input is "1", "t", "true", "yes", "y", or "on", the template will output "yes". If the input is "no", "n", "0", "off", "f", or "false", the template will output no text, and as such <code><nowiki>{{#if:{{Yesno|{{{1}}}}}|(true output)|(false output)}}</nowiki...")
  • 19:45, 16 June 2025 Mnooseman talk contribs created page Template:Yesno (Created page with "<includeonly>{{#switch: {{lc: {{{1|}}}}} | y | yes | t | true | on | 1 = {{{yes|yes}}} | n | no | f | false | off | 0 | = {{{no|}}} |<!--blank--> = {{{blank|{{{no|}}} }}} | #default = {{{yes|yes}}} }}</includeonly><noinclude>{{documentation}} <!-- Put categories/interwiki on the documentation page --></noinclude>")
  • 19:43, 16 June 2025 Mnooseman talk contribs created page Template:Tcode (Redirected page to Template:TemplateCode) Tag: New redirect
  • 19:41, 16 June 2025 Mnooseman talk contribs protected MediaWiki:Smw purge [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 19:41, 16 June 2025 Mnooseman talk contribs created page MediaWiki:Smw purge (Created page with "Purge")
  • 19:40, 16 June 2025 Mnooseman talk contribs protected MediaWiki:Group-editor-member [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 19:40, 16 June 2025 Mnooseman talk contribs created page MediaWiki:Group-editor-member (Created page with "Editor")
  • 19:39, 16 June 2025 Mnooseman talk contribs created page Template:TemplateCode/doc (Created page with "{{Documentation header}} {{shortcut|tcode}} == Usage == {{tcode|tcode|''template name''}} Parameters can also be added, to a maximum of 8. Note that <code>=</code>'s must be escaped using <code><nowiki>{{=}}</nowiki></code> == Examples == {{tcode|tcode|subst:autoUnsigned}} gives:<br> {{tcode|subst:autoUnsigned}} {{tcode|tcode|Block|3=2=type=wood}} gives:<br> {{tcode|Block|2=type=wood}} {{tcode|tcode|:Commands/infobox}} gives:<br> {{tcode|:Commands/infobox}} {{tcode...")
  • 19:38, 16 June 2025 Mnooseman talk contribs created page Template:TemplateCode (Created page with "<includeonly><code>{<!-- -->{{{{1}}}{{#if: {{{2|}}}|{{!}}{{{2|}}} }}{{#if: {{{3|}}}|{{!}}{{{3|}}} }}{{#if: {{{4|}}}|{{!}}{{{4|}}} }}{{#if: {{{5|}}}|{{!}}{{{5|}}} }}{{#if: {{{6|}}}|{{!}}{{{6}}}{{#if: {{{7|}}}|{{!}}{{{7|}}} }}{{#if: {{{8|}}}|{{!}}{{{8|}}} }} }}<!-- -->}<!-- -->}</code></includeonly><noinclude> <!-- categories/interwikis on the /doc subpage, not here --> {{Documentation}} </noinclude>")
  • 19:34, 16 June 2025 Mnooseman talk contribs created page Template:Inventory slot/doc (Created page with "{{documentation header}} <!-- Documentation here --> This module implements {{tl|inventory slot}}. == Dependencies == * Module:Inventory slot/Aliases <includeonly> <!-- Template categories/interwiki here --> Category:Modules </includeonly>")
  • 19:24, 16 June 2025 Mnooseman talk contribs created page Template:Fullurl/doc (Created page with "{{documentation header}} <templatedata> { "params": { "1": { "label": "Page name", "description": "Target page name. Language, interwiki and section links may be used.", "example": "zh:Minecraft Wiki", "type": "wiki-page-name", "default": "{{FULLPAGENAME}}" }, "2": { "label": "Page action", "example": "veaction{{=}}edit&section{{=}}1", "description": "All page actions, separated by '&'. You must use {{=}} or | to escape all '='.", "...")
  • 19:23, 16 June 2025 Mnooseman talk contribs created page Template:Fullurl (Created page with "<includeonly>{{ #vardefine: $fullurl-url | {{fullurl: {{#replace:{{{1|{{FULLPAGENAMEE}}}}}| |_}} | {{ #if: {{{2|}}} | {{#replace:{{{2}}}| |_}} | {{ #if: {{{action|}}} | action={{{action}}} }} }} }} }}{{ #if: {{{nolink|}}} | {{ #tag: nowiki | {{ #var: $fullurl-url }} }} | [{{ #var: $fullurl-url }} {{ #if: {{{text|{{{3|}}}}}} | {{{text|{{{3}}}}}} | {{ #var: $fullurl-url }} }}] }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentat...")
  • 19:22, 16 June 2025 Mnooseman talk contribs created page Template:Short (Redirected page to Template:Shortcut) Tag: New redirect
  • 19:21, 16 June 2025 Mnooseman talk contribs created page Template:Para/doc (Created page with "{{documentation header}} <!-- Documentation here --> {{short|p}} == Usage == Like {{t|param}}, but as part of a template transclusion rather than in the source of the template itself. *<nowiki>{{para|section}}</nowiki>: {{para|section}} *<nowiki>{{para|nocat|yes}}</nowiki>: {{para|nocat|yes}} *<nowiki>{{para||foot}}</nowiki>: {{para||foot}} <includeonly> <!-- Template categories/interwikis here --> Category:Formatting templates </includeonly>")
  • 19:20, 16 June 2025 Mnooseman talk contribs created page Template:Para (Created page with "<code class="nowrap" style="{{SAFESUBST:<noinclude />#if:{{{plain|}}}|border: none; background-color: inherit;}} {{SAFESUBST:<noinclude />#if:{{{plain|}}}{{{mxt|}}}{{{green|}}}{{{!mxt|}}}{{{red|}}}|color: {{SAFESUBST:<noinclude />#if:{{{mxt|}}}{{{green|}}}|#006400|{{SAFESUBST:<noinclude />#if:{{{!mxt|}}}{{{red|}}}|#8B0000|inherit}}}};}} {{SAFESUBST:<noinclude />#if:{{{style|}}}|{{{style}}}}}"><nowiki>|</nowiki>{{SAFESUBST:<noinclude />#if:{{{1|}}}|{{{1}}}=}}{{{2...")
  • 19:20, 16 June 2025 Mnooseman talk contribs created page Template:P (Redirected page to Template:Para) Tag: New redirect
  • 19:19, 16 June 2025 Mnooseman talk contribs created page Template:Sandbox other/doc (Created page with "{{documentation header}} <!-- Documentation here --> == Usage == * {{p|1}} is the content to display if the template is used in a /sandbox subpage. * {{p|2}} is the content to display if the template is used in any other page. <includeonly> <!-- Template categories/interwikis here --> Category:Meta templates </includeonly>")
  • 19:18, 16 June 2025 Mnooseman talk contribs created page Template:Sandbox other (Created page with "{{#if:{{#pos:{{PAGENAME}}|/sandbox}}|{{{1|}}}|{{{2|}}}}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
  • 19:16, 16 June 2025 Mnooseman talk contribs created page Template:Translation category (Created page with "<includeonly>{{ #vardefine: $lang-list | {{ #dplreplace: / ar / ca / cz / da / dk / el / eo / et / fa / fin / ga / he / hr / id / is / lv / lt / moh / no / pt / ph / ro / sr / sk / se / th / tl / tr / ua / vi / yi / |[\n ]}}<!-- trim whitespace to maintain "switch" feel --> }}{{ #vardefine: $lang | {{ #if: {{ #pos: {{ #var: $lang-list }} | /{{SUBPAGENAME}}/ }} | {{SUBPAGENAME}} | {{ #if: {{ #pos: {{ #var: $lang-list }} | /{{SUBPAGENAME:{{BASEPAGENAME}}}}/ }} |...")
  • 19:14, 16 June 2025 Mnooseman talk contribs created page Template:Documentation (Created page with "<includeonly>{{#invoke: documentation | page }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwikis on the documentation page! --> </noinclude>")
  • 19:14, 16 June 2025 Mnooseman talk contribs created page Template:Transclude (Created page with "{{ #switch: {{NAMESPACE: {{{1}}} }} | #default = {{FULLPAGENAME: {{{1}}} }} <!-- eg "User:Foo" --> | {{ns:0}} = {{ #ifeq: {{NAMESPACE: {{{1}}} }} | {{NAMESPACE: Template{{{1}}} }} | Template:{{{1}}} <!-- no leading colon, eg "Foo" --> | {{PAGENAME: {{{1}}} }} <!-- leading colon, eg ":Foo", so we want the article --> }} }}<noinclude> {{Documentation}} <!-- categories/interwikis on the /doc subpage, not here --> </noinclude>")
  • 19:13, 16 June 2025 Mnooseman talk contribs created page Template:Message box/doc (Created page with "{{documentation header}} {{shortcut|msgbox|notice|mbox|ambox}} This template is used to add consistent styling to message boxes. == Usage == <pre style="display: table;">{{Message box | mini = Mini mode | small = Mini mode | subtle = Subtle mode | class = Classes for the template | type = Notice type | bgcol = Custom background color | linecol = Custom line color | width = Custom width | float = Custom alignment | icon = Icon from Template:CommentSprite | imagecss = Cus...")
  • 19:12, 16 June 2025 Mnooseman talk contribs protected Template:Message box [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 19:12, 16 June 2025 Mnooseman talk contribs created page Template:Message box (Created page with "<includeonly><div class="msgbox searchaux {{#if: {{{mini|{{{small|}}}}}} | msgbox-mini | }} {{#if: {{{subtle|}}} | msgbox-subtle | }} {{ #switch: {{{type|}}} | style | display | presentation = msgbox-yellow | minor | minor-issue | content | issue = msgbox-orange | major | major-issue | delete = msgbox-red | organization | title | move = msgbox-purple | details | parity | edition | upcoming = msgbox-blue | notice | note | info = msgbox-green | other = msg...")
  • 19:10, 16 June 2025 Mnooseman talk contribs created page Template:Lua/doc (Created page with "{{documentation header}} Use on the doc page of templates which use Lua modules. <code>{{{1}}}</code> is the module name without namespace, defaulting to <code>{<nowiki/>{BASEPAGENAME}}</code>. If the template uses data stored in a separate module(s) or module subpage(s), this can be noted with <code>{{{data}}}</code> and <code>{{{data2}}}</code>. Automatically adds the template page to Category:Lua-based templates. Set <code>{{{nocat}}}</code> to prevent this. <...")
  • 19:08, 16 June 2025 Mnooseman talk contribs created page Template:Lua (Created page with "{{message box | image = Lua logo.svg | text = This {{#ifeq:{{NAMESPACENUMBER}}|828|module depends on|template uses}} '''<includeonly>[[</includeonly>Module:{{ucfirst: {{PAGENAME:{{{1|{{#ifeq:{{SUBPAGENAME}}|doc|{{BASEPAGENAME}}|{{PAGENAME}}}}}}}}} }}<includeonly>]]</includeonly>''', {{ #if: {{{data|}}} | with data stored in [[Module:{{ ucfirst: {{PAGENAME:{{{data}}}}} }}]]{{ #if: {{{data2|}}} | and [[Module:{{ ucfirst: {{PAGENAME:{{{data2}}}}} }}]] }} | a script wr...")
  • 19:05, 16 June 2025 Mnooseman talk contribs created page Template:Shortcut/doc (Created page with "{{documentation header}} {{shc|redirect=yes|short|shc}} Used to show up to 9 shortcut redirects for templates. == Usage == {{shortcut|cmd}} <code><nowiki>{{shortcut|cmd}}</nowiki></code> <div style="clear:both"> {{shortcut|v|cmd|verlink}} <code><nowiki>{{shortcut|v|cmd|verlink}}</nowiki></code> <div style="clear:both"> {{shortcut|redirect=yes|a}} <code><nowiki>{{shortcut|redirect=yes|a}}</nowiki></code> <div style="clear:both"> == TemplateData == <templatedata> { "...")
  • 18:57, 16 June 2025 Mnooseman talk contribs created page Template:Shortcut (Created page with "<includeonly><div class="toc toccolours list-style-none" style="clear: {{{align|right}}}; float: {{{align|right}}}; margin: {{{margin|0 0 1em 1em}}}; min-width: 70px; max-width: 400px;"><div class="toctitle" style="font-weight: bold;">{{#if: {{{redirect|}}}|Redirect|Shortcut}}{{#if: {{{2|}}} | s }}</div><div style="margin: 0 1em;"> * {{fullurl|{{transclude|{{{1}}}}}|redirect{{=}}no|text={{{1}}}}}{{ #if: {{{2|}}} | * {{fullurl|{{transclude|{{{2}}}}}|redirect{{=}}no|text={...")
  • 18:55, 16 June 2025 Mnooseman talk contribs created page Module:AnimateSprite (Created page with "local p = {} function p.animate( f ) local args = f if f == mw.getCurrentFrame() then args = f:getParent().args end local icons = {} local sprite = require( 'Module:SpriteFile' ).sprite local name = args.name or 'InvSprite' local function image( icon ) return sprite({ name = name, icon, size = args.size or 32, align = args.align or 'middle', keepcase = true }) or '' end for icon in mw.text.gsplit( args[1], '%s*;%s*' ) do icons...")
  • 18:54, 16 June 2025 Mnooseman talk contribs created page Module:UI/doc (Created page with "{{documentation header}} <!-- Documentation here --> This module implements common UI templates, to avoid overhead from excessive #invoke calls. == Dependencies == * Module:Inventory slot * Module:AnimateSprite * Module:TSLoader == See also == * {{t|Crafting Table}} * {{t|Furnace}} * {{t|Brewing Stand}} * {{t|Stonecutter}} * {{t|Loom}} * {{t|Smithing Table}}")
  • 18:53, 16 June 2025 Mnooseman talk contribs created page Module:UI (Created page with "local slot = require( Module:Inventory slot ).slot local addSlot = function( args, item, prefix, class, default ) local none, nostacksize prefix = prefix or '' if #prefix == 0 then none = 'none' nostacksize = ((item == '' or nil) and '') or (args and args[item] and args[item]:gsub( '[,%d]', '' ) or '') end return slot{ nostacksize or args[item], mod = args.Mod, link = none or args[prefix .. 'link'], title = none or args[prefix .. 'title'], class = class,...")
  • 18:49, 16 June 2025 Mnooseman talk contribs created page Template:Inventory slot (Created page with "<includeonly>{{#invoke: inventory slot | slot }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page -->")
  • 18:46, 16 June 2025 Mnooseman talk contribs created page Module:Inventory slot/doc (Created page with "{{documentation header}} <!-- Documentation here --> This module implements {{tl|inventory slot}}. == Dependencies == * Module:Inventory slot/Aliases")
  • 18:45, 16 June 2025 Mnooseman talk contribs protected Module:Inventory slot [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (Module page) (hist)
  • 18:45, 16 June 2025 Mnooseman talk contribs created page Module:Inventory slot (Created page with "local p = {} -- Internationalization data local i18n = { -- Name formats for pages and files filename = 'Invicon $1', legacyFilename = 'Grid $1', modLink = 'Mods/$1/$2', -- Dependencies moduleAliases = Module:Inventory slot/Aliases, moduleRandom = Module:Random, -- List of special prefixes which should be handled by -- other modules (such as being moved outside links) -- When localizing, you might want to use a separate list of patterns -- matchin...")
  • 18:43, 16 June 2025 Mnooseman talk contribs created page Module:Inventory slot/Aliases/Table/doc (Created page with "{{documentation header}} <!-- Documentation here --> Displays all aliases in a table.")
  • 18:42, 16 June 2025 Mnooseman talk contribs created page Module:Inventory slot/Aliases/Table (Created page with "local p = {} p.table = function() local slot = require( Module:Inventory slot ) local aliases = mw.loadData( Module:Inventory slot/Aliases ) local aliasNames = {} local aI = 1 for name in pairs( aliases ) do -- Skip the banner aliases (except "Any Banner"), as there are so -- many of them it causes the table to be excessively long if name == 'Any Banner' or not name:find( ' Banner$' ) and not name:find( '^Matching ' ) or not aliases[name:g...")
  • 18:41, 16 June 2025 Mnooseman talk contribs created page Module:Inventory slot/Aliases/doc (Created page with "{{documentation header}} <!-- Documentation here --> This table defines the aliases used in Module:Inventory slot. {{#invoke: Inventory slot/Aliases/Table | table }}")
  • 18:41, 16 June 2025 Mnooseman talk contribs created page Module:Inventory slot/Aliases (Created page with "local aliases = { -- Common fuel types for furnace -- ['Any fuel'] = { 'Coal', 'Charcoal', { title = 'Log', name = 'Oak Log' }, { title = 'Overworld Planks', name = 'Oak Planks' }, 'Lava Bucket', 'Block of Coal' }, -- All armor -- ['Any leather armor'] = { 'Leather Cap', 'Leather Tunic', 'Leather Pants', 'Leather Boots' }, ['Any golden armor'] = { 'Golden Helmet', 'Golden Chestplate', 'Golden Leggings', 'Golden Boots' }, ['Any chainmail armor'] = { 'Chainmail Hel...")
  • 17:15, 16 June 2025 Mnooseman talk contribs created page Module:Documentation/doc (Created page with "{{documentation header}} <!-- Documentation here --> This module implements {{tl|Documentation}}. == Dependencies == * Module:ProcessArgs * Module:Static * Module:TSLoader * mw:extension:TemplateStyles: Module:Documentation/styles.css <includeonly> <!-- Template categories/interwiki here--> cs:Modul:Documentation de:Modul:Dokumentation es:MΓ³dulo:Documentation fr:Module:Documentation it:Modulo:Documentazione ja:γƒ’γ‚Έγƒ₯ール:...")
  • 17:14, 16 June 2025 Mnooseman talk contribs created page Module:Documentation/styles.css (Created page with ".documentation { background-color: hsl(215, 75%, 92%); border: 1px solid #ccc; padding: 0.8em 1em 0.7em; margin-top: 1em; clear: both; } body.wgl-theme-dark .documentation { background-color: hsl(215, 25%, 8%); border-color: #121212; } .documentation-header-top, .documentation-header-bottom { padding: 0.8em 1em 0.7em; background-color: hsl(215, 75%, 85%); } body.wgl-theme-dark .documentation-header-top, body.wgl-theme-dark .documentation-header-bottom { backgr...")
  • 17:00, 16 June 2025 Mnooseman talk contribs created page Module:Static/doc (Created page with "{{documentation header}} <!-- Documentation here --> <!-- Source: https://runescape.wiki/w/Module:Static/doc --> == Usage == This module returns a table that can store data that persists in between multiple <code><nowiki>{{#Invoke:}}</nowiki></code> calls. Example: <syntaxhighlight lang='lua'> local p = {} function p.main() local static = require( 'Module:Static' ) static.x = ( static.x or 0 ) + 1 return static.x end return p </syntaxhighlight> If the abo...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)