All public logs
Combined display of all available logs of Terra Nostra. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:29, 7 September 2024 Inwin talk contribs created page File:Screenshot (4).png
- 08:29, 7 September 2024 Inwin talk contribs uploaded File:Screenshot (4).png
- 08:23, 7 September 2024 Maria talk contribs created page Category:All articles with unsourced statements (Created page with "Category:Wiki editorial validation")
- 08:23, 7 September 2024 Maria talk contribs created page Category:Administration (Created page with "Category:Fundamental")
- 08:23, 7 September 2024 Maria talk contribs created page Category:Wiki editorial validation (Created page with "Category:Administration")
- 08:23, 7 September 2024 Maria talk contribs created page Category:Articles with unsourced statements (Created page with "Category:Wiki editorial validation")
- 08:22, 7 September 2024 Maria talk contribs created page Template:Pp-template/doc (Created page with "{{Documentation subpage}} {{High-use}} {{Twinkle standard installation}} {{Lua|Module:Protection banner}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> This is the {{tl|pp-template}} protection notice. It is used on protected templates and on protected file (image) pages. This template does not show on pages that are not protected; instead, it reports an error. Please note that only administrators can protect pa...")
- 08:22, 7 September 2024 Maria talk contribs created page Template:Pp-template (Created page with "<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 08:21, 7 September 2024 Maria talk contribs created page Template:Fix/category (Created page with "<noinclude>{{pp-template|small=yes}}</noinclude>{{{cat|Category:All pages needing cleanup}}}{{#if:{{{cat-date|}}} |[[{{{cat-date}}} {{#if:{{{date|}}} |from {{{date}}} }}]]{{#if:{{{date|}}} |{{#ifexist:{{{cat-date}}} from {{{date}}}| |Category:Articles with invalid date parameter in template }} }} }}{{#if:{{{cat2|}}}|{{{cat2}}}}}{{#if:{{{cat-date2|}}} |[[{{{cat-date2}}} {{#if:{{{date|}}} |from {{{date}}} }}]]{{#if:{{{date|}}} |{{#ifex...")
- 08:20, 7 September 2024 Maria talk contribs created page Module:Template invocation (Created page with "-- This module provides functions for making MediaWiki template invocations. local checkType = require('libraryUtil').checkType local p = {} ------------------------------------------------------------------------ -- Name: p.name -- Purpose: Find a template invocation name from a page name or a -- mw.title object. -- Description: This function detects whether a string or a mw.title -- object has been passed in, and uses t...")
- 08:19, 7 September 2024 Maria talk contribs created page Module:Unsubst (Created page with "local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases'] = 'parameter aliases', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override', } function p.main(frame, body) -- If we are substing, this function returns a template invocation, and if -- not, it returns the template body. The template body can be specif...")
- 08:19, 7 September 2024 Maria talk contribs created page Template:Citation needed (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:Unsubst||date=__DATE__ |$B= {{Fix |name = {{{name|Citation needed}}} |link = Wikipedia:Citation needed |text = citation needed |class = Template-Fact |title = {{{reason|This claim needs references to reliable sources.}}} |date = {{{date|}}} |cat = Category:All articles with unsourced statements |cat-date = Category:Articles with unsourced statements }}{{#invoke:Check for unknown paramet...")
- 08:19, 7 September 2024 Maria talk contribs created page Template:Fix/doc (Created page with "{{Documentation subpage}} <!-- EDIT TEMPLATE DOCUMENTATION AFTER THIS LINE --> {{High-risk}} {{cascade-protected template}} This meta-template can be used to create '''in-line tags''' with clean up messages which can be used to tag article issues on a line-by-line basis. Many templates are based upon it, like {{Tl|Citation needed}}. It should '''not''' be used directly on pages by itself, except to build templates β instead, use one of the pre-existing derivatives if...")
- 08:19, 7 September 2024 Maria talk contribs created page Module:Namespace detect/config (Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --...")
- 08:18, 7 September 2024 Maria talk contribs created page Module:Namespace detect/data (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function...")
- 08:18, 7 September 2024 Maria talk contribs created page Module:Namespace detect (Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are...")
- 08:17, 7 September 2024 Maria talk contribs created page 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 explicitly requested. return { '^Main Page$', -- don't categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the end of the string. '^Wikipedia:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]', -- The userbo...")
- 08:17, 7 September 2024 Maria talk contribs created page Module:Category handler/config (Created page with "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ----------------------------...")
- 08:17, 7 September 2024 Maria talk contribs created page 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 the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(...")
- 08:17, 7 September 2024 Maria talk contribs created page Template:Category handler (Created page with "{{#invoke:Category handler|main}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage, and interwikis to Wikidata. --> </noinclude>")
- 08:16, 7 September 2024 Maria talk contribs created page Module:If preview/configuration (Created page with "--We perform the actual check for whether this is a preview here since preprocessing is relatively expensive. local frame = mw.getCurrentFrame() local function is_preview() local revision_id = frame:preprocess('{{REVISIONID}}') -- {{REVISIONID}} is usually the empty string when previewed. -- I don't know why we're checking for nil but hey, maybe someday things -- would have broken return revision_id == nil or revision_id == '' end local function templatestyl...")
- 08:16, 7 September 2024 Maria talk contribs created page Module:If preview (Created page with "local p = {} local cfg = mw.loadData('Module:If preview/configuration') --main This function returns either the first argument or second argument passed to this module, depending on whether the page is being previewed. function p.main(frame) if cfg.preview then return frame.args[1] or '' else return frame.args[2] or '' end end --[[ pmain This function returns either the first argument or second argument passed to this module's parent (i.e. template usi...")
- 08:16, 7 September 2024 Maria talk contribs created page Module: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 require ('strict'); local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing...")
- 08:15, 7 September 2024 Maria talk contribs created page Template:Fix (Created page with "{{#switch:{{{subst|Β¬}}} |Β¬={{category handler |template=Category:Templates needing substitution checking |nocat={{{nocat|<noinclude>true</noinclude>}}} }} |SUBST=Category:Pages with incorrectly substituted templates }}{{Category handler |main={{Fix/category |cat-date={{{cat-date|}}} |cat={{{cat|}}} |cat-date2={{{cat-date2|}}} |cat2={{{cat2|}}} |cat-date3={{{cat-date3|}}} |cat3={{{cat3|}}} |date={{{date|}}} }} |template={{#if:{{{nam...")
- 08:06, 7 September 2024 Maria talk contribs moved page The Great Divide to Great Divide
- 05:54, 7 September 2024 Kisinja talk contribs created page The Great Divide (Created page with "The Great Divide is an imaginary demarcation line that cuts through the continent of Nostria and Meow Island. This line is said to be the boundary between the Western World and the Eastern World. It is used as a devise to demonstrate the geopolitical divide between these two regions of Terra Nostra. West of the line, communities tend to develop organically and organize themselves in a very egalitarian manner, while east of the line, every single settlemen...") Tag: Visual edit
- 05:51, 7 September 2024 Kisinja talk contribs created page File:Greatdivide.png
- 05:51, 7 September 2024 Kisinja talk contribs uploaded File:Greatdivide.png
- 00:33, 7 September 2024 Inwin talk contribs created page Bloma (Created page with "'''π±π»ππΌπ°''' (<small>romanized:</small> ''Bloma'', <small>IPA:</small> {{IPA|'bloΛma|narrow=1}}) is the captain of the Gothic fleet and") Tag: Visual edit: Switched
- 23:53, 6 September 2024 Inwin talk contribs created page File:Screenshot (29).png
- 23:53, 6 September 2024 Inwin talk contribs uploaded File:Screenshot (29).png
- 23:49, 6 September 2024 Inwin talk contribs created page File:Screenshot (20).png
- 23:49, 6 September 2024 Inwin talk contribs uploaded File:Screenshot (20).png
- 23:41, 6 September 2024 Inwin talk contribs created page File:Screenshot (21).png
- 23:41, 6 September 2024 Inwin talk contribs uploaded File:Screenshot (21).png
- 23:36, 6 September 2024 Inwin talk contribs created page File:Screenshot (22).png
- 23:36, 6 September 2024 Inwin talk contribs uploaded File:Screenshot (22).png
- 23:29, 6 September 2024 Inwin talk contribs created page File:Screenshot (23).png
- 23:29, 6 September 2024 Inwin talk contribs uploaded File:Screenshot (23).png
- 23:22, 6 September 2024 Inwin talk contribs created page File:Screenshot (5).png
- 23:22, 6 September 2024 Inwin talk contribs uploaded File:Screenshot (5).png
- 23:05, 6 September 2024 Inwin talk contribs created page File:Screenshot (17).png
- 23:05, 6 September 2024 Inwin talk contribs uploaded File:Screenshot (17).png
- 23:00, 6 September 2024 Inwin talk contribs created page File:Screenshot (14).png
- 23:00, 6 September 2024 Inwin talk contribs uploaded File:Screenshot (14).png
- 22:50, 6 September 2024 Inwin talk contribs created page File:Screenshot (6).png
- 22:50, 6 September 2024 Inwin talk contribs uploaded File:Screenshot (6).png
- 13:28, 6 September 2024 Maria talk contribs created page Module:Navbar/styles.css (Created page with "{{pp|small=yes}}: .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > span, .nav...")
- 13:23, 6 September 2024 Inwin talk contribs created page File:Screenshot (1).png
- 13:23, 6 September 2024 Inwin talk contribs uploaded File:Screenshot (1).png