Main public logs
Appearance
Combined display of all available logs of Ulrapedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:48, 5 June 2026 Mr.Dungeon talk contribs created page Homebrew Rules (the most important page for... reasons) Tag: Visual edit
- 04:14, 5 June 2026 Mr.Dungeon talk contribs created page Module:CommaLink (Created page with "local p = {} function p.link(frame) local input = frame.args[1] or "" if input == "" then return "" end local result = {} for item in string.gmatch(input, "([^,]+)") do item = item:match("^%s*(.-)%s*$") table.insert(result, "" .. item .. "") end return table.concat(result, ", ") end return p")
- 04:04, 5 June 2026 Mr.Dungeon talk contribs created page Template:CommaLink (Created page with "{{#invoke:CommaLink|link|{{{1|}}}}} <noinclude> == Usage == Converts a comma-separated list into auto-linked items. <pre> {{CommaLink|Item One, Item Two, Item Three}} </pre> Category:Utility templates </noinclude>")
- 04:03, 5 June 2026 Mr.Dungeon talk contribs created page Module:Commalink (Created page with "local p = {} function p.link(frame) local input = frame.args[1] or "" if input == "" then return "" end local result = {} for item in string.gmatch(input, "([^,]+)") do item = item:match("^%s*(.-)%s*$") table.insert(result, "" .. item .. "") end return table.concat(result, ", ") end return p")
- 03:18, 5 June 2026 Mr.Dungeon talk contribs created page Template:RowKV (Created page with "|- ! {{{1}}} | {{{2}}} <noinclude> == Usage == <pre> {{RowKV|Key|Value}} </pre> Category:Infobox templates </noinclude>")
- 03:09, 5 June 2026 Mr.Dungeon talk contribs moved page Template:Row/image to Template:RowImage
- 03:07, 5 June 2026 Mr.Dungeon talk contribs created page Template:Row/image (Created page with "|- | colspan="2" style="text-align:center;" | [[File:{{{1}}}|250px]] <noinclude> == Usage == An image row for use inside infoboxes. <pre> {{Row/image|Filename.jpg}} </pre> Category:Infobox templates </noinclude>")
- 03:02, 5 June 2026 Mr.Dungeon talk contribs created page File:Nirin.jpg
- 03:02, 5 June 2026 Mr.Dungeon talk contribs uploaded File:Nirin.jpg
- 02:42, 5 June 2026 Mr.Dungeon talk contribs created the Cargo table Characters
- 02:05, 5 June 2026 Mr.Dungeon talk contribs created page Template:Character (Created page with "{{Infobox |title={{{name|{{PAGENAME}}}}} |1= {{#if:{{{image|}}}|{{Row/image|{{{image}}}}}|}} {{#if:{{{species|}}}|{{Row/kv|Species|[[{{{species}}}]]}}|}} {{#if:{{{occupation|}}}|{{Row/kv|Occupation|{{{occupation}}}}}|}} {{#if:{{{titles|}}}|{{Row/kv|Titles|{{{titles}}}}}|}} {{#if:{{{aliases|}}}|{{Row/kv|Aliases|{{{aliases}}}}}|}} {{#if:{{{born|}}}|{{Row/kv|Born|{{{born}}}}}|}} {{#if:{{{died|}}}|{{Row/kv|Died|{{{died}}}}}|}} {{#if:{{{birthplace|}}}|{{Row/kv|Birthplace|{{...")
- 01:53, 5 June 2026 Mr.Dungeon talk contribs created page Template:Infobox (Created page with "{| class="wikitable" style="float:right; clear:right; margin-left:15px; margin-bottom:10px; width:250px;" ! colspan="2" style="text-align:center; font-size:1.1em;" | {{{title|{{PAGENAME}}}}} {{{1|}}} |} <noinclude> == Usage == The base infobox template. Use with Row/kv and Row/image to build infoboxes. <pre> {{Infobox |title=Character Name |1= {{Row/image|Filename.jpg}} {{Row/kv|Occupation|Blacksmith}} {{Row/kv|Status|Alive}} }} </pre> Category:Infobox templates </no...") Tag: Recreated
- 01:46, 5 June 2026 Mr.Dungeon talk contribs deleted page Template:Npc (content was: "#REDIRECT Template:NPC", and the only contributor was "Mr.Dungeon" (talk))
- 01:45, 5 June 2026 Mr.Dungeon talk contribs deleted page Template:Infobox (content was: "{| {{{main-params|}}} class="infobox side {{{classes|}}}" {{#if:{{{id|}}}| id="{{{id}}}" | {{#if: {{NAMESPACENUMBER}} == 10 | {{infobox/missing-id}} | }} }} |- {{{title-row-params|}}} align="{{{title-align|center}}}" ! colspan={{{cols|2}}} class="title {{{title-classes|}}}" {{{title-params|}}} | {{{title}}} |- <noinclude>|</noinclude>{{{1}}} {{#ifeq:{{{subpages}}}|y|...", and the only contributor was "Mr.Dungeon" (talk))
- 01:45, 5 June 2026 Mr.Dungeon talk contribs deleted page Template:NPC (content was: "<noinclude> == Usage == Places a floating infobox on the right side of the page. Empty fields are automatically hidden. Below is an example of what users will see on the article. {{NPC |image= |name=Example Character |occupation=Blacksmith |status=Alive |introduced=Session 1 }} == Syntax == <pre> {{NPC |image= |name= |occupation= |status= |introduced= }} </pre> Ca...", and the only contributor was "Mr.Dungeon" (talk))
- 01:45, 5 June 2026 Mr.Dungeon talk contribs deleted page Template:Docs (content was: "<noinclude> This template includes the "top" of the table for any template documents. Calls to this table should be followed by rows which document each of the templates parameters and finally the table should be "closed" by inserting <code><nowiki>|}</nowiki></code> after the final row. category: documentation templates </noinclude>{| class="wikitable" width=1...", and the only contributor was "Mr.Dungeon" (talk))
- 01:38, 5 June 2026 Mr.Dungeon talk contribs created page Template:Docs (Created page with "<noinclude> This template includes the "top" of the table for any template documents. Calls to this table should be followed by rows which document each of the templates parameters and finally the table should be "closed" by inserting <code><nowiki>|}</nowiki></code> after the final row. category: documentation templates </noinclude>{| class="wikitable" width=100% <!-- TABLE CAPTION --> |+ {{{title|Template Parameter Documentation Table}}} <!-- COLUMN HEADERS --...")
- 01:37, 5 June 2026 Mr.Dungeon talk contribs created page Template:Infobox (Created page with "{| {{{main-params|}}} class="infobox side {{{classes|}}}" {{#if:{{{id|}}}| id="{{{id}}}" | {{#if: {{NAMESPACENUMBER}} == 10 | {{infobox/missing-id}} | }} }} |- {{{title-row-params|}}} align="{{{title-align|center}}}" ! colspan={{{cols|2}}} class="title {{{title-classes|}}}" {{{title-params|}}} | {{{title}}} |- <noinclude>|</noinclude>{{{1}}} {{#ifeq:{{{subpages}}}|y| {{!}}- ! colspan={{{cols|2}}} {{!}} This page has subpages with<br />additional information on this topic...")
- 01:30, 5 June 2026 Mr.Dungeon talk contribs moved page Template:Npc to Template:NPC
- 01:30, 5 June 2026 Mr.Dungeon talk contribs created page Template:Npc (Created page with "<noinclude> == Usage == Places a floating infobox on the right side of the page. Empty fields are automatically hidden. Below is an example of what users will see on the article. {{NPC |image= |name=Example Character |occupation=Blacksmith |status=Alive |introduced=Session 1 }} == Syntax == <pre> {{NPC |image= |name= |occupation= |status= |introduced= }} </pre> Category:Infobox templates </noinclude>")
- 01:05, 5 June 2026 Mr.Dungeon talk contribs created page Nirin (Created page with "{{new}} And so it begins...")
- 00:56, 5 June 2026 Mr.Dungeon talk contribs created page Template:Uncategorized (Created page with "<div style="text-align: center; padding: 10px;"> 40px|link= <strong>This article needs categories!</strong> </div> Category:Needs Categorizing")
- 00:55, 5 June 2026 Mr.Dungeon talk contribs created page File:Category.png
- 00:55, 5 June 2026 Mr.Dungeon talk contribs uploaded File:Category.png
- 00:53, 5 June 2026 Mr.Dungeon talk contribs created page Template:New (Created page with "{{Stub}} {{Unlinked}} {{Unstyled}} {{Uncategorized}}")
- 00:44, 5 June 2026 Mr.Dungeon talk contribs created page Template:Unstyled (Created page with "<div style="text-align: center; padding: 10px;"> 40px|link= <strong>This article needs styling!</strong> </div> Category:Needs Styling")
- 00:42, 5 June 2026 Mr.Dungeon talk contribs created page Template:Unlinked (Created page with "<div style="text-align: center; padding: 10px;"> 40px|link= <strong>This article needs links!</strong> </div> Category:Needs Links")
- 00:40, 5 June 2026 Mr.Dungeon talk contribs created page File:Styling.png
- 00:40, 5 June 2026 Mr.Dungeon talk contribs uploaded File:Styling.png
- 00:40, 5 June 2026 Mr.Dungeon talk contribs created page File:Unlinked.png
- 00:40, 5 June 2026 Mr.Dungeon talk contribs uploaded File:Unlinked.png
- 20:58, 4 June 2026 Mr.Dungeon talk contribs created page Template:Gods (Created page with "{{Stub}}")
- 17:12, 3 June 2026 Mr.Dungeon talk contribs created page Cold weather (Created page with "When in sub freezing temperatures, characters start to take cold damage every hour. Starting with a DC of 10, characters take 1 damage and the DC increases by 1 for each 10 degrees below freezing. This damage is halved (rounded down) on a success, and doubled on a failure of 10 or more. Various elements effect this weather: Elevation Longitude Wind speed Darkness This damage can be reduced and mitigated in several ways: cold weather clothing: - 5 damage and DC Bedroll...")
- 03:14, 3 June 2026 Mr.Dungeon talk contribs created page Help:Style (Created page with "Here are the style guides! :)")
- 00:42, 3 June 2026 Mr.Dungeon talk contribs created page User:Mr.Dragon (Created page with "Double Trolled lmao")
- 21:58, 2 June 2026 Mr.Dungeon talk contribs created page Ulrapedia:Todo (Created page with "TO DO (Mostly for Boland) * Add character info box from 17th shard as a new template page * Add/ double check categories")
- 21:42, 2 June 2026 Mr.Dungeon talk contribs created page Category:Characters (Created page with "{{stub}}")
- 21:05, 2 June 2026 Mr.Dungeon talk contribs created page File:Puzzle stub.png
- 21:05, 2 June 2026 Mr.Dungeon talk contribs uploaded File:Puzzle stub.png
- 20:56, 2 June 2026 Mr.Dungeon talk contribs created page Template:Stub (Created page with "<div style="border: 1px solid #ccc; background: #f9f9f9; padding: 5px; margin: 5px;"> This article is a stub. You can help by expanding it. </div>")
- 20:56, 2 June 2026 Mr.Dungeon talk contribs created page Adventures in Asteria (Created page with "= Adventures of Asteria = This campaign takes place in the country of Asteria")
- 15:43, 2 June 2026 Mr.Dungeon talk contribs created page Gaia (Created page with "=== Gaia === ==== Lore ==== ==== Worship ==== ==== Relationships ==== ==== Major Events ====")
- 19:44, 22 May 2026 Mr.Dungeon talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: body { background-image: url('https://ulrapedia.com/images/thumb/d/dd/DanDWiki_Map.jpg/800px-DanDWiki_Map.jpg?20260522192631'); background-size: cover; background-attachment: fixed; }")
- 19:42, 22 May 2026 Mr.Dungeon talk contribs created page File:Sword-Coast-Map MedRes.jpg
- 19:42, 22 May 2026 Mr.Dungeon talk contribs uploaded File:Sword-Coast-Map MedRes.jpg
- 19:26, 22 May 2026 Mr.Dungeon talk contribs created page File:DanDWiki Map.jpg
- 19:26, 22 May 2026 Mr.Dungeon talk contribs uploaded File:DanDWiki Map.jpg
- 19:09, 22 May 2026 Mr.Dungeon talk contribs changed group membership for Mr.Dragon: granted bot, bureaucrat, interface administrator, suppressor and administrator
- 19:08, 22 May 2026 Mr.Dungeon talk contribs created page User talk:Mr.Dragon (:))
- 19:07, 22 May 2026 User account Mr.Dragon talk contribs was created by Mr.Dungeon talk contribs