User contributions for Lordraiden
From ROI Wiki
7 May 2019
- 20:0320:03, 7 May 2019 diff hist +27 Main Page →Earthfleet
5 May 2019
- 18:5718:57, 5 May 2019 diff hist +4 The Race No edit summary
- 18:5618:56, 5 May 2019 diff hist +1,018 The Race No edit summary
4 May 2019
- 21:3421:34, 4 May 2019 diff hist −27 The Race No edit summary
- 21:0821:08, 4 May 2019 diff hist −495 The Race No edit summary
- 21:0721:07, 4 May 2019 diff hist −49 The Race No edit summary
- 21:0321:03, 4 May 2019 diff hist +15 The Race No edit summary
- 20:5020:50, 4 May 2019 diff hist −32 The Race No edit summary
- 20:4920:49, 4 May 2019 diff hist +1,129 N Special:Badtitle/NS828:Error Created page with "-- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should u..." current
- 20:4820:48, 4 May 2019 diff hist +9,510 N Special:Badtitle/NS828:Catalog lookup link Created page with "--[[ |1=, |2=, |3=, |4=, |5=, |6=, |7=, |8=, |9=: Optional unnamed parameters for 0 to 9 items to be listed. Whitespace is trimmed off both ends and the strings are urlencode..." current
- 20:4620:46, 4 May 2019 diff hist +2,975 N Special:Badtitle/NS828: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..." current
- 20:4420:44, 4 May 2019 diff hist +5,972 N Special:Badtitle/NS828:Check isxn Created page with "-- This template is a copy of the ISXN validation code from Module:Citation/CS1 -- which allows for validating ISBN, ISMN, and ISSN without invoking a citation template l..." current
- 20:4120:41, 4 May 2019 diff hist +2,784 N Special:Badtitle/NS828:Redirect template Created page with "require('Module:No globals') local p = {} -- key is beginning of arg name. value is table with namespace number and link -- alternatively, a function taking the namespace nu..." current
- 20:3720:37, 4 May 2019 diff hist +12,426 N Special:Badtitle/NS828:Template wrapper Created page with "require('Module:No globals'); local error_msg = '<span style=\"font-size:100%\" class=\"error\"><code style=\"color:inherit; border:inherit; padding:inherit;\">|_templat..." current
- 20:3520:35, 4 May 2019 diff hist +9,657 N Special:Badtitle/NS828: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 ima..." current
- 20:3420:34, 4 May 2019 diff hist +8,924 N Special:Badtitle/NS828:Italic title Created page with "-- This module implements {{italic title}}. require('Module:No globals') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeFor..." current
- 20:3220:32, 4 May 2019 diff hist +12,366 N Special:Badtitle/NS828:Lang/data Created page with "local lang_data = {}; --[[--------------------------< O V E R R I D E >-------------------------------------------------------------- Language codes and names in this table..." current
- 20:3120:31, 4 May 2019 diff hist +3,163 N Special:Badtitle/NS828:Lang/ISO 639 synonyms Created page with "-- File-Date: 2013-01-11 return { ["aar"] = "aa", ["abk"] = "ab", ["afr"] = "af", ["aka"] = "ak", ["amh"] = "am", ["ara"] = "ar", ["arg"] = "an", ["asm"] = "as", ["av..." current
- 20:2220:22, 4 May 2019 diff hist +2,561 N Special:Badtitle/NS828:Language/name/data Created page with "-- put tables and their tables together local function __coalesce(...) local coalesced = {} for _, langslist in ipairs{...} do for langcode, langnames in pairs..." current
- 20:2120:21, 4 May 2019 diff hist +15,798 N Special:Badtitle/NS828:Unicode data Created page with "local p = {} local floor = math.floor local function errorf(level, ...) if type(level) == "number" then return error(string.format(...), level + 1) else -- level is actu..." current
- 20:2020:20, 4 May 2019 diff hist +63,106 N Special:Badtitle/NS828:Lang Created page with "--[=[ Lua support for the {{lang}}, {{lang-xx}}, and {{transl}} templates and replacement of various supporting templates. ]=] require('Module:No globals'); local initial..." current
- 20:1820:18, 4 May 2019 diff hist +807 N Special:Badtitle/NS828:I18n Created page with "local p = {} -- Credit to http://stackoverflow.com/a/1283608/2644759 -- cc-by-sa 3.0 local function tableMerge(t1, t2, overwrite) for k,v in pairs(t2) do if type(v) == "ta..." current
- 20:1820:18, 4 May 2019 diff hist +35,040 N Special:Badtitle/NS828:Wikidata Created page with "-- vim: set noexpandtab ft=lua ts=4 sw=4: require('Module:No globals') local p = {} local debug = false --------------------------------------------------------------------..." current
- 20:1620:16, 4 May 2019 diff hist +18,622 N Special:Badtitle/NS828:Documentation/config Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation..." current
- 20:1520:15, 4 May 2019 diff hist +745 N Special:Badtitle/NS828: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
- 20:1420:14, 4 May 2019 diff hist +307 N Special:Badtitle/NS828: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
- 20:1320:13, 4 May 2019 diff hist +17,776 N Special:Badtitle/NS828: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
- 20:1220:12, 4 May 2019 diff hist +12,326 N Special:Badtitle/NS828:TableTools Created page with "--[[ ------------------------------------------------------------------------------------ -- TableTools --..." current
- 20:1220:12, 4 May 2019 diff hist +10,054 N Special:Badtitle/NS828: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
- 20:0920:09, 4 May 2019 diff hist +3,091 N Special:Badtitle/NS828: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..." current
- 20:0820:08, 4 May 2019 diff hist +36,767 N Special:Badtitle/NS828:Documentation Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') --..." current
- 20:0720:07, 4 May 2019 diff hist +15,874 N Special:Badtitle/NS828: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(..." current
- 19:4919:49, 4 May 2019 diff hist −59 The Race No edit summary
- 19:3819:38, 4 May 2019 diff hist −1 The Race No edit summary
- 19:2719:27, 4 May 2019 diff hist +564 The Race No edit summary
- 19:2619:26, 4 May 2019 diff hist 0 N File:The race.jpg No edit summary current
- 19:2019:20, 4 May 2019 diff hist +4,705 N The Race Created page with "right|OWC1 - The Race '''The Race''' is book 1 in the Christian Survival Adventure series, The Offworld Chronicles and begins the story..."
- 18:5918:59, 4 May 2019 diff hist +9 Main Page →Quick Links
- 18:5918:59, 4 May 2019 diff hist +839 N ROI Wiki:Copyrights Created page with "=== Copyright Information === Here is a list of all the various known copyrights for content and other elements owned and not owned by me that are shown on this wiki. == ROI..."
- 17:2117:21, 4 May 2019 diff hist −3 Main Page →Quick Links
- 17:0717:07, 4 May 2019 diff hist +10 Main Page No edit summary
- 17:0417:04, 4 May 2019 diff hist 0 Main Page →Quick Links
- 16:5616:56, 4 May 2019 diff hist −1 Main Page →Quick Links
- 16:5416:54, 4 May 2019 diff hist +601 Main Page →Quick Links
- 16:2816:28, 4 May 2019 diff hist −28 Main Page →Book Series: Earthfleet
- 16:2616:26, 4 May 2019 diff hist +28 m Main Page →Quick Links
11 April 2019
- 23:3523:35, 11 April 2019 diff hist −64 Main Page →Quick Links
10 April 2019
- 12:2412:24, 10 April 2019 diff hist +308 N File:Book dragon.png The book dragon logo I'm using on this wiki was found at random on the internet (I totally forget exactly where), but after doing a tineye search it appears that it *may* be owned by Lori Stebbins (possibly from Deviant Art), but I'm not sure. Even so... current
- 12:1312:13, 10 April 2019 diff hist +143 Main Page →Quick Links
- 01:2701:27, 10 April 2019 diff hist +2,382 Main Page No edit summary