Main public logs
Appearance
Combined display of all available logs of BRUS Wikipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:43, 11 January 2025 BRUSpedia talk contribs created page Module:Infobox/styles.css (Created page with "local p = {} -- Table for module data -- Define the CSS as a multi-line Lua string using long brackets to avoid conflicts p.styles = [[ .infobox-subbox { padding: 0; border: none; margin: -3px; width: auto; min-width: 100%; font-size: 100%; clear: none; float: none; background-color: transparent; } .infobox-3cols-child { margin: auto; } .infobox .navbar { font-size: 100%; } Dark theme: @media screen { html.skin-th...")
- 22:35, 11 January 2025 BRUSpedia talk contribs created page Module:Message box/configuration (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...")
- 22:34, 11 January 2025 BRUSpedia talk contribs created page Module:Message box (Created page with "require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions ---------------------------------------------------------------------------...")
- 22:34, 11 January 2025 BRUSpedia talk contribs created page Module:Yesno (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...")
- 22:33, 11 January 2025 BRUSpedia talk contribs created page Module:Lua banner (Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args)...")
- 22:32, 11 January 2025 BRUSpedia talk contribs created page Template:Lua (Created page with "<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 22:25, 11 January 2025 BRUSpedia talk contribs created page Module:String (Created page with "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error c...")
- 22:24, 11 January 2025 BRUSpedia talk contribs created page Template:PAGENAMEBASE (Created page with "{{safesubst:<noinclude/>#invoke:String|replace|{{{1|{{safesubst:<noinclude/>PAGENAME}}}}}|%s+%b()$||1|false}}<noinclude> {{documentation}} </noinclude>")
- 22:20, 11 January 2025 BRUSpedia talk contribs created page Template:En dash range (Created page with "{{{1}}}{{#ifeq:{{#invoke:String|find|source={{#invoke:Plain text|main|{{{1}}}{{{2}}}}}|target=[%s–—-]|plain=false}}|0|–| – }}{{{2}}}<noinclude> {{Documentation}} </noinclude>")
- 22:19, 11 January 2025 BRUSpedia talk contribs created page Module:Date (Created page with "-- Date functions for use by other modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t) == 'table' and t._id == uniq end local function is_...")
- 22:18, 11 January 2025 BRUSpedia talk contribs created page Module:Age (Created page with "-- Implement various "age of" and other date-related templates. local mtext = { -- Message and other text that should be localized. -- Also need to localize text in table names in function dateDifference. ['mt-bad-param1'] = 'Invalid parameter $1', ['mt-bad-param2'] = 'Parameter $1=$2 is invalid', ['mt-bad-show'] = 'Parameter show=$1 is not supported here', ['mt-cannot-add'] = 'Cannot add "$1"', ['mt-conflicting-s...")
- 22:18, 11 January 2025 BRUSpedia talk contribs created page Module:Documentation/config (Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------...")
- 22:17, 11 January 2025 BRUSpedia talk contribs created page Template:Birth date and age (Created page with "<includeonly>{{{{{♥|safesubst:}}}#invoke:age|birth_date_and_age}}{{#invoke:Check for unknown parameters|check|ignoreblank=y|preview=Page using Template:Birth date and age with unknown parameter "_VALUE_"|unknown={{main other|_VALUE_{{PAGENAME}}}}|1|2|3|day|month|year|df|mf}}{{#ifeq: {{NAMESPACENUMBER}} | 0 | {{#if: {{#invoke:wd|label|raw}} | {{#if: {{#invoke:String|match|{{#invoke:wd|pro...")
- 22:17, 11 January 2025 BRUSpedia talk contribs created page Module:List (Created page with "local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles = ''...")
- 22:15, 11 January 2025 BRUSpedia 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 require ('strict'); 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...")
- 22:14, 11 January 2025 BRUSpedia 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:13, 11 January 2025 BRUSpedia talk contribs created page Module:TableTools (Created page with "------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke....")
- 22:12, 11 January 2025 BRUSpedia talk contribs created page Module:Separated entries (Created page with "-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be -- specified independently, enabling natural-language lists like -- "foo, bar, baz and qux". The starting parameter can also be specified. local compressSparseArray = require('Module:TableTools').compressSparseArray local p = {} function p._main(args) local dataPlural = args.dataPlural local separator = args.separator...")
- 22:09, 11 January 2025 BRUSpedia 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...")
- 22:08, 11 January 2025 BRUSpedia talk contribs created page Module:Documentation (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in...")
- 22:07, 11 January 2025 BRUSpedia talk contribs created page Template:Documentation (Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>")
- 22:07, 11 January 2025 BRUSpedia talk contribs created page Template:Infobox officeholder/office (Created page with "{{#if:{{{speaker|}}}{{{state_legislature|}}}{{{state_assembly|}}}{{{speaker_office|}}}{{{state_delegate|}}}{{{state_house|}}}{{{prior_term|}}}{{{nominee|}}}{{{candidate|}}}{{{termstart|}}}{{{election_date|}}}{{{majority_leader|}}}{{{minority_floor_leader|}}}{{{minority_leader|}}}{{{majority_floor_leader|}}}{{{jr/sr|}}}{{{succeeding|}}}{{{assuming|}}}{{{state|}}}{{{jr/sr and state|}}}{{{state_senate|}}}{{{district|}}}{{{ambassador_from|}}}{{{minister_from|}}}{{{order|}}}{...")
- 22:06, 11 January 2025 BRUSpedia 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:04, 11 January 2025 BRUSpedia talk contribs changed the settings "wgVisualEditorEnableDiffPageBetaFeature, wgVisualEditorEnableWikitextBetaFeature, wgVisualEditorEnableWikitext, wgVisualEditorUseSingleEditTab, wgVisualEditorEnableDiffPage, wgVisualEditorTransclusionDialogSuggestedValues, wgVisualEditorTransclusionDialogInlineDescriptions, wgVisualEditorTransclusionDialogBackButton, wgVisualEditorTransclusionDialogNewSidebar, wgVisualEditorTemplateSearchImprovements" for "bruswiki" (Hi)
- 22:03, 11 January 2025 BRUSpedia talk contribs changed the settings "visualeditor" for "bruswiki" (Hi)
- 22:01, 11 January 2025 BRUSpedia talk contribs changed the settings "portableinfobox" for "bruswiki" (Hi)
- 21:59, 11 January 2025 BRUSpedia 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>")
- 21:58, 11 January 2025 BRUSpedia talk contribs created page Template:Infobox officeholder (Created page with "{{#invoke:infobox|infoboxTemplate | bodyclass = vcard {{{bodyclass|}}} | bodystyle = {{#if:{{{mainwidth|}}}|width: {{{mainwidth}}}}} | child = {{lc:{{{embed}}}}} | abovestyle = font-size: 100%; | above = {{#if:{{{honorific prefix|{{{honorific_prefix|{{{honorific-prefix|}}}}}}}}}|<div class="honorific-prefix" style="font-weight: normal;">{{{honorific prefix|{{{honorific_prefix|{{{honorific-prefix}}}}}}}}}</div>}}<!-- --><div class="fn" style="font-size:125%;">{{#if:...")
- 21:58, 11 January 2025 BRUSpedia talk contribs deleted page Template:Infobox officeholder (content was: "<noinclude> {{Documentation subpage}} </noinclude> == Description == This is the documentation for the template {{tl|Infobox officeholder}}, which is used to display an infobox for officeholders such as Presidents, Prime Ministers, or other political figures. It standardizes the presentation of biographical and office-related details. == Parameters == * `|name` – The full name of the officeholder. * `|image` – (Optional) The filename of an image of the officeholder (e.g....")
- 21:43, 11 January 2025 BRUSpedia talk contribs created page Elizabeth Wilborn (Created page with "{{Infobox officeholder | name = | image = | caption = | officeholder_type = | office_title = | office_start_date = | office_end_date = | predecessor = | successor = | birth_name = | birth_date = | birth_place = | death_date = | death_place = | party = | spouse = | children = | profession = | education = | signature...")
- 21:11, 11 January 2025 BRUSpedia talk contribs created page Template:Infobox officeholder (Created page with "{{Infobox |name = |image = |alt = |caption = |office = |term_start = |term_end = |predecessor = |successor = |office2 = |term_start2 = |term_end2 = |predecessor2 = |successor2 = |birth_name = |birth_date = |birth_place = |death_date = |death_place = |nationality = |part...")
- 21:11, 11 January 2025 BRUSpedia talk contribs deleted page Template:Infobox officeholder (content was: "{| class="infobox" style="width: 250px; background-color: #f9f9f9; border: 1px solid #ccc; padding: 5px; font-size: 90%;" |+ style="font-size: 120%; font-weight: bold; text-align: center;" | Infobox officeholder |- | colspan="2" style="text-align: center;" | A template for summarizing the details of an officeholder |- ! Purpose | This template is used to create an infobo...", and the only contributor was "BRUSpedia" (talk))
- 21:08, 11 January 2025 BRUSpedia talk contribs created page Template:Infobox officeholder (Created page with "{| class="infobox" style="width: 250px; background-color: #f9f9f9; border: 1px solid #ccc; padding: 5px; font-size: 90%;" |+ style="font-size: 120%; font-weight: bold; text-align: center;" | Infobox officeholder |- | colspan="2" style="text-align: center;" | A template for summarizing the details of an officeholder |- ! Purpose | This template is used to create an infobox summarizing details about an officeholder. |- ! Usage | Copy the code below to your article and repl...")
- 20:57, 11 January 2025 BRUSpedia talk contribs changed the settings "wgDefaultSkin, wgDefaultMobileSkin" for "bruswiki" (Nihesn)
- 20:53, 11 January 2025 BRUSpedia talk contribs created page File:BH.jpg
- 20:53, 11 January 2025 BRUSpedia talk contribs uploaded File:BH.jpg
- 20:48, 11 January 2025 BRUSpedia talk contribs created page Bryan Hanson (Created page with "{{Senator Infobox | name = Bryan Hanson | image = ExampleImage.jpg | position = United States Representative | state = Virginia's 1st Congressional District | assumed_office = December 10th, 2024 | term_ended = Incumbent | party = Republican | birthdate = | birthplace = Virginia Beach, Virginia, USA | education = | spouse = | children = | previous_positions =...")
- 20:38, 11 January 2025 BRUSpedia talk contribs created page Template:Official (Created page with "{| class="infobox" style="width: 250px; background-color: #f9f9f9; border: 1px solid #ccc; padding: 5px; font-size: 90%;" |+ style="font-size: 120%; font-weight: bold; text-align: center;" | {{{name|Name Here}}} |- | colspan="2" style="text-align: center;" | [[File:{{{image|}}}|200px|alt={{{name|}}}]] |- ! Position | {{{position|Senator}}} |- ! State Represented | {{{state|}}} |- ! Assumed Office | {{{assumed_office|}}} |- ! Term Ended | {{{term_ended|Incumbent}}} |- ! P...")
- 20:36, 11 January 2025 BRUSpedia talk contribs created page User talk:RealBryanHanson (Created page with "Lol")
- 20:29, 11 January 2025 BRUSpedia talk contribs created page Template:Infobox Judicial Case (Created page with "{| class="infobox" style="width: 300px; font-size: 90%;" ! colspan="2" style="text-align: center; font-size: 120%;" | {{{case_name|}}} |- | '''Court''' | {{{court|}}} |- | '''Full Name''' | {{{full_name|}}} |- | '''Decided Date''' | {{{decided_date|}}} |- | '''Argued Date''' | {{{argued_date|}}} |- | '''Citation''' | {{{citation|}}} |- | '''Docket Number''' | {{{docket_number|}}} |- | '''Judges''' | {{{judges|}}} |- | '''Majority Opinion''' | {{{majority_opinion|}}} |- |...")
- 20:28, 11 January 2025 BRUSpedia talk contribs deleted page Template:Infobox Judicial Case (content was: "{{Infobox Judicial Case | case_name = Example v. Example | court = Supreme Court of Example | full_name = Example Plaintiff v. Example Defendant | decided_date = January 1, 2025 | argued_date = December 15, 2024 | citation = 123 Example Reports 456 | docket_number = 12345 | judges = Chief Justice Example, Justice A, Justice B, J...", and the only contributor was "BRUSpedia" (talk))
- 20:27, 11 January 2025 BRUSpedia talk contribs created page Template:Infobox Judicial Case (Created page with "{{Infobox Judicial Case | case_name = Example v. Example | court = Supreme Court of Example | full_name = Example Plaintiff v. Example Defendant | decided_date = January 1, 2025 | argued_date = December 15, 2024 | citation = 123 Example Reports 456 | docket_number = 12345 | judges = Chief Justice Example, Justice A, Justice B, Justice | majority_opinion = Justice A | dissenting_opinion = Justice B | concurring_opinion = Justice...")
- 20:19, 11 January 2025 BRUSpedia talk contribs changed the settings "wgDefaultSkin, wgDefaultMobileSkin" for "bruswiki" (H)
- 20:16, 11 January 2025 BRUSpedia talk contribs changed the settings "wgDefaultSkin, wgDefaultMobileSkin" for "bruswiki" (Uo)
- 20:15, 11 January 2025 BRUSpedia talk contribs modified the namespace "Government" for "bruswiki" (Yes)
- 20:13, 11 January 2025 BRUSpedia talk contribs created page The “Glenngate” Scandal (Created page with "The “Glenngate” Scandal, or the 2025 Investigation into President Bourbon")
- 20:13, 11 January 2025 BRUSpedia talk contribs deleted page The “Glenngate” Scandel (content was: "hi", and the only contributor was "BRUSpedia" (talk))
- 20:11, 11 January 2025 BRUSpedia talk contribs created page The “Glenngate” Scandel (Created page with "hi")
- 20:08, 11 January 2025 BRUSpedia talk contribs changed the settings "wgDefaultSkin, wgDefaultMobileSkin" for "bruswiki" (Hi)
- 20:08, 11 January 2025 BRUSpedia talk contribs changed the settings "wgAbuseFilterActions, wgRestrictionTypes, wgAllowExternalImages, wgFileExtensions, wgTwitterCardType, wgDefaultSkin, wgDefaultMobileSkin" for "bruswiki" (Hi)