All public logs
From Seven Sages of Rome
Combined display of all available logs of Seven Sages of Rome. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:21, 20 August 2024 Noeth talk contribs created page Parchment (vellum) (Created page with "{{Material}}")
- 15:04, 6 August 2024 Noeth talk contribs created page 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 directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
- 15:04, 6 August 2024 Noeth talk contribs created page Module:Common (Created page with "local common = {} --- Convert an input to number ---@param num string|integer Input ---@param onFail string|integer Output if conversion fails ---@param base integer Base for tonumber, defaults to 10 ---@return number function common.toNumber( num, onFail, base ) base = base or 10 if num == nil then return onFail end local numCopy = num if type( num ) == 'string' then numCopy = num:gsub( ',', '.' ) end numCopy = tonumber( numCopy...")
- 15:03, 6 August 2024 Noeth talk contribs created page Module:Navpills (Created page with "local mArguments --initialize lazily local getArgNums = require('Module:Common').getArgNums local p = {} --Implements {{Navpills}} from the frame function p.navpills( frame ) mArguments = require( 'Module:Arguments' ) return p._navpills( mArguments.getArgs( frame ) ) end function p._navpills( args ) if not args then return 'Missing arguments' end local html = mw.html.create( 'div' ):addClass( 'template-navpills' ):attr( 'role', 'navigation' ) for i, _ in i...")
- 15:02, 6 August 2024 Noeth talk contribs created page Template:Navpills (Created page with "<includeonly>{{#invoke:Navpills|navpills}}</includeonly><noinclude> Navpills is used to create a grid of navigation button. It is powered by Module:Navpills. == Example == <pre><nowiki> {{Navpills |page1 = Page 1 |page2 = Page 2 |page3 = Page 3 |text3 = Some Text |image3 = image.jpg }} </nowiki></pre> will give: {{Navpills |page1 = Page 1 |page2 = Page 2 |page3 = Page 3 |text3 = Some Text |image3 = image.jpg }} Category:Utility templates </noinclude>")
- 07:18, 19 June 2024 Noeth talk contribs created page MediaWiki:Citizen-footer-tagline (Created page with "Funded by UKRI and DFG")
- 07:18, 19 June 2024 Noeth talk contribs created page MediaWiki:Citizen-footer-desc (Created page with "The Seven Sages of Rome is the most famous premodern text of which nobody has ever heard. This project aims to change that. The story cycle, told in at least 30 languages from Central Asia to Iceland over more than five centuries, centres on a non-consensual sexual encounter between a mute prince and his stepmother.")
- 18:53, 18 June 2024 Noeth talk contribs created page Template:Main page/header (Created page with "<div class="home-header"> <div class="home-header__pretitle">👋 Welcome to the</div> <h1 class="home-header__title">Star Citizen Wiki</h1> <div class="home-header__subtitle">{{Main page/settings|subtitle}}</div> <div id="citizen-search-trigger" class="home-header__search" role="button"><span class="home-header__searchIcon">16px|link=</span><span class="home-header__searchText">Search the Star Citizen Wiki<span class="desktoponly">{{Key p...")
- 13:19, 18 June 2024 Noeth talk contribs created page MediaWiki:Sitenotice (Created page with "test")
- 14:16, 17 June 2024 Noeth talk contribs created page Property:Has Sort Date Of Print (Created page with "This is a property of type Has type::Date. It is a subproperty of Has Date.")
- 14:16, 17 June 2024 Noeth talk contribs created page Property:Has Date Range Of Print (Created page with "This is a property of type Has type::Text.")
- 12:04, 17 June 2024 Noeth talk contribs deleted page Template:TableDateRange (content was: "<noinclude> == Usage == <nowiki> {{TableAttribute |display_name=name of the table header |start_date=the start date value |end_date=the end date value |date_range_property=the property name of the date range |sort_date_property=the property name of the date to use for sorting }} </nowiki> </noinclude> <includeonly> {{#invoke: SetDateRange | set | display_name = {{{display_name|}}}Â ...", and the only contributor was "Noeth" (talk))
- 11:45, 17 June 2024 Noeth talk contribs created page Property:Has Sort Date Of Production (Created page with "This is a property of type Has type::Date. It is a subproperty of Has Date.")
- 11:45, 17 June 2024 Noeth talk contribs created page Property:Has Date Range Of Production (Created page with "This is a property of type Has type::Text.")
- 11:40, 17 June 2024 Noeth talk contribs created page Template:TableDateRange (Created page with "<noinclude> == Usage == <nowiki> {{TableAttribute |start_date=the start date value |end_date=the end date value |date_range_property=the property name of the date range |sort_date_property=the property name of the date to use for sorting }} </nowiki> </noinclude> <includeonly> {{#invoke: SetDateRange | set | start_date = {{{start_date|}}} | end_date = {{{end_date|}}} | date_range_property = {{{date_range_property|}}} | sort_date_property = {{{sort_date_property|}}} }} </...")
- 08:42, 17 June 2024 Noeth talk contribs created page Module:SetDateRange (Created page with "local p = {}; p.setDateRange = function( f ) local args = f.args local date_range = nil if args.start_date and args.end_date then date_range = args.start_date .. "-" .. args.end_date elseif args.start_date then date_range = args.start_date elseif args.end_date then date_range = args.end_date end return date_range end")
- 10:26, 5 June 2024 Noeth talk contribs created page Category:Catalogue (Created blank page) Tag: Visual edit: Switched
- 09:49, 5 June 2024 Noeth talk contribs created page Property:Is Digitized (Created page with "This is a property of type Has type::Boolean.")
- 07:43, 5 June 2024 Noeth talk contribs created page MediaWiki:Licenses (Created page with "*subst:No license from license selector|Don't know|I do not know the license *subst:No license from license selector|Somewebsite|Found the image somewhere *subst:Permission from license selector|The copyright holder gave me permission to use this work only in Wikipedia articles *subst:Non-commercial from license selector|The copyright holder only allows this work to be used for non-commercial and/or educational purposes * Your own work: ** Allow non-commercial use, comme...")
- 18:22, 4 June 2024 Noeth talk contribs created page Sages (Created page with "There are {{#ask:[[Category:Sage]|format=count}} sages in the database {{#ask:Category:Sage|format=category}}")
- 18:19, 4 June 2024 Noeth talk contribs created page Empress (Created page with "{{Sage}}")
- 13:10, 4 June 2024 Noeth talk contribs created page Property:Has Incipit Or Textual Title (Created page with "This is a property of type Has type::Text")
- 12:08, 4 June 2024 Noeth talk contribs created page Module:GroupNameVariations (Created page with "local p = "test" return p")
- 11:37, 4 June 2024 Noeth talk contribs created page Category:Sage (Created page with "{{#default_form:Sage}}") Tag: Visual edit: Switched
- 11:37, 4 June 2024 Noeth talk contribs created page Bancillas (Created page with "{{Sage}}")
- 11:37, 4 June 2024 Noeth talk contribs created page Form:Sage (Created page with "<noinclude> = Add a sage to the database = {{#forminput:form=Sage|autocomplete on category=Sage}} </noinclude> <includeonly> {{{info|add title=Add Sage|edit title=Edit Sage}}} {{{for template|Sage}}} == General Notes (External) == {{{standard input|free text|editor=wikieditor}}} {{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}} </includeonly>")
- 11:36, 4 June 2024 Noeth talk contribs created page Template:Sage (Created page with "<includeonly> == {{PAGENAME}} appears in the following manuscripts == {{#ask: [[Has subobject::<q>[[Has Narrator::{{PAGENAME}}]]</q>]]Category:Manuscript |?Has Language=Language |?Has Siglum Of The Version Of The Seven Sages=Siglum (Version) |?Has Language Group Within Version=Language Group within Version |default=This inset story appears in no manuscripts of the database }} Category:Sage </includeonly>")
- 12:31, 3 June 2024 Noeth talk contribs uploaded File:Logo.png
- 12:31, 3 June 2024 Noeth talk contribs created page File:Logo.png
- 12:27, 3 June 2024 Noeth talk contribs deleted page File:Logo.png
- 12:26, 3 June 2024 Noeth talk contribs uploaded File:Logo.png
- 12:26, 3 June 2024 Noeth talk contribs created page File:Logo.png
- 11:17, 8 May 2024 User account Boettcher talk contribs was created by Noeth talk contribs and password was sent by email
- 16:40, 15 March 2024 Noeth talk contribs deleted page Verse Version H (content was: "{{Secondary Version}}", and the only contributor was "Noeth" (talk))
- 16:40, 15 March 2024 Noeth talk contribs deleted page Prose Version H (content was: "{{Secondary Version}}", and the only contributor was "Noeth" (talk))
- 16:40, 15 March 2024 Noeth talk contribs created page Versfassung / Verse Version (Created page with "{{Secondary Version}}")
- 16:39, 15 March 2024 Noeth talk contribs created page Prosafassung / Prose Version (Created page with "{{Secondary Version}}")
- 16:27, 15 March 2024 Noeth talk contribs changed group membership for Bonsall from (none) to administrator, interface administrator, bureaucrat, suppressor, administrator (Semantic MediaWiki), curator (Semantic MediaWiki) and editor (Semantic MediaWiki)
- 09:40, 29 February 2024 Noeth talk contribs deleted page Anonymous Verse Version (content was: "{{Secondary Version |Has Language Within Version=German Version H |Has Narrative Or Scholarly Group=Verse Version H }}", and the only contributor was "Bonsall" (talk))
- 17:37, 26 February 2024 Noeth talk contribs created page Property:Has Standardised Title Of Narrative (Created page with "This is a property of type Has type::Page")
- 22:12, 13 February 2024 Noeth talk contribs created page Concept:Version (Created page with "{{#concept: Category:Version Category:Secondary Version }}")
- 15:40, 13 February 2024 Noeth talk contribs created page Prose Version H (Created page with "{{Secondary Version}}")
- 15:07, 13 February 2024 Noeth talk contribs created page Property:Has Parent Version (Created page with "This is a property of type Has type::Page.")
- 14:25, 13 February 2024 Noeth talk contribs created page Template:SetSecondaryVersionParent (Created page with "{{#set:Is Sub-Version Of={{{parent|}}}}}")
- 14:05, 13 February 2024 Noeth talk contribs created page Redaction A (Created page with "{{Secondary Version}}")
- 14:05, 13 February 2024 Noeth talk contribs created page Verse Version H (Created page with "{{Secondary Version}}")
- 14:04, 13 February 2024 Noeth talk contribs created page Category:Secondary Version (Created blank page)
- 14:04, 13 February 2024 Noeth talk contribs created page German Version H (Created page with "{{Secondary Version}}")
- 13:57, 13 February 2024 Noeth talk contribs created page Form:Secondary Version (Created page with "<noinclude> = Add a secondary version to the database = {{#forminput:form=Secondary Version|autocomplete on category=Secondary Version}} </noinclude> <includeonly> {{{info|add...")
- 13:53, 13 February 2024 Noeth talk contribs created page Template:Secondary Version (Created blank page)