Main public logs
Appearance
Combined display of all available logs of h | Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:12, 4 August 2025 Nico talk contribs created page Template:Infobox election (Created page with "<includeonly>{{#invoke:infobox|infoboxTemplate | templatestyles = Infobox election/styles.css | child templatestyles = Screen reader-only/styles.css<!-- for /row template --> | child = {{{child|{{{embed|}}}}}} | bodyclass = ib-election infobox-table {{#if:{{{election_date|}}}|vevent|}} | bodystyle = {{#if:<!-- -->{{{map_image|}}}{{{map|}}}{{{map2_image|}}}{{{map2|}}}{{{map3_image|}}}{{{map3|}}}{{{map4_image|}}}{{{map4|}}}<!-- -->|width:{{#invoke:Math|min | 1=300 |...")
- 17:11, 4 August 2025 Nico 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'...")
- 17:11, 4 August 2025 Nico talk contribs created page Module:Political party (Created page with "local p = {} local default_color = '#F8F9FA' local categories = { party_not_in_list = 'Category:Pages using Political party with unknown party', shortname_not_in_list = 'Category:Pages using Political party with missing shortname', color_not_in_list = 'Category:Pages using Political party with missing color', } local function create_error(error_message) return string.format('<strong class="error">%s</strong>', error_message) end local function get...")
- 17:10, 4 August 2025 Nico talk contribs created page Module:Delink (Created page with "-- This module de-links most wikitext. require("strict") local p = {} local getArgs local function delinkReversePipeTrick(s) if s:match("^%[%[|.*[|\n]") then -- Check for newlines or multiple pipes. return s end return s:match("%[%[|(.*)%]%]") end local function delinkPipeTrick(s) -- We need to deal with colons, brackets, and commas, per Help:Pipe trick. -- First, remove the text before the first colon, if any. if s:match(":") then s = s:match("%[%[.-...")
- 17:09, 4 August 2025 Nico 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...")
- 17:08, 4 August 2025 Nico talk contribs created page Module:Infobox election (Created page with "local p = {} local InfoboxImage = require('Module:InfoboxImage').InfoboxImage local delink = require('Module:Delink')._delink local fetch = require('Module:Political party')._fetch -- Helper functions -- local notblank = function (v) return (mw.text.trim(v or "") ~= "") end local ifblank = function (v, alt1, alt2) return notblank(v) and v or (notblank(alt1) and alt1 or alt2) end local ucfirst = function (s) return mw.ustring.upper(mw.ustring.sub(s,1,1)) .. mw.ustring....")
- 16:31, 4 August 2025 MediaWiki default talk contribs created page Main Page