User contributions
Jump to navigation
Jump to search
- 01:23, 14 May 2017 diff hist +1 User:JoshuaTheRoman →Timelines current
- 01:21, 14 May 2017 diff hist +50 User:JoshuaTheRoman
- 19:22, 2 April 2017 diff hist +8,030 N Module:TableTools Created page with "--[[ ------------------------------------------------------------------------------------ -- TableTools --..." current
- 19:22, 2 April 2017 diff hist +5,138 N Module:List Created page with "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = requ..." current
- 19:06, 2 April 2017 diff hist +15,731 N 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..." current
- 17:57, 2 April 2017 diff hist 0 N File:Test Template Info-Icon - Version (2).svg current
- 17:56, 2 April 2017 diff hist +3,545 N Module:Namespace detect/config Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- --..." current
- 17:56, 2 April 2017 diff hist +2,569 N Module:Namespace detect/data Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This modul..." current
- 17:55, 2 April 2017 diff hist +764 N Module:Category handler/blacklist Created page with "-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is ex..." current
- 17:55, 2 April 2017 diff hist +888 N Module:Category handler/shared Created page with "-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern..." current
- 17:54, 2 April 2017 diff hist +5,755 N Module:Category handler/config Created page with "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Lang..." current
- 17:54, 2 April 2017 diff hist +631 N Module:Category handler/data Created page with "-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches th..." current
- 17:53, 2 April 2017 diff hist +6,091 N Module:Message box/configuration Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- --..." current
- 17:51, 2 April 2017 diff hist +18,622 N Module:Documentation/config Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation..." current
- 17:49, 2 April 2017 diff hist +710 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..." current
- 17:49, 2 April 2017 diff hist +7,871 N Module:Category handler Created page with "-------------------------------------------------------------------------------- -- -- --..." current
- 17:47, 2 April 2017 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.__newi..." current
- 17:46, 2 April 2017 diff hist +16,814 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 mo..." current
- 17:45, 2 April 2017 diff hist +36,685 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') --..." current
- 17:43, 2 April 2017 diff hist +83 N Template:Documentation Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}" current
- 16:54, 2 April 2017 diff hist +13,452 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 union(t1..." current
- 16:54, 2 April 2017 diff hist +27 N Template:Infobox Created page with "{{#invoke:Infobox|infobox}}" current
- 02:36, 2 April 2017 diff hist +7 User:JoshuaTheRoman →Timelines
- 02:34, 2 April 2017 diff hist +3 User:JoshuaTheRoman
- 02:09, 2 April 2017 diff hist -8 User:JoshuaTheRoman
- 02:08, 2 April 2017 diff hist 0 User:JoshuaTheRoman →Timelines
- 02:08, 2 April 2017 diff hist 0 User:JoshuaTheRoman →Timelines
- 02:07, 2 April 2017 diff hist +55 User:JoshuaTheRoman →Timelines
- 02:06, 2 April 2017 diff hist -128 User:JoshuaTheRoman
- 02:00, 2 April 2017 diff hist 0 N File:John Vanderlyn - Caius Marius Amid the Ruins of Carthage - Google Art Project.jpeg current
- 01:48, 2 April 2017 diff hist +40 User:JoshuaTheRoman →Map Games
- 23:29, 1 April 2017 diff hist +6,119 N Module:Color contrast/colors Created page with "return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure..." current
- 23:29, 1 April 2017 diff hist 0 N File:Alexandros II.png current
- 23:28, 1 April 2017 diff hist +5,677 N Module:Color contrast Created page with "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.l..." current
- 23:21, 1 April 2017 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..." current
- 23:20, 1 April 2017 diff hist +2,547 N Module:Navbar Created page with "local p = {} local getArgs function p._navbar(args) local titleArg = 1 if args.collapsible then titleArg = 2 if not args.plain then args.mini = 1 end if args.f..." current
- 23:19, 1 April 2017 diff hist 0 m File:Alexandros.png JoshuaTheRoman moved page File:Alexandros banner.png to File:Alexandros.png without leaving a redirect current
- 23:18, 1 April 2017 diff hist +11,110 N Module:Navbox Created page with "-- -- This module implements {{Navbox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args local tableRowAdded =..." current
- 23:17, 1 April 2017 diff hist +25 N Template:Navbox Created page with "{{#invoke:Navbox|navbox}}" current
- 23:16, 1 April 2017 diff hist 0 N File:Alexandros.png
- 23:13, 1 April 2017 diff hist 0 N File:An illustration of Alexander III crossing the Granicus.jpg current
- 23:11, 1 April 2017 diff hist 0 m Main Page Protected "Main Page" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
- 23:11, 1 April 2017 diff hist +10 Main Page
- 23:09, 1 April 2017 diff hist -308 User:JoshuaTheRoman
- 20:46, 1 April 2017 diff hist +4,116 N User:JoshuaTheRoman Created page with "{| class="wikitable" align="right" style="padding-left: 10em;" |- ! colspan="2" style="background:#9b59b6"| <span style="color:white; font-size:100%">'''JoshTheRoman'''</span>..."
- 18:41, 1 April 2017 diff hist -40 Template:W
- 18:40, 1 April 2017 diff hist +201 N Template:W Created page with "[[Wikipedia:{{<includeonly>safesubst:</includeonly>#if:{{{lang|}}}|{{{lang}}}:}}{{{1|}}}|{{<includeonly>safesubst:</includeonly>#if:{{{2|}}}|{{{2}}}|{{{1|}}}}}]]<noinclude>{{D..."
- 18:38, 1 April 2017 diff hist +1,996 Main Page
- 18:37, 1 April 2017 diff hist 0 N File:Wiki.png current
- 18:27, 1 April 2017 diff hist 0 N File:Favicon.ico current