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).
- 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
- 12:14, 15 June 2023 Feelingkoi talk contribs uploaded File:Gridania Flag.png
- 12:14, 15 June 2023 Feelingkoi talk contribs deleted page File:Gridania Flag.webp
- 12:13, 15 June 2023 Feelingkoi talk contribs created page File:Gridania Flag.webp
- 12:13, 15 June 2023 Feelingkoi talk contribs uploaded File:Gridania Flag.webp
- 12:08, 15 June 2023 Feelingkoi talk contribs created page Template:Infobox City-State/doc (Created page with "<pre> {{Infobox City-State | Name = | Image = [[File:]] | Motto = | Leader = | Ruling Body = | Patron Deity = | Racial Distribution = | Guilds = [[ ]] }} </pre>")
- 12:05, 15 June 2023 Feelingkoi talk contribs created page Template:Infobox City-State (Created page with "<noinclude> {{/doc}} Category:Infobox Templates</noinclude> <includeonly> <table class="infobox-table floatright citizen-table-nowrap" style="padding-top:0"> <tr id="infobox-table-img-bg"> <th width="100%" colspan="3" class="infobox-table-name">{{{Name}}}</th> </tr> <td width="100%" colspan="3" class="infobox-table-img" style="text-align: center; padding:0 !important;">{{#if:{{{Image|}}}|{{{Image}}}|400px}}</td> </tr> <tr> <td width="100%"...")
- 11:52, 15 June 2023 Feelingkoi talk contribs created page Flying Trap (Created page with "These insectivorous plants are found in forests and grassland areas. As they mature, their leaves -coated in a layer of sticky mucus- assume vivid hues which serve to attract prey. Any insect that comes into contact with the adhesive substance becomes hopelessly trapped, and is subsequently impaled and drained by the seedkin's thirsty roots. Despite their mucus coating, the leaves of a flying trap are surprisingly palatable and nutritious. Thorough washing is, however, a...")
- 11:45, 15 June 2023 Feelingkoi talk contribs created page Morbol (Created page with "The morbol is a terrible beast that moves upon its slime-covered vines and roots. Highly aggressive, it kills both animals and plants with a combination of its noxious breath and ceaselessly flailing tendrils. Upon occasion, the beast will also emit a sweet-smelling gas which induces a deep sleep. Rather than rending or chewing the fang-shaped thorns which line the morbol's maw serve to hold prey immobile during digestion. Category:Seedkin Category:Unfinished Page...")
- 11:34, 15 June 2023 Feelingkoi talk contribs created page File:Funguar.jpg
- 11:34, 15 June 2023 Feelingkoi talk contribs uploaded File:Funguar.jpg
- 11:31, 15 June 2023 Feelingkoi talk contribs created page Category:Infobox Templates (Created blank page)
- 11:05, 15 June 2023 Feelingkoi talk contribs created page Cactuar (Created page with "Found exclusively in arid regions, cactuars are known for their ability to survive extended periods under the scorching sun on naught but the moisture stored within their bodies. Conditioned by the brutal nature of their surroundings, cactuars are quick to defend themselves,laughing a barrage of needles at potential predators- and the occasional unwary traveler. Category:Seedkin Category:Unfinished Pages Category:Needs Infobox")