Main public logs
From The Sextant of Worlds
Jump to navigationJump to search
Combined display of all available logs of The Sextant of Worlds. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:31, 20 April 2025 Stonedreamer talk contribs created page Module:Check for clobbered parameters (Created page with "local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end function p.check(frame) local args = frame.args local pargs = frame:getParent().args local checknested = isnotempty(args['nested']) local delimiter = isnotempty(args['delimiter']) and args['delimiter'] or ';' local argpairs = {} for k, v in pairs(args) do if type(k) == 'number' then local plist = mw.text.split(v, delimiter)...")
- 16:30, 20 April 2025 Stonedreamer talk contribs created page Module:InfoboxImage (Created page with "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if th...")
- 16:29, 20 April 2025 Stonedreamer talk contribs created page Module:WikidataIB (Created page with "-- Version: 2023-07-10 -- Module to implement use of a blacklist and whitelist for infobox fields -- Can take a named parameter |qid which is the Wikidata ID for the article -- if not supplied, it will use the Wikidata ID associated with the current page. -- Fields in blacklist are never to be displayed, i.e. module must return nil in all circumstances -- Fields in whitelist return local value if it exists or the Wikidata value otherwise -- The name of the field that thi...")
- 16:26, 20 April 2025 Stonedreamer talk contribs created page Module:Check for unknown parameters (Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the original wikitext...")
- 16:23, 20 April 2025 Stonedreamer talk contribs created page Template:Infobox company/doc (Created page with "<noinclude> ==Usage== This template is used to display a standardized infobox for TTRPG companies. ===Parameters=== * '''name''' – Name of the company (required) * '''logo''' – Logo filename (uploaded to the wiki) * '''caption''' – Caption below the logo * '''type''' – Type of business (e.g., Private, LLC) * '''industry''' – Industry (e.g., Tabletop, RPG publishing) * '''founded''' – Year founded * '''founder''' – Founder(s) * '''defunct''' – Year defunc...") Tag: 2017 source edit
- 16:07, 20 April 2025 Stonedreamer talk contribs created page File:The Sextant of Worlds.png
- 16:07, 20 April 2025 Stonedreamer talk contribs uploaded File:The Sextant of Worlds.png
- 16:05, 20 April 2025 Stonedreamer talk contribs created page Style Guide (Created page with "This page provides guidance on style and formatting of pages, citations, and links. == Companies == Company pges sould provide the following format: Overview Company History Product Lines Notable People References == Game Systems == Overview Publication History Game Mechanics * Core Mechanics * Dice System * Character Creation * Combat * Progression Setting Editions & Supplements Reception References") Tag: Visual edit
- 15:38, 20 April 2025 Stonedreamer talk contribs created page FASA Games, Inc (Created page with "thumb|FASA Games Inc. Logo, '''© FASA Games Inc''' The current publisher of Earthdawn.") Tag: Visual edit
- 15:37, 20 April 2025 Stonedreamer talk contribs created page File:FASA-Logo.png
- 15:37, 20 April 2025 Stonedreamer talk contribs uploaded File:FASA-Logo.png
- 15:35, 20 April 2025 Stonedreamer talk contribs created page Catalyst Game Labs (Created page with "thumb|Catalyst Game Labs Logo, '''© Catalyst Game Labs''' Shadowrun's current publisher.") Tag: Visual edit
- 15:34, 20 April 2025 Stonedreamer talk contribs created page File:CatalystGameLabs.png
- 15:34, 20 April 2025 Stonedreamer talk contribs uploaded File:CatalystGameLabs.png
- 15:21, 20 April 2025 Stonedreamer talk contribs created page FASA Corporation (Created page with "thumb|FASA Corporation Logo, '''© FASA Corporation''' FASA Corporation was founded in 1980 as a publisher of role-playing games, wargames and board games, including Shadowrun and Earthdawn. In 2001, they closed publishing operations for several years, becoming an IP holding company under the name FASA Inc<ref>[https://www.belloflostsouls.net/2020/07/how-fasa-came-crashing-down-prime.html "How FASA Came Crashing Down"], J.R. Zambrano, Belloflostsou...") Tag: Visual edit
- 15:20, 20 April 2025 Stonedreamer talk contribs created page File:FASA Logo.png
- 15:20, 20 April 2025 Stonedreamer talk contribs uploaded File:FASA Logo.png
- 23:01, 19 April 2025 Stonedreamer talk contribs created page Module:If empty (Created page with "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) for k,v in ipairs(args) do if v ~= '' then return v end end end return p")
- 22:59, 19 April 2025 Stonedreamer talk contribs created page Template:If empty (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:If empty|main}}<noinclude>{{Documentation}}</noinclude>") Tag: 2017 source edit
- 22:56, 19 April 2025 Stonedreamer talk contribs created page Template:Infobox company/styles.css (Created page with ".infobox { border: 1px solid #aaa; background-color: #f9f9f9; color: black; margin: 0.5em 1em 1em 0; padding: 0.2em; float: right; clear: right; font-size: 90%; line-height: 1.5em; width: 22em; } .infobox caption { font-size: 125%; font-weight: bold; text-align: center; } .infobox td, .infobox th { vertical-align: top; text-align: left; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { bo...")
- 22:55, 19 April 2025 Stonedreamer talk contribs created page Template:Infobox company (Created page with "{{Infobox | bodyclass = ib-company vcard | templatestyles = Infobox company/styles.css | child = {{lc:{{{embed}}}}} | decat = yes | titleclass = fn org | titlestyle = font-size: 125%; | title = {{#ifeq:{{lc:{{{embed}}}}} | yes | '''Company''' | {{#if:{{{name|}}} | {{{name}}} | {{#if:{{{company_name|}}}|{{{company_name}}}|<includeonly>{{PAGENAMEBASE}}</includeonly>}} }} }} | imageclass = ib-company-logo logo | image = {{#invoke:InfoboxImage |InfoboxImage |image={{#ifeq...") Tag: 2017 source edit
- 22:53, 19 April 2025 Stonedreamer talk contribs created page Module:Infobox/styles.css (Created page with ".infobox { border: 1px solid #aaa; background-color: #f9f9f9; color: black; margin: 0.5em 1em 1em 0; padding: 0.2em; float: right; clear: right; font-size: 90%; line-height: 1.5em; width: 22em; } .infobox caption { font-size: 125%; font-weight: bold; text-align: center; } .infobox td, .infobox th { vertical-align: top; text-align: left; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { bo...")
- 22:48, 19 April 2025 Stonedreamer talk contribs created page Module:Infobox (Created page with "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s'...")
- 22:46, 19 April 2025 Stonedreamer talk contribs created page Module:Wikidata (Created page with "-- vim: set noexpandtab ft=lua ts=4 sw=4: require('strict') local p = {} local debug = false ------------------------------------------------------------------------------ -- module local variables and functions local wiki = { langcode = mw.language.getContentLanguage().code } -- internationalisation local i18n = { ["errors"] = { ["property-not-found"] = "Property not found.", ["entity-not-found"] = "Wikidata entity not found.", ["unknown-claim-type"] = "Un...")
- 22:46, 19 April 2025 Stonedreamer talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
- 22:38, 19 April 2025 Stonedreamer talk contribs created page Template:Infobox book (Created page with "{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|{{remove first word|{{SUBPAGENAME}}}}}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>") Tag: 2017 source edit
- 22:34, 19 April 2025 Stonedreamer talk contribs created page Template:Infobox (Created page with "{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|{{remove first word|{{SUBPAGENAME}}}}}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>") Tag: 2017 source edit
- 22:33, 19 April 2025 Stonedreamer talk contribs created page Template:Infobox game (Created page with "{{infobox | italic title = {{{italic title|no}}} | title = {{if empty|{{{name|}}}|{{{subject_name|}}}|{{{title|}}}|<includeonly>{{PAGENAMEBASE}}</includeonly>}} | above = {{#if:{{{subtitle|}}}|<small>{{{subtitle}}}</small>}} | image1 = {{#invoke:InfoboxImage|InfoboxImage|image={{{logo_link|{{{logo|}}}}}}|size={{{logo_size|}}}|sizedefault=frameless|alt={{{logo_alt|{{{alt|}}}}}}}} | caption1 = {{{image_caption|{{{logo_caption|}}}}}} | image2 = {{#invoke...") Tag: 2017 source edit
- 22:17, 19 April 2025 Stonedreamer talk contribs created page Template:Cite web (Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=web }}</includeonly><noinclude> {{documentation}} </noinclude>") Tag: 2017 source edit
- 22:16, 19 April 2025 Stonedreamer talk contribs deleted page Template:Cite web (content was: " {{cite web |last = |first = |date = |title = |url = |website = |location = |publisher = |access-date = }}", and the only contributor was "Stonedreamer" (talk))
- 22:08, 19 April 2025 Stonedreamer talk contribs created page Shadowrun (Published Books) (Created page with "The list of books published for Shadowrun.") Tag: Visual edit
- 21:46, 19 April 2025 Stonedreamer talk contribs created page Template:Cite web (Created page with "To cite a web page with a credited author {{cite web |last= |first= |date= |title= |url= |website= |location= |publisher= |access-date=}} To cite a web page with no credited author {{cite web |author=<!-- not stated --> |date= |title= |url= |website= |location= |publisher= |access-date=}} To cite an online web page that has been archived {{cite web |last= |first= |date= |title= |url= |website= |location= |publisher= |url-status= |archive-url= |archive-date= |access-dat...") Tag: 2017 source edit
- 21:16, 19 April 2025 Stonedreamer talk contribs created page Earthdawn (Game System) (Created page with "The Earthdawn game contains a relatively unique game system which has been updated over the various editions. This page documents the current working game system for Earthdawn Fourth Edition. == The Step System & Action Economics == Dice rolls in Earthdawn are made against a standard table, called the Step/Action Dice Table in actions called Tests. The Earthdawn game system uses D4, D6, D8, D10, D12, an D20 dice while rolling, the type of dice are selected using the St...") Tag: Visual edit
- 15:10, 19 April 2025 Stonedreamer talk contribs created page The Great Dragons of Barsaive (Created page with "A political faction exists within the Earthdawn setting that straddles the line between polity, conspiracy, and an internal society of dragons. Generally referred to as "the Great Dragons", this organization consists primarily of Great Dragons, but in-game literature proposes that several adult dragons are also considered among this group.") Tag: Visual edit
- 05:33, 19 April 2025 Stonedreamer talk contribs created page The Mad Passions (Created page with "Passions of Barsaive gone mad during the events of the Scourge.") Tag: Visual edit
- 05:32, 19 April 2025 Stonedreamer talk contribs created page Raggok (Created page with "Once know as the Passion Rashomon, who stood for leadership and perserverance, but now tends vengeance and jealousy.") Tag: Visual edit
- 05:32, 19 April 2025 Stonedreamer talk contribs created page Vestrial (Created page with "Once a trickster and prankster, this fallen Passion now seeks manipulation and deceipt. A Mad Passion.") Tag: Visual edit
- 05:30, 19 April 2025 Stonedreamer talk contribs created page Dis (Created page with "A Mad Passion, once a patron of order and work, now one obsessed with confusion, slavery, and cruel mastery.") Tag: Visual edit
- 05:29, 19 April 2025 Stonedreamer talk contribs created page Upandal (Created page with "The Passion of construction, building, and planning.") Tag: Visual edit
- 05:29, 19 April 2025 Stonedreamer talk contribs created page Thystonius (Created page with "The Passion of physical strength and valor.") Tag: Visual edit
- 05:28, 19 April 2025 Stonedreamer talk contribs created page Mynbruje (Created page with "The Passion of justice and truth.") Tag: Visual edit
- 05:28, 19 April 2025 Stonedreamer talk contribs created page Lochost (Created page with "The Passion of slaves and rebels, who holds high the values of rebellion, change, and freedom.") Tag: Visual edit
- 05:27, 19 April 2025 Stonedreamer talk contribs created page Jaspree (Created page with "The Passion of growth, wilderness, and love of nature. == Referenced In: == * Earthdawn Player's Guide (Fourth Edition) * A Tear for Jaspree * Portfolio of a Dragon") Tag: Visual edit
- 05:26, 19 April 2025 Stonedreamer talk contribs created page Garlen (Created page with "The Passion of hearth and home.") Tag: Visual edit
- 05:25, 19 April 2025 Stonedreamer talk contribs created page Florannus (Created page with "The Passion of revelry, victory, and motion.") Tag: Visual edit
- 05:25, 19 April 2025 Stonedreamer talk contribs created page Chorrolis (Created page with "The Passion of wealth and trade") Tag: Visual edit
- 05:24, 19 April 2025 Stonedreamer talk contribs created page Astendar (Created page with "The Passion of romance and the arts.") Tag: Visual edit
- 05:24, 19 April 2025 Stonedreamer talk contribs created page Patterns (Created page with "A true and deep form of a thing, woven into the universe itself.") Tag: Visual edit
- 05:23, 19 April 2025 Stonedreamer talk contribs created page Wizard (Created page with "Those whose threads weave intellect and the arcane.") Tag: Visual edit
- 05:22, 19 April 2025 Stonedreamer talk contribs created page Weaponsmith (Created page with "Those who weave therads into what protects, what defends, and what can harm.") Tag: Visual edit