Combined display of all available logs of Celestial Compass Roleplaying Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:42, 6 September 2023 User account Shard talk contribs was created by Feelingkoi talk contribs
- 20:34, 6 September 2023 Feelingkoi talk contribs created page File:Hyur CG.png
- 20:34, 6 September 2023 Feelingkoi talk contribs uploaded File:Hyur CG.png
- 20:30, 6 September 2023 Feelingkoi talk contribs created page Merlwyb Bloefhiswyn (Created page with "Category:Non-Player Characters")
- 20:29, 6 September 2023 Feelingkoi talk contribs created page Non-Player Characters (Redirected page to Category:Non-Player Characters) Tag: New redirect
- 20:26, 6 September 2023 Feelingkoi talk contribs created page Kan-E-Senna (Created page with "Category:Non-Player Characters")
- 20:25, 6 September 2023 Feelingkoi talk contribs created page Category:Non-Player Characters (Created blank page)
- 20:24, 6 September 2023 Feelingkoi talk contribs created page Locations (Redirected page to Category:Locations) Tag: New redirect
- 20:21, 6 September 2023 User account Mariatrix talk contribs was created by Feelingkoi talk contribs and password was sent by email
- 20:11, 6 September 2023 Feelingkoi talk contribs moved page Mielikki Metsäläinen to Mielikki Metsalainen
- 19:42, 6 September 2023 Feelingkoi talk contribs moved page Main Page to Celestial Compass Roleplaying Wiki
- 18:59, 6 September 2023 Feelingkoi talk contribs created page Template:Main page/header (Created page with "<center> <h1> Welcome to the Celestial Compass Roleplaying Wiki! </h1> </center> <p> The Celestial Compass Roleplaying Wiki is a collection of both canoncial lore, and fan-made lore as well as character information set to aid in reference to FFXIV Roleplaying. This wiki is mainly used for Celestial Compass use, as an internal record for both established canonical lore, and the roleplaying happenings that we've gotten up to.</p>")
- 18:53, 6 September 2023 Feelingkoi talk contribs created page File:FFXIV-Map8.jpg
- 18:53, 6 September 2023 Feelingkoi talk contribs uploaded File:FFXIV-Map8.jpg
- 18:44, 6 September 2023 Feelingkoi talk contribs created page File:NPCPhoto.jpg
- 18:44, 6 September 2023 Feelingkoi talk contribs uploaded File:NPCPhoto.jpg
- 18:40, 6 September 2023 Feelingkoi talk contribs created page File:KoivanaKarppiProfilePic.png
- 18:40, 6 September 2023 Feelingkoi talk contribs uploaded File:KoivanaKarppiProfilePic.png
- 18:37, 6 September 2023 Feelingkoi talk contribs created page File:MielikkiMetsalainenProfile.png
- 18:37, 6 September 2023 Feelingkoi talk contribs uploaded File:MielikkiMetsalainenProfile.png
- 18:34, 6 September 2023 Feelingkoi talk contribs created page Mielikki Metsäläinen (Created page with "Category:Unfinished Pages")
- 18:08, 6 September 2023 Feelingkoi talk contribs created page Bestiary (Redirected page to Category:Bestiary) Tag: New redirect
- 17:41, 6 September 2023 Feelingkoi talk contribs created page MediaWiki:Mainpage-title-loggedin (Created page with "bpt")
- 17:41, 6 September 2023 Feelingkoi talk contribs created page MediaWiki:Mainpage-title (Created page with "<header> pbppt </header>")
- 17:36, 6 September 2023 Feelingkoi talk contribs created page MediaWiki:Citizen-footer-tagline (Created page with "A Fan-made FFXIV Roleplaying Wiki for the FC Celestial Compass.")
- 10:52, 21 August 2023 Feelingkoi talk contribs created page Koivana Karppi (Created page with "{{Infobox Player Character | Name = Koivana Karppi | Image = | Race = Hyur | Gender = Female | Clan = Midlander | Nameday = | Died = | Birthplace = North Shroud | Homeland = Gridania }}")
- 16:00, 9 August 2023 Feelingkoi talk contribs created page Category:Races (Created blank page)
- 15:57, 9 August 2023 Feelingkoi talk contribs created page The Twelve (Created page with "Category:Needs Infobox Category:Unfinished Pages")
- 15:56, 9 August 2023 Feelingkoi talk contribs created page Category:Venue (Created page with "Player-Run Venues")
- 15:56, 9 August 2023 Feelingkoi talk contribs created page The Twinkling Comet (Created page with "Category:Venue Category:Needs Infobox Category:Unfinished Pages")
- 15:55, 9 August 2023 Feelingkoi talk contribs created page Celestial Compass (Created page with "Category:Needs Infobox Category:Unfinished Pages")
- 17:01, 18 June 2023 Feelingkoi talk contribs removed protection from Hanako Inazuma (hist)
- 13:37, 15 June 2023 Feelingkoi talk contribs created page Module:User Error (Created page with "-------------------------------------------------------------------------------- -- A less intimidating version of the built-in "error()" function, to help -- editors fix their mistakes when transcluding a template. -- -- @see wikia:w:c:Dev:Module:User error for a similar module. -------------------------------------------------------------------------------- local checkType = require("libraryUtil").checkType; return function (message, ...) checkType("Module:User...")
- 13:37, 15 June 2023 Feelingkoi talk contribs created page Module:Mbox (Created page with "local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local mArguments -- lazily initialise Module:Arguments local mError -- lazily initialise Module:Error local p = {} --- Helper function to throw error -- -- @param msg string - Error message -- -- @return string - Formatted error message in wikitext local function makeWikitextError( msg ) mError = require( 'Module:Error' ) return mError.error{ message = 'Error: ' .. msg .. '...")
- 13:35, 15 June 2023 Feelingkoi talk contribs created page Module:LibraryUtil (Created page with "-- <nowiki> local libraryUtil = require( 'libraryUtil' ) -- libraryUtil is a standard scribunto module, the following commented out code is just to show what is inside it. Documentation about these functions can be found at https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#libraryUtil --[=[ local libraryUtil = {} function libraryUtil.checkType( name, argIdx, arg, expectType, nilOk ) if arg == nil and nilOk then return end if type( arg ) ~= ex...")
- 13:34, 15 June 2023 Feelingkoi talk contribs created page Module:Paramtest (Created page with "--[[ {{Helper module |name=Paramtest |fname1 = is_empty(arg) |ftype1 = String |fuse1 = Returns true if arg is not defined or contains only whitespace |fname2 = has_content(arg) |ftype2 = String |fuse2 = Returns true if arg exists and does not only contain whitespace |fname3 = default_to(arg1,arg2) |ftype3 = String, Any value |fuse3 = If arg1 exists and does not only contain whitespace, the function returns arg1, otherwise returns arg2 |fname4 = defaults{ {arg1,arg2},...}...")
- 13:34, 15 June 2023 Feelingkoi talk contribs created page Module:DPLlua (Created page with "-- <nowiki> local dpl = {} local libraryUtil = require( 'libraryUtil' ) local hasContent = require( 'Module:Paramtest' ).has_content local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg dpl.pipe = '¦' local dataContentMarker = '`#@@#`' local allIncludedParamNames = {} -- Custom function for splitting a string because mw.text.split() is waaay too slow local function split( str, pattern, plain ) local res = {} local con...")
- 13:30, 15 June 2023 Feelingkoi talk contribs created page Module:Array (Created page with "-- <nowiki> awawa local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local arr = {} setmetatable(arr, { __call = function (_, array) return arr.new(array) end }) function arr.__index(t, k) if type(k) == 'table' then local res = arr.new() for i = 1, #t do res[i] = t[k[i]] end return res else return arr[k] end end function arr.__tostring(array) local dumpObject = requi...")
- 13:30, 15 June 2023 Feelingkoi talk contribs created page Template:DependencyList/doc (Created page with "{{Documentation}} This template is meant to be used on module documentations. {{T|DependencyList|<Module name>|category=<true/false>|compact=<true/false>}} All parameters are optional. If <code>Module name</code> is omitted the page name will be used instead; <code>/doc</code> is automatically removed. If <code>category</code> is <code>false</code> then no categories will be added to the page, the default value is <code>true</code>. If <code>compact</code> is <code>...")
- 13:29, 15 June 2023 Feelingkoi talk contribs created page Template:DependencyList (Created page with "<includeonly>{{#invoke:DependencyList|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 13:28, 15 June 2023 Feelingkoi talk contribs created page Module:DependencyList (Created page with "require("strict"); local p = {} local libraryUtil = require( 'libraryUtil' ) local arr = require( 'Module:Array' ) local yn = require( 'Module:Yesno' ) local param = require( 'Module:Paramtest' ) local dpl = require( 'Module:DPLlua' ) local userError = require("Module:User error") local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local moduleIsUsed = false local COLLAPSE_LIST_LENGTH_THRESHOLD = 1 local MAX_DYNAMIC_REQUIRE_LIST_LE...")
- 12:44, 15 June 2023 Feelingkoi talk contribs created page File:Uldah Flag.png
- 12:44, 15 June 2023 Feelingkoi talk contribs uploaded File:Uldah Flag.png
- 12:42, 15 June 2023 Feelingkoi talk contribs created page Ul'Dah (Created page with "{{Infobox City-State | Name = Ul'dah | Image = [[File:]] | Motto = For Coin and Country | Leader = Nanamo Ul Namo | Ruling Body = Ul'dah Sultanate | Patron Deity = Nald'thal, the Traders | Racial Distribution = | Guilds = [[ ]] }} Category:Unfinished Pages Category:Needs Infobox Category:Locations")
- 12:36, 15 June 2023 Feelingkoi talk contribs created page File:Limsa Lominsa Flag.png
- 12:36, 15 June 2023 Feelingkoi talk contribs uploaded File:Limsa Lominsa Flag.png
- 12:35, 15 June 2023 Feelingkoi talk contribs created page Limsa Lominsa (Created page with "{{Infobox City-State | Name = Limsa Lominsa | Image = [[File:]] | Motto = Till the Sea Swallows All | Leader = Merlwyb Bloefhiswyn | Ruling Body = | Patron Deity = Llymlaen, the Navigator | Racial Distribution = | Guilds = [[ ]] }} Category:Unfinished Pages Category:Needs Infobox Category:Locations")
- 12:28, 15 June 2023 Feelingkoi talk contribs created page File:Ishgard Flag.png
- 12:28, 15 June 2023 Feelingkoi talk contribs uploaded File:Ishgard Flag.png
- 12:14, 15 June 2023 Feelingkoi talk contribs created page File:Gridania Flag.png