User contributions for Harrigton
28 May 2024
- 01:3301:33, 28 May 2024 diff hist +471 N Template:References Created page with "<includeonly><div class="references-small" {{#if: {{{colwidth|}}}{{{1|}}} | style="-webkit-column-width:{{{colwidth|200px}}}; -moz-column-width:{{{colwidth|200px}}}; column-width:{{{colwidth|200px}}}; {{#if: {{{1|}}} | -webkit-column-count:{{{1}}}; -moz-column-count:{{{1}}}; column-count:{{{1}}}; }}" }}> {{#tag:references|{{{refs|}}}|group={{{group|}}}}}</div></includeonly><noinclude>{{documentation}}</noinclude>" current
- 01:3101:31, 28 May 2024 diff hist +146 N Module:Main/doc Created page with "{{documentation | content =Implements {{tl|Main}}. Code from wikipedia:Module:Main.}}<includeonly> Category:Hatnote modules</includeonly>" current
- 01:3101:31, 28 May 2024 diff hist +2,239 N Module:Main Created page with "--[[ -- This module produces a link to a main article or articles. It implements the -- template {{main}}. -- -- If the module is used in category or category talk space, it produces "The -- main article for this category is xxx". Otherwise, it produces -- "Main article: xxx". --]] local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local mArguments -- lazily initialise local p = {} function p.main(frame) mArguments = require('M..." current
- 01:3001:30, 28 May 2024 diff hist +1,383 N Template:Main/doc Created page with "===Usage=== When a article is becoming too large, it is often re-written as summary, with summary sub sections linking to its main articles. This hatnote template is placed below the heading of the summary sub sections to link to its main article. For an example of the result of the usage of this template on a page, see e.g. Robert's Rebellion. This template is not to be used as a substitute for normal inline links, or as a substitute for the "Template:See also|se..." current
- 01:3001:30, 28 May 2024 diff hist +90 N Template:Main Created page with "<includeonly>{{#invoke:main|main}}</includeonly><noinclude> {{documentation}} </noinclude>" current
- 01:2801:28, 28 May 2024 diff hist +7,224 N Module:Hatnote list Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also introd..." current
- 01:2801:28, 28 May 2024 diff hist +212 N Module:Hatnote/doc Created page with "{{documentation | content =Implements {{tl|Hatnote}} and other similar templates. Code from wikipedia:Module:Hatnote.}}<includeonly> Category:Hatnote modules</includeonly>" current
- 01:2801:28, 28 May 2024 diff hist +6,772 N Module:Hatnote Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules...." current
- 01:2601:26, 28 May 2024 diff hist +235 N Module:Labelled list hatnote/doc Created page with "{{documentation | content =Implements {{tl|See also}} and perhaps other hatnote templates. Code from wikipedia:Module:Labelled list hatnote.}}<includeonly> Category:Hatnote modules</includeonly>" current
- 01:2601:26, 28 May 2024 diff hist +3,083 N Module:Labelled list hatnote Created page with "-------------------------------------------------------------------------------- -- Labelled list -- -- -- -- This module does the core work of creating a hatnote composed of a list -- -- prefixed by a colon-terminated label, i.e. "LABEL: [andList of pages]", -- -- for {{see also}} and similar templates...." current
- 01:2501:25, 28 May 2024 diff hist +1,265 N Template:See also/doc Created page with "===Usage=== <code><nowiki>{{See also}}</nowiki></code> is used to create hatnotes to point to a small number of other, related, titles. to help readers locate a different article they might be seeking. It's placed below the heading of the sub sections. This template is not meant to be used in the "See also" section at the bottom of an article, or instead of the "Main"-template. ====Examples==== To refer to one page, type the pagename as a parameter i..." current
- 01:2501:25, 28 May 2024 diff hist +199 N Template:See also Created page with "<includeonly>{{#invoke:Labelled list hatnote|labelledList|See also}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 01:2301:23, 28 May 2024 diff hist +3,150 N Module:Navbar Created page with "local p = {} local getArgs local ul function p.addItem (mini, full, link, descrip, args, url) local l if url then l = {'[', '', ']'} else l = {'', ''} end ul:tag('li') :addClass('nv-'..full) :wikitext(l[1] .. link .. l[2]) :tag(args.mini and 'abbr' or 'span') :attr('title', descrip..' this template') :cssText(args.fontstyle) :wikitext(args.mini and mini or full) :done() :wikitext(l[3]) end function p.brackets (position, c, args, d..." current
- 01:2201:22, 28 May 2024 diff hist +673 N Module:Tl Created page with "local getArgs = require('Module:Arguments').getArgs local lang = mw.getContentLanguage() local p = {} function p.main(frame) local args = getArgs(frame) local template = args[1] local output = '{{' .. template .. '' for key, value in pairs(args) do if key ~= 1 then value = value or '' if lang:parseFormattedNumber(key) == nil then output = output .. '|' .. key..." current
- 01:2101:21, 28 May 2024 diff hist −548 Template:Tl No edit summary current
- 01:2001:20, 28 May 2024 diff hist +673 N Template:Tl Created page with "local getArgs = require('Module:Arguments').getArgs local lang = mw.getContentLanguage() local p = {} function p.main(frame) local args = getArgs(frame) local template = args[1] local output = '{{' .. template .. '' for key, value in pairs(args) do if key ~= 1 then value = value or '' if lang:parseFormattedNumber(key) == nil then output = output .. '|' .. key..."
- 01:2001:20, 28 May 2024 diff hist +129 N Module:Infobox/doc Created page with "{{documentation | content = This module implements {{tl|Infobox}} }} <includeonly> </includeonly>" current
- 01:1901:19, 28 May 2024 diff hist +15,940 N Module:Infobox Created page with "-- -- This module implements {{Infobox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local args = {} local origArgs local root local function notempty( s ) return s and s:match( '%S' ) end local function fixChildBoxes(sval, tt) if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval s = mw.ustring.gsub(s, '(<%s*[Tt][Rr])', marker .. '%1') s = mw.ustring.gsub(s, '(</[Tt][Rr]%s*>)', '%1' .. marker) if..." current
- 01:1901:19, 28 May 2024 diff hist +5,242 N Template:Infobox character/doc Created page with "{{Infobox character | title = {{{title}}} | nickname = {{{nickname}}} | firstname = {{{firstname}}} | particle = {{{particle}}} | lastname = {{{lastname}}} | epithet = {{{epithet}}} | arms = None | arms2 = <!-- not needed if identical to {{{arms}}} --> | image = No portrait.svg | image_caption = {{{image_caption}}} | Alias = {{{Alias}}} | Title = {{{Title}}} | Allegiance = {{{Allegiance}}} | Predecessor = {{{Predecessor}}} | Successor = {{{S..." current
- 01:1801:18, 28 May 2024 diff hist +3,190 N Template:Infobox character Created page with "<includeonly>{{Infobox | above = {{#invoke:Infobox character/name|main}} | abovestyle = font-weight:bold; background: none; line-height: 1.1em; | image = {{#if:{{{image|}}}|{{#invoke:InfoboxImage|InfoboxImage|image={{{image}}}|maxsize=400px|sizedefault=350x560px|border=no|suppressplaceholder={{main other|yes|no}}}}}} | caption = {{#if:{{{image_caption|}}} | {{{image_caption}}} }} | data2 = {{#if:{{{image|}}}|{{#ifeq:{{{image|}}}|<br>||<hr>}}|Category:Character..." current
- 01:1801:18, 28 May 2024 diff hist +2,529 N Template:Infobox/doc Created page with "<noinclude>{{notice|This is a documentation subpage for Template:Infobox}}<hr></noinclude> =Template documentation= This template is intended as a meta-template: a template used for constructing other templates. It is not meant for use directly in an article, but can be used on a one-off basis if required. for more info see [http://en.wikipedia.org/wiki/Template:Infobox wikipedia] ==Usage Example== {| width=100% |Basic Usage example (for more practical example see [..." current
- 01:1701:17, 28 May 2024 diff hist 0 N File:Template info icon.svg No edit summary current
- 01:0001:00, 28 May 2024 diff hist +6,091 N 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..." current
- 00:5800:58, 28 May 2024 diff hist +18,603 N 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. ---------------------------------------------------------------------------------..." current
- 00:5600:56, 28 May 2024 diff hist +17,101 N Module:Message box Created page with "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('Module:No globals') local getArgs local yesno = require('Module:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Message box/configuration' ---------------------------------..." current
- 00:5600:56, 28 May 2024 diff hist +95 N Template:Infobox Created page with "<includeonly>{{#invoke:Infobox|infobox}}</includeonly><noinclude> {{documentation}}</noinclude>" current
- 00:5600:56, 28 May 2024 diff hist +2,119 N Template:Infobox Book Created page with "{{Infobox | italic title = {{{italic title|yes}}} | above = {{{name<includeonly>|{{PAGENAME}}</includeonly>}}} | abovestyle = background: #DEDEE2; text-align:center; font-style: italic; | subheader = {{{subtitle|}}} | subheaderstyle = text-align:center; font-style: italic; font-weight:bold; | image = {{{image| 175px}}} | caption = {{{image_caption|}}} | label3 = Author | data3 = {{{author|}}} | label4 = Original title |..." current
- 00:5500:55, 28 May 2024 diff hist +91 N Module:Yesno/doc Created page with "See wikipedia:Module:Yesno/doc. <includeonly> Category:Meta-modules </includeonly>" current
- 00:5500:55, 28 May 2024 diff hist +755 N 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 mw.ustring.lower(val) or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y'..." current
- 00:5400:54, 28 May 2024 diff hist +96 N Module:No globals/doc Created page with "See wikipedia:Module:No globals/doc. <includeonly> Category:Meta-modules </includeonly>" current
- 00:5400:54, 28 May 2024 diff hist +307 N Module:No globals Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error('Tried to write global ' .. tostring(k), 2) end rawset(t, k, v) end setmetatable(_G, mt)" current
- 00:5200:52, 28 May 2024 diff hist +16,642 N Module:Arguments/doc Created page with "{{Used in system}} {{Module rating|p}} This module provides easy processing of arguments passed from <code>#invoke</code>. It is a meta-module, meant for use by other modules, and should not be called from <code>#invoke</code> directly (for a module directly invocable by templates you might want to have a look at {{ml|params|}}). Its features include: * Easy trimming of arguments and removal of blank arguments. * Arguments can be passed by both the current frame and by..." current
- 00:5200:52, 28 May 2024 diff hist +10,054 N 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'..." current
- 00:5000:50, 28 May 2024 diff hist +36,699 N Module:Documentation Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are ma..." current
- 00:4900:49, 28 May 2024 diff hist +114 N Template:Nowrap Created page with "<includeonly><span style="white-space:nowrap">{{{1}}}</span></includeonly><noinclude>{{Documentation}}</noinclude>" current
- 00:4800:48, 28 May 2024 diff hist +3,311 N Module:Italic title/doc Created page with "This template italicizes page titles. Article titles cannot contain wiki-formatting, such as <code><nowiki>''</nowiki></code>, so cannot be italicized in the normal way. Instead, place this template in the article, normally at the very top. It will then have the following effect: *Titles with no parentheses <code>()</code> are fully italicised: **{{Nowrap|<code>Foo</code>}} → {{Nowrap|'''''Foo'''''}} **{{Nowrap|<code>Talk:Foo</code>}} → {{Now..." current
- 00:4800:48, 28 May 2024 diff hist +8,924 N Module:Italic title Created page with "-- This module implements {{italic title}}. require('Module:No globals') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg local yesno = require('Module:Yesno') -------------------------------------------------------------------------------- -- ItalicTitle class -------------------------------------------------------------------------------- local ItalicTitle = {} do -----..." current
- 00:4700:47, 28 May 2024 diff hist +71 N Template:Italic title Created page with "{{#invoke:Italic title|main}}<noinclude> {{documentation}} </noinclude>" current
27 May 2024
- 21:3321:33, 27 May 2024 diff hist +942 N Forsaken Saga Created page with "Although the Forsaken Saga series has not yet been officially published, it is a novel series that continues to be published in stages online. While it is planned to have seven books, this number may change in the future. The first book of the series, 'Winds of Night,' is currently in the writing stage and is being published on RoyalRoad, Wattpad, and ForsakenSaga.com. Forsaken Saga is set in a fictional universe and falls under the fantasy novel genre, specificall..."
- 21:2121:21, 27 May 2024 diff hist −197 Main Page No edit summary
- 21:2021:20, 27 May 2024 diff hist 0 N File:Beige-bg rounded.png No edit summary current
- 21:1821:18, 27 May 2024 diff hist +4,076 Main Page No edit summary
- 20:3020:30, 27 May 2024 diff hist +21,141 N MediaWiki:Common.css Created page with "→CSS placed here will be applied to all skins: →For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version: @media screen, handheld { .citation *.printonly { display: none; } } body.page-Main_Page h1.firstHeading { display: none; } table.collapsed tr.collapsible { display: none; } /* Allow limiting of which header levels are shown in a..."
26 May 2024
- 05:1705:17, 26 May 2024 diff hist +18,603 N 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. ---------------------------------------------------------------------------------..." current
- 05:1605:16, 26 May 2024 diff hist +36,699 N Module:Documentation Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are ma..." current
- 05:1505:15, 26 May 2024 diff hist +182 N Template:Documentation Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 05:1505:15, 26 May 2024 diff hist +106 N Template:Hlist Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|horizontal}}<noinclude> {{documentation}} </noinclude>" current
- 05:1405:14, 26 May 2024 diff hist +3,158 N Template:Columns Created page with "<includeonly>{{#if: {{{count|}}}{{{style|}}}{{{colwidth|}}} | <div style="columns:{{#if:{{{colwidth|}}}|{{{colwidth}}}}}{{#if:{{{count|}}}|<nowiki> </nowiki>{{{count}}}}}; {{{style|}}}"> {{{data|{{{content|}}}}}}</div> <!-- New line is necessary to properly render wiki markup --> | <div style="column-count:{{{1}}}; column-width:300px;"> {{{2}}}</div>}}</includeonly><noinclude> Divides list or text into columns automatically. No need to count and divide into table cells..." current
17 April 2024
- 20:4820:48, 17 April 2024 diff hist 0 N File:Ross.png No edit summary current
- 20:4820:48, 17 April 2024 diff hist +1,740 Main Page No edit summary