<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://academia.la/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=J%C4%81c%C5%8Dbus</id>
	<title>Acadēmīa Latīnitātis - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://academia.la/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=J%C4%81c%C5%8Dbus"/>
	<link rel="alternate" type="text/html" href="https://academia.la/wiki/Special:Contributions/J%C4%81c%C5%8Dbus"/>
	<updated>2026-05-19T13:02:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://academia.la/w/index.php?title=MediaWiki:Common.js&amp;diff=2746</id>
		<title>MediaWiki:Common.js</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=MediaWiki:Common.js&amp;diff=2746"/>
		<updated>2024-01-02T03:04:32Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=MediaWiki:Common.css&amp;diff=2745</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=MediaWiki:Common.css&amp;diff=2745"/>
		<updated>2024-01-02T03:04:10Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.wikitable.mw-collapsible.mw-collapsed.mw-collapse-toggle {&lt;br /&gt;
	float:right!important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable b {&lt;br /&gt;
	float:left!important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-redirect {     font-style: normal; }&lt;br /&gt;
&lt;br /&gt;
:not(wikitable) .mw-content-ltr .mw-collapsible:not(.mw-made-collapsible) th:before, .mw-content-rtl .mw-content-ltr .mw-collapsible:not(.mw-made-collapsible) th:before, .mw-content-ltr .mw-collapsible:not(.mw-made-collapsible):before, .mw-content-rtl .mw-content-ltr .mw-collapsible:not(.mw-made-collapsible):before, .mw-content-ltr .mw-collapsible-toggle, .mw-content-rtl .mw-content-ltr .mw-collapsible-toggle {&lt;br /&gt;
	float: none;&lt;br /&gt;
	left:5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }&lt;br /&gt;
&lt;br /&gt;
/* csslint adjoining-classes:false */&lt;br /&gt;
/* See also [[Special:Mypage/vector.css]], [[MediaWiki:Vector.css]] */&lt;br /&gt;
&lt;br /&gt;
/* make headers include contained floats, so they don't wander around (yes, is&lt;br /&gt;
	magic, it tells the browser the tag is a container) */&lt;br /&gt;
h1,&lt;br /&gt;
h2,&lt;br /&gt;
h3,&lt;br /&gt;
h4,&lt;br /&gt;
h5,&lt;br /&gt;
h6 {&lt;br /&gt;
	width: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
sup,&lt;br /&gt;
sub { /* prevent odd line-height for raised and lowered characters */&lt;br /&gt;
	line-height: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* and keep links at normal font size/weight, else they inherit the header&lt;br /&gt;
	attributes */&lt;br /&gt;
.editsection {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
pre code, code code {&lt;br /&gt;
	border: none;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
pre var, code var {&lt;br /&gt;
	color: #777;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=MediaWiki:Commons.js&amp;diff=2744</id>
		<title>MediaWiki:Commons.js</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=MediaWiki:Commons.js&amp;diff=2744"/>
		<updated>2024-01-01T21:34:44Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Created page with &amp;quot;/* Any JavaScript here will be loaded for all users on every page load. */  /* Full width of content when no TOC */ $(function () {   var hasTOC = $('#toc').length;    if (!hasTOC) {     $('#mw-content-text').css('padding-right', '0');   } }());&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* Any JavaScript here will be loaded for all users on every page load. */&lt;br /&gt;
&lt;br /&gt;
/* Full width of content when no TOC */&lt;br /&gt;
$(function () {&lt;br /&gt;
  var hasTOC = $('#toc').length;&lt;br /&gt;
&lt;br /&gt;
  if (!hasTOC) {&lt;br /&gt;
    $('#mw-content-text').css('padding-right', '0');&lt;br /&gt;
  }&lt;br /&gt;
}());&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=MediaWiki:Common.css&amp;diff=2743</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=MediaWiki:Common.css&amp;diff=2743"/>
		<updated>2024-01-01T21:34:23Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.wikitable.mw-collapsible.mw-collapsed.mw-collapse-toggle {&lt;br /&gt;
	float:right!important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable b {&lt;br /&gt;
	float:left!important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-redirect {     font-style: normal; }&lt;br /&gt;
&lt;br /&gt;
:not(wikitable) .mw-content-ltr .mw-collapsible:not(.mw-made-collapsible) th:before, .mw-content-rtl .mw-content-ltr .mw-collapsible:not(.mw-made-collapsible) th:before, .mw-content-ltr .mw-collapsible:not(.mw-made-collapsible):before, .mw-content-rtl .mw-content-ltr .mw-collapsible:not(.mw-made-collapsible):before, .mw-content-ltr .mw-collapsible-toggle, .mw-content-rtl .mw-content-ltr .mw-collapsible-toggle {&lt;br /&gt;
	float: none;&lt;br /&gt;
	left:5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }&lt;br /&gt;
&lt;br /&gt;
/* csslint adjoining-classes:false */&lt;br /&gt;
/* See also [[Special:Mypage/vector.css]], [[MediaWiki:Vector.css]] */&lt;br /&gt;
&lt;br /&gt;
/* make headers include contained floats, so they don't wander around (yes, is&lt;br /&gt;
	magic, it tells the browser the tag is a container) */&lt;br /&gt;
h1,&lt;br /&gt;
h2,&lt;br /&gt;
h3,&lt;br /&gt;
h4,&lt;br /&gt;
h5,&lt;br /&gt;
h6 {&lt;br /&gt;
	width: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
sup,&lt;br /&gt;
sub { /* prevent odd line-height for raised and lowered characters */&lt;br /&gt;
	line-height: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* and keep links at normal font size/weight, else they inherit the header&lt;br /&gt;
	attributes */&lt;br /&gt;
.editsection {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
pre code, code code {&lt;br /&gt;
	border: none;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
pre var, code var {&lt;br /&gt;
	color: #777;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make table of contents always visible to the right, if width is big enough*/&lt;br /&gt;
@media screen and (min-width: 800px) {&lt;br /&gt;
  #toc { &lt;br /&gt;
    float: right;&lt;br /&gt;
    position: fixed;&lt;br /&gt;
    top: 150px;&lt;br /&gt;
&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    right: 2em; &lt;br /&gt;
    width: 20em;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  #mw-content-text {&lt;br /&gt;
    padding-right: 22em;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Category:Entry_with_missing_informations&amp;diff=2742</id>
		<title>Category:Entry with missing informations</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Category:Entry_with_missing_informations&amp;diff=2742"/>
		<updated>2024-01-01T21:27:49Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a '''maintenance category''' for entries that need revision because details are missing. By placing the block &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Missing information}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, new entries will be added to this page.&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Category:Hidden_categories&amp;diff=2741</id>
		<title>Category:Hidden categories</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Category:Hidden_categories&amp;diff=2741"/>
		<updated>2024-01-01T21:26:44Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Category:Pages_using_DynamicPageList&amp;diff=2740</id>
		<title>Category:Pages using DynamicPageList</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Category:Pages_using_DynamicPageList&amp;diff=2740"/>
		<updated>2024-01-01T21:26:31Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__HIDDENCAT__ __EXPECTUNUSEDCATEGORY__&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Category:Pages_using_DynamicPageList&amp;diff=2739</id>
		<title>Category:Pages using DynamicPageList</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Category:Pages_using_DynamicPageList&amp;diff=2739"/>
		<updated>2024-01-01T21:20:41Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__HIDDENCAT_&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Category:English_article&amp;diff=2738</id>
		<title>Category:English article</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Category:English_article&amp;diff=2738"/>
		<updated>2024-01-01T21:18:27Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Stockholmer&amp;diff=2737</id>
		<title>Stockholmer</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Stockholmer&amp;diff=2737"/>
		<updated>2024-01-01T21:16:36Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Adjective to [[Stockholm]] ==&lt;br /&gt;
{{Adjective&lt;br /&gt;
|Entry=holmiēnsis&lt;br /&gt;
|Other forms=holmiēnse&lt;br /&gt;
|Positive =holmiēnsis&lt;br /&gt;
|Comparative =holmiēnsior&lt;br /&gt;
|Superlative =holmiēnsissimus&lt;br /&gt;
|Adverb =holmiēnsiter&lt;br /&gt;
|Comparative adverb =holmiēnsius&lt;br /&gt;
|Superlative adverb =holmiēnsissimē&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology = :Relational adjective to ''[[Holmia]]''&lt;br /&gt;
|Quotes =&lt;br /&gt;
|Note =&lt;br /&gt;
|References =*{{R:WP-LA|Statio Media Holmiensis|04.07.2023}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Inhabitant of [[Stockholm]] ==&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = Holmiēnsis&lt;br /&gt;
|Genetive = Holmiēnsis&lt;br /&gt;
|Gender = m/f&lt;br /&gt;
|Meaning ={{See also|[[holmiēnsis]]}}&lt;br /&gt;
# Inhabitant of Stockholm&lt;br /&gt;
|Declension = Holmiēnsis&amp;lt;3&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology = :From the Adjective ''holmiēnsis''.&lt;br /&gt;
|Quotes =&lt;br /&gt;
|Note =&lt;br /&gt;
|References =*{{R:WP-LA|Statio Media Holmiensis|04.07.2023}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:English noun]] [[Category:English lemma]] [[Category:English adjective]] [[Category:Personal designation]] [[Category:Demonym]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=the&amp;diff=2736</id>
		<title>the</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=the&amp;diff=2736"/>
		<updated>2024-01-01T21:15:46Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Created page with &amp;quot;== Article ==  {{NoTranslation|this, that, these, thoose}}  Category:English lemma Category:English article&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Article ==&lt;br /&gt;
&lt;br /&gt;
{{NoTranslation|[[this]], [[that]], [[these]], [[thoose]]}}&lt;br /&gt;
&lt;br /&gt;
[[Category:English lemma]] [[Category:English article]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Template:NoTranslation&amp;diff=2735</id>
		<title>Template:NoTranslation</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Template:NoTranslation&amp;diff=2735"/>
		<updated>2024-01-01T21:15:39Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Indent|''This word has no direct translation. For a rough approximations see:'' {{{1}}}}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Entry]]‎[[Category:English lemma]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Template]]&lt;br /&gt;
[[Category:Template:Markup]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Osloite&amp;diff=2734</id>
		<title>Osloite</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Osloite&amp;diff=2734"/>
		<updated>2024-01-01T21:14:10Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Adjective to [[Oslo]] ==&lt;br /&gt;
{{Adjective&lt;br /&gt;
|Entry= osloēnsis&lt;br /&gt;
|Other forms= osloēnse&lt;br /&gt;
|Positive = osloēnsis&lt;br /&gt;
|Comparative = osloēnsior&lt;br /&gt;
|Superlative = osloēnsissimus&lt;br /&gt;
|Adverb = osloēnsiter&lt;br /&gt;
|Comparative adverb = osloēnsius&lt;br /&gt;
|Superlative adverb = osloēnsissimē&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology = :Relational adjective to ''[[Osloa]]''&lt;br /&gt;
|Quotes =&lt;br /&gt;
|Note =&lt;br /&gt;
|References =*{{R:WP-LA|Osloa|04.07.2023}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Inhabitant of [[Oslo]] ==&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = Osloēnsis&lt;br /&gt;
|Genetive = Osloēnsis&lt;br /&gt;
|Gender = m/f&lt;br /&gt;
|Meaning ={{See also|[[osloēnsis]]}}&lt;br /&gt;
# Inhabitant of Oslo&lt;br /&gt;
|Declension = Osloēnsis&amp;lt;3&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology = From the Adjective ''osloēnsis''.&lt;br /&gt;
|Quotes =&lt;br /&gt;
|Note =&lt;br /&gt;
|References =*{{R:WP-LA|Statio Media Osloensis|04.07.2023}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:English noun]] [[Category:English lemma]] [[Category:English adjective]] [[Category:City in Norway]] [[Category:Personal designation]] [[Category:Demonym]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Stockholmer&amp;diff=2733</id>
		<title>Stockholmer</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Stockholmer&amp;diff=2733"/>
		<updated>2024-01-01T21:13:48Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Adjective to [[Stockholm]] ==&lt;br /&gt;
{{Adjective&lt;br /&gt;
|Entry=holmiēnsis&lt;br /&gt;
|Other forms=holmiēnse&lt;br /&gt;
|Positive =holmiēnsis&lt;br /&gt;
|Comparative =holmiēnsior&lt;br /&gt;
|Superlative =holmiēnsissimus&lt;br /&gt;
|Adverb =holmiēnsiter&lt;br /&gt;
|Comparative adverb =holmiēnsius&lt;br /&gt;
|Superlative adverb =holmiēnsissimē&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology = :Relational adjective to ''[[Holmia]]''&lt;br /&gt;
|Quotes =&lt;br /&gt;
|Note =&lt;br /&gt;
|References =*{{R:WP-LA|Statio Media Holmiensis|04.07.2023}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Inhabitant of [[Stockholm]] ==&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = Holmiēnsis&lt;br /&gt;
|Genetive = Holmiēnsis&lt;br /&gt;
|Gender = m/f&lt;br /&gt;
|Meaning ={{See also|[[holmiēnsis]]}}&lt;br /&gt;
# Inhabitant of Stockholm&lt;br /&gt;
|Declension = Holmiēnsis&amp;lt;3&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology = :From the Adjective ''holmiēnsis''.&lt;br /&gt;
|Quotes =&lt;br /&gt;
|Note =&lt;br /&gt;
|References =*{{R:WP-LA|Statio Media Holmiensis|04.07.2023}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:English noun]] [[Category:English lemma]] [[Category:English adjective]] [[Category:City in Sweden]] [[Category:Personal designation]] [[Category:Demonym]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Category:City_in_Spain&amp;diff=2732</id>
		<title>Category:City in Spain</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Category:City_in_Spain&amp;diff=2732"/>
		<updated>2024-01-01T20:52:28Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Category:State_in_Asia&amp;diff=2731</id>
		<title>Category:State in Asia</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Category:State_in_Asia&amp;diff=2731"/>
		<updated>2024-01-01T20:52:20Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Category:English_interjection&amp;diff=2730</id>
		<title>Category:English interjection</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Category:English_interjection&amp;diff=2730"/>
		<updated>2024-01-01T20:51:53Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=l%C4%ABbert%C4%81s&amp;diff=2729</id>
		<title>lībertās</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=l%C4%ABbert%C4%81s&amp;diff=2729"/>
		<updated>2023-08-12T17:53:03Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Created page with &amp;quot;'''lībertās''' can be translated as * freedom, the condition or right of being able or allowed to do, * independence, a state of beeing able to make own choices  Category:Disambiguation Category:Latin lemma Category:Latin noun&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''lībertās''' can be translated as&lt;br /&gt;
* [[freedom]], the condition or right of being able or allowed to do,&lt;br /&gt;
* [[independence]], a state of beeing able to make own choices&lt;br /&gt;
&lt;br /&gt;
[[Category:Disambiguation]] [[Category:Latin lemma]] [[Category:Latin noun]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=independence&amp;diff=2728</id>
		<title>independence</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=independence&amp;diff=2728"/>
		<updated>2023-08-12T17:50:48Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== State of beeing able to make own decisions ==&lt;br /&gt;
&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = independentia&lt;br /&gt;
|Genetive =independentiae&lt;br /&gt;
|Suggested=&lt;br /&gt;
|Gender = f&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Declension = independentia&amp;lt;1&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology =From [[pendēre]]&lt;br /&gt;
|Quotes =&lt;br /&gt;
|Note =&lt;br /&gt;
|References=*{{R:Pons|independentia|12.08.2023}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = lībertās&lt;br /&gt;
|Genetive =lībertātis&lt;br /&gt;
|Suggested=&lt;br /&gt;
|Gender = f&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Declension = lībertās&amp;lt;3&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology =&lt;br /&gt;
|Quotes =&lt;br /&gt;
|Note =&lt;br /&gt;
|References= * {{R:S&amp;amp;H|independence|12.08.2023}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Politics]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=independentia&amp;diff=2727</id>
		<title>independentia</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=independentia&amp;diff=2727"/>
		<updated>2023-08-12T17:50:22Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Redirected page to independence&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[independence]]&lt;br /&gt;
[[Category:Latin noun]] [[Category:Latin lemma]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=independence&amp;diff=2726</id>
		<title>independence</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=independence&amp;diff=2726"/>
		<updated>2023-08-12T17:50:00Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Created page with &amp;quot;== State of beeing able to make own decisions ==  {{Noun |Entry = independentia |Genetive =independentiae |Suggested= |Gender = f |Meaning = |Declension = independentia&amp;lt;1&amp;gt; |Alternative forms = |Derived terms = |Etymology =From pendēre |Quotes = |Note = |References=*{{R:Pons|independentia|12.08.2023}} }}  {{Noun |Entry = lībertas |Genetive =lībertātis |Suggested= |Gender = f |Meaning = |Declension = lībertas&amp;lt;3&amp;gt; |Alternative forms = |Derived terms = |Etymology = |...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== State of beeing able to make own decisions ==&lt;br /&gt;
&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = independentia&lt;br /&gt;
|Genetive =independentiae&lt;br /&gt;
|Suggested=&lt;br /&gt;
|Gender = f&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Declension = independentia&amp;lt;1&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology =From [[pendēre]]&lt;br /&gt;
|Quotes =&lt;br /&gt;
|Note =&lt;br /&gt;
|References=*{{R:Pons|independentia|12.08.2023}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = lībertas&lt;br /&gt;
|Genetive =lībertātis&lt;br /&gt;
|Suggested=&lt;br /&gt;
|Gender = f&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Declension = lībertas&amp;lt;3&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology =&lt;br /&gt;
|Quotes =&lt;br /&gt;
|Note =&lt;br /&gt;
|References= * {{R:S&amp;amp;H|independence|12.08.2023}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Politics]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=nomophylax&amp;diff=2725</id>
		<title>nomophylax</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=nomophylax&amp;diff=2725"/>
		<updated>2023-08-12T17:41:07Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Redirected page to lawspeaker&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[lawspeaker]]&lt;br /&gt;
[[Category:Latin lemma]] [[Category:Latin noun]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=lawspeaker&amp;diff=2724</id>
		<title>lawspeaker</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=lawspeaker&amp;diff=2724"/>
		<updated>2023-08-12T17:40:32Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Unique scandinavian legal office ==&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = nomophylax&lt;br /&gt;
|Genetive =nomophylacis&lt;br /&gt;
|Suggested=&lt;br /&gt;
|Gender = m&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Declension = nomophylax&amp;lt;3&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology =From Greek νομοφύλαξ (&amp;quot;custodian of law&amp;quot;)&lt;br /&gt;
|Quotes =&lt;br /&gt;
|Note = *Ludovicus Holbergius: ''Nicolaii Klimii iter subterraneum'', praefatio apologetica&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Political office]] [[Category:Scandinavia]] [[English noun]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=lawspeaker&amp;diff=2723</id>
		<title>lawspeaker</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=lawspeaker&amp;diff=2723"/>
		<updated>2023-08-12T17:40:16Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Created page with &amp;quot;== Unique scandinavian legal office == {{Noun |Entry = nomophylax |Genetive =nomophylacis |Suggested= |Gender = m |Meaning = |Declension = nomophylax&amp;lt;3&amp;gt; |Alternative forms = |Derived terms = |Etymology =From Greek νομοφύλαξ (&amp;quot;custodian of law&amp;quot;) |Quotes = |Note = *Ludovicus Holbergius: ''Nicolaii Klimii iter subterraneum'', praefatio apologetica }} Category:Political office Category:Scandinavia&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Unique scandinavian legal office ==&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = nomophylax&lt;br /&gt;
|Genetive =nomophylacis&lt;br /&gt;
|Suggested=&lt;br /&gt;
|Gender = m&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Declension = nomophylax&amp;lt;3&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology =From Greek νομοφύλαξ (&amp;quot;custodian of law&amp;quot;)&lt;br /&gt;
|Quotes =&lt;br /&gt;
|Note = *Ludovicus Holbergius: ''Nicolaii Klimii iter subterraneum'', praefatio apologetica&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Political office]] [[Category:Scandinavia]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=%C4%81voc%C4%81mentum&amp;diff=2686</id>
		<title>āvocāmentum</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=%C4%81voc%C4%81mentum&amp;diff=2686"/>
		<updated>2023-06-30T23:05:21Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Redirected page to hobby&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[hobby]]&lt;br /&gt;
[[Category:Latin noun]] [[Category:Latin lemma]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=hobby&amp;diff=2685</id>
		<title>hobby</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=hobby&amp;diff=2685"/>
		<updated>2023-06-30T23:04:59Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Created page with &amp;quot;== Activity one does in their spare time == {{Noun |Entry = āvocāmentum |Genetive =āvocāmentī |Gender = n |Meaning = |Declension = āvocāmentum&amp;lt;2&amp;gt; |Alternative forms = |Derived terms = |Etymology = |Quotes = |References={{R:WT-EN|avocamentum|29.06.2023}} }} Category:English noun  == Horse == {{See|hobby horse}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Activity one does in their spare time ==&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = āvocāmentum&lt;br /&gt;
|Genetive =āvocāmentī&lt;br /&gt;
|Gender = n&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Declension = āvocāmentum&amp;lt;2&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology =&lt;br /&gt;
|Quotes =&lt;br /&gt;
|References={{R:WT-EN|avocamentum|29.06.2023}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:English noun]]&lt;br /&gt;
&lt;br /&gt;
== Horse ==&lt;br /&gt;
{{See|[[hobby horse]]}}&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Hafni%C4%93nsis&amp;diff=2684</id>
		<title>Hafniēnsis</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Hafni%C4%93nsis&amp;diff=2684"/>
		<updated>2023-05-29T17:14:35Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Redirected page to Copenhagener&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Copenhagener]]&lt;br /&gt;
[[Category:Latin lemma]] [[Category:Latin noun]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=hafni%C4%93nsis&amp;diff=2683</id>
		<title>hafniēnsis</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=hafni%C4%93nsis&amp;diff=2683"/>
		<updated>2023-05-29T17:14:12Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Redirected page to Copenhagener&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Copenhagener]]&lt;br /&gt;
[[Category:Latin lemma]] [[Category:Latin adjective]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Copenhagener&amp;diff=2682</id>
		<title>Copenhagener</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Copenhagener&amp;diff=2682"/>
		<updated>2023-05-29T17:13:49Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Adjective to [[Copenhagen]] ==&lt;br /&gt;
{{Adjective&lt;br /&gt;
|Entry=hafniēnsis&lt;br /&gt;
|Other forms=hafniēnse&lt;br /&gt;
|Positive =hafniēnsis&lt;br /&gt;
|Comparative =hafniēnsior&lt;br /&gt;
|Superlative =hafniēnsissimus&lt;br /&gt;
|Adverb =hafniēnsiter&lt;br /&gt;
|Comparative adverb =hafniēnsius&lt;br /&gt;
|Superlative adverb =hafniēnsissimē&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology = :Relational adjective to ''[[Hafnia]]''&lt;br /&gt;
|Quotes =&lt;br /&gt;
|Note =&lt;br /&gt;
|References =*{{R:WP-LA|Universitas Hafniensis|2=29.05.2023}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Inhabitant of [[Copenhagen]] ==&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = Hafniēnsis&lt;br /&gt;
|Genetive = Hafniēnsis&lt;br /&gt;
|Gender = m/f&lt;br /&gt;
|Meaning ={{See also|[[hafniēnsis]]}}&lt;br /&gt;
# Inhabitant of Copenhagen&lt;br /&gt;
|Declension = Hafniēnsis&amp;lt;3&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology = :From the Adjective ''hafniēnsis''.&lt;br /&gt;
|Quotes =&lt;br /&gt;
|Note =&lt;br /&gt;
|References =*{{R:WP-LA|Universitas Hafniensis|2=29.05.2023}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Latin noun]] [[Category:Latin lemma]] [[Category:Latin adjective]] [[Category:City in Denmark]] [[Category:Personal designation]] [[Category:Demonym]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Copenhagener&amp;diff=2681</id>
		<title>Copenhagener</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Copenhagener&amp;diff=2681"/>
		<updated>2023-05-29T17:13:28Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Created page with &amp;quot;== Adjective to Copenhagen == {{Adjective |Entry=hafniēnsis |Other forms=hafniēnse |Positive =hafniēnsis |Comparative =hafniēnsior |Superlative =hafniēnsissimus |Adverb =hafniēnsiter |Comparative adverb =hafniēnsius |Superlative adverb =hafniēnsissimē |Meaning = |Alternative forms = |Derived terms = |Etymology = :Relational adjective to ''Hafnia'' |Quotes = |Note = |References =*{{R:WP-LA|Universitas Hafniensis|2=29.05.2023}} }}  == Inhabitant of Copen...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Adjective to [[Copenhagen]] ==&lt;br /&gt;
{{Adjective&lt;br /&gt;
|Entry=hafniēnsis&lt;br /&gt;
|Other forms=hafniēnse&lt;br /&gt;
|Positive =hafniēnsis&lt;br /&gt;
|Comparative =hafniēnsior&lt;br /&gt;
|Superlative =hafniēnsissimus&lt;br /&gt;
|Adverb =hafniēnsiter&lt;br /&gt;
|Comparative adverb =hafniēnsius&lt;br /&gt;
|Superlative adverb =hafniēnsissimē&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology = :Relational adjective to ''[[Hafnia]]''&lt;br /&gt;
|Quotes =&lt;br /&gt;
|Note =&lt;br /&gt;
|References =*{{R:WP-LA|Universitas Hafniensis|2=29.05.2023}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Inhabitant of [[Copenhagen]] ==&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = Hafniēnsis&lt;br /&gt;
|Genetive = Hafniēnsis&lt;br /&gt;
|Gender = m/f&lt;br /&gt;
|Meaning ={{See also|[[hafniēnsis]]}}&lt;br /&gt;
# Inhabitant of Copenhagen&lt;br /&gt;
|Declension = Hafniēnsis&amp;lt;3&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology = :From the Adjective ''hafniēnsis''.&lt;br /&gt;
|Quotes =&lt;br /&gt;
|Note =&lt;br /&gt;
|References =*{{R:WP-LA|Universitas Hafniensis|2=29.05.2023}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Latin noun]] [[Category:Latin lemma]] [[Category:Latin adjective]] [[Category:City in Denmark]]  [[Category:English demonym]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Hafnia&amp;diff=2679</id>
		<title>Hafnia</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Hafnia&amp;diff=2679"/>
		<updated>2023-05-29T17:07:29Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Redirected page to Copenhagen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Copenhagen]]&lt;br /&gt;
[[Category:Latin noun]] [[Category:Latin lemma]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Copenhagen&amp;diff=2678</id>
		<title>Copenhagen</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Copenhagen&amp;diff=2678"/>
		<updated>2023-05-29T17:06:54Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Capital city of Denmark ==&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = Hafnia&lt;br /&gt;
|Genetive =Hafniae&lt;br /&gt;
|Gender = f&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Declension = Hafnia&amp;lt;1&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology =&lt;br /&gt;
|Quotes =&lt;br /&gt;
|References={{R:WP-LA|Hafnia|29.05.2023}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:City in Denmark]] [[Category:English noun]] [[Category:City]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Copenhagen&amp;diff=2677</id>
		<title>Copenhagen</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Copenhagen&amp;diff=2677"/>
		<updated>2023-05-29T17:06:02Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Created page with &amp;quot;== Capital city of Denmark == {{Noun |Entry = Hafnia |Genetive =Hafniae |Gender = f |Meaning = |Declension = Hafnia&amp;lt;1&amp;gt; |Alternative forms = |Derived terms = |Etymology = |Quotes = |References={{R:WP-LA|Hafnia|29.05.2023}} }} Category:City (Denmark) Category:English noun Category:City&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Capital city of Denmark ==&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = Hafnia&lt;br /&gt;
|Genetive =Hafniae&lt;br /&gt;
|Gender = f&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Declension = Hafnia&amp;lt;1&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology =&lt;br /&gt;
|Quotes =&lt;br /&gt;
|References={{R:WP-LA|Hafnia|29.05.2023}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:City (Denmark)]] [[Category:English noun]] [[Category:City]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=potestas_legifera&amp;diff=2676</id>
		<title>potestas legifera</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=potestas_legifera&amp;diff=2676"/>
		<updated>2023-05-06T20:14:17Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Redirected page to legislature&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[legislature]]&lt;br /&gt;
[[Category:Latin lemma]] [[Category:Latin noun]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=legislature&amp;diff=2675</id>
		<title>legislature</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=legislature&amp;diff=2675"/>
		<updated>2023-05-05T16:34:49Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Institution with the power to make laws ==&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = potestas legifera&lt;br /&gt;
|Genetive =potestātis legiferae&lt;br /&gt;
|Suggested=Yes&lt;br /&gt;
|Gender = f&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Declension = potestas/potestāt&amp;lt;3&amp;gt; lēgifera&amp;lt;1&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology =&lt;br /&gt;
|Quotes =&lt;br /&gt;
|References={{R:WP-LA|potestas legifera|05.05.2023}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Constitution]] [[Category:English noun]] [[Category:Law]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=legislature&amp;diff=2674</id>
		<title>legislature</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=legislature&amp;diff=2674"/>
		<updated>2023-05-05T16:34:31Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Institution with the power to make laws ==&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = potestas legifera&lt;br /&gt;
|Genetive =potestātis legiferae&lt;br /&gt;
|Suggested=Yes&lt;br /&gt;
|Gender = f&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Declension = potestas/potestāt&amp;lt;3&amp;gt; legifera&amp;lt;1&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology =&lt;br /&gt;
|Quotes =&lt;br /&gt;
|References={{R:WP-LA|potestas legifera|05.05.2023}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Constitution]] [[Category:English noun]] [[Category:Law]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=legislature&amp;diff=2673</id>
		<title>legislature</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=legislature&amp;diff=2673"/>
		<updated>2023-05-05T16:33:41Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Institution with the power to make laws ==&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = potestas legifera&lt;br /&gt;
|Genetive =potestātis legiferae&lt;br /&gt;
|Suggested=Yes&lt;br /&gt;
|Gender = f&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Declension = potestas&amp;lt;3&amp;gt; legifera&amp;lt;1&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology =&lt;br /&gt;
|Quotes =&lt;br /&gt;
|References={{R:WP-LA|potestas legifera|05.05.2023}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Constitution]] [[Category:English noun]] [[Category:Law]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=legislature&amp;diff=2672</id>
		<title>legislature</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=legislature&amp;diff=2672"/>
		<updated>2023-05-05T16:33:23Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Created page with &amp;quot;== Institution with the power to make laws == {{Noun |Entry = potestas legifera |Genetive =potestātis legiferae |Suggested=Yes |Gender = f |Meaning = |Declension = potestas&amp;lt;3&amp;gt; legifera&amp;lt;1&amp;gt; |Alternative forms = |Derived terms = |Etymology = |Quotes = |References={{R:WT-EN|potestas legifera|28.03.2023}} }} Category:Constitution Category:English noun Category:Law&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Institution with the power to make laws ==&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = potestas legifera&lt;br /&gt;
|Genetive =potestātis legiferae&lt;br /&gt;
|Suggested=Yes&lt;br /&gt;
|Gender = f&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Declension = potestas&amp;lt;3&amp;gt; legifera&amp;lt;1&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology =&lt;br /&gt;
|Quotes =&lt;br /&gt;
|References={{R:WT-EN|potestas legifera|28.03.2023}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Constitution]] [[Category:English noun]] [[Category:Law]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Acad%C4%93m%C4%ABa:Fabrica&amp;diff=2671</id>
		<title>Acadēmīa:Fabrica</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Acad%C4%93m%C4%ABa:Fabrica&amp;diff=2671"/>
		<updated>2023-05-02T18:14:30Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: /* Bingo */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Fabrica}}&lt;br /&gt;
{{Archives}}&lt;br /&gt;
&lt;br /&gt;
__NEWSECTIONLINK__&lt;br /&gt;
&lt;br /&gt;
== Dandelion ==&lt;br /&gt;
&lt;br /&gt;
{{Proposal}}dēns liōnis&lt;br /&gt;
&lt;br /&gt;
{{Reason}}According to Wiktionary, the term &amp;quot;dēns liōnis&amp;quot; is attested in Late Latin, but I cannot find any evidence for that. Maybe @[[User:Lukas|Lukas]] or @[[User:Logodaedalus|Logodaedalus]] can help me with that to find a source. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 20:05, 3 March 2023 (CET)&lt;br /&gt;
&lt;br /&gt;
:[https://mateo.uni-mannheim.de/camenaref/kirsch/kirsch1/p1/jpg/s0422.html Kirsch] does have ''Dens leonis'' as ''Löwenzahn, ein Kraut'' (Dandelion, an herb). [[User:Lūkās|Lūkās]] ([[User talk:Lūkās|talk]]) 23:14, 3 March 2023 (CET)&lt;br /&gt;
::Thanks. You could make the entry, if you want. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 23:29, 3 March 2023 (CET)&lt;br /&gt;
:::Why ''dēns leōnis'' and not ''taraxacum (vulgāre)'' or ''aphaca''?&lt;br /&gt;
:::&amp;gt; Varium adeptum est nomen Taraxacum. A foliorum incisuris dentatis vel pinnatis, maxillam dentatam leonis referre creditis, vel quia dentibus lacerata videntur, dens leonis, dent de lion Gallis, loewenzahn, a thalamo nudo punctato, rasum caput referente, caput monachi vocatum est. A singulari virtute, urinaria et pisse en lit, ab eadem, et a scapo cavo fistularia... &lt;br /&gt;
:::https://books.google.it/books?id=NeZSAAAAcAAJ '''De taraxaco praesertim aquae eiusdem per fermentationem paratae eximio usu''' one of the first result of dens leonis in google books [[User:Logodaedalus|Logodaedalus]] ([[User talk:Logodaedalus|talk]]) 11:36, 4 March 2023 (CET)&lt;br /&gt;
::::It is the botanical name, which we could also include. But I have personally a problem with that, since botanical names are usually artificial and do not fit that well with Latin. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 14:34, 4 March 2023 (CET)&lt;br /&gt;
:::::I agree that botanical names are oftentimes artificial. But overall I disagree because (1) taraxacum is just a part of the botanical name (2) I put in my previous reply a source which attests the use of taraxacum as the name of the plant and other names like dens leonis, caput monachi and urinaria (it. pisciacane). [[User:Logodaedalus|Logodaedalus]] ([[User talk:Logodaedalus|talk]]) 14:44, 4 March 2023 (CET)&lt;br /&gt;
::::::[https://mateo.uni-mannheim.de/camenaref/kirsch/kirsch1/p1/jpg/s1400.html Kirsch] also has an entry for ''Tărāxăcum, i, n.'' and defines it as &amp;quot;&amp;lt;span lang=&amp;quot;de&amp;quot; dir=&amp;quot;ltr&amp;quot;&amp;gt;Pfaffenblatt, Münchskopf, Saudistel, ein gewisses Kraut. ''Botan[isch].''&amp;lt;/span&amp;gt;&amp;quot; (pastor's leaf, monk's head, sow thistle, a certain herb. ''Botanical.''). The first two names do appear to be common names for Taraxacum officinale and the second name does neatly fit ''caput monachi'', although the third name seems to refer to somewhat similar-looking [[wikipedia:Sonchus|Sonchus]].&lt;br /&gt;
::::::So, I agree with ''taraxacum'', which (at least according to Wikipedia, I couldn't find it in Du Cange) entered Latin from Arabic in the 12th century and therefore is not a modern innovation.&lt;br /&gt;
::::::Another question is the scope of our entry. In modern English usage ''dandelion'' only refers to the genus Taraxacum and similar plants, such as [[wikipedia:Leontodon|Leontodon]], are known as ''[[wikipedia:False_dandelion|false dandelion]]''. That strikes me as a modern botanical distinction, although I might be biased since my native language simply calls both ''&amp;lt;span lang=&amp;quot;de&amp;quot; dir=&amp;quot;ltr&amp;quot;&amp;gt;Löwenzahn&amp;lt;/span&amp;gt;''. [[User:Lūkās|Lūkās]] ([[User talk:Lūkās|talk]]) 01:12, 24 April 2023 (CEST)&lt;br /&gt;
:::::::We can include this I think. Our dictionary is not (only) about the scientific usage of certain words, but you can make an extra comment to this. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 20:08, 2 May 2023 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Pudding ==&lt;br /&gt;
&lt;br /&gt;
{{Proposal}}puddinga&lt;br /&gt;
&lt;br /&gt;
{{Reason}}I was think about words like puls dulcis, but pudding is a very universal word that has been adapted in every Romance language. Also Greek does use this word, so I am proposing this word. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 21:02, 3 March 2023 (CET)&lt;br /&gt;
&lt;br /&gt;
:Looking in the lexicon Morganianum, I found a few words: ''oxygala'', ''erneum'' and ''murtatum''; ''oryzae tympanum/oryza sufflata'' for rice pudding. [[User:Logodaedalus|Logodaedalus]] ([[User talk:Logodaedalus|talk]]) 11:49, 4 March 2023 (CET)&lt;br /&gt;
::Rice pudding is not the same as pudding, though. In German, we call this &amp;quot;Milchreis&amp;quot;, since it has very little in common with pudding. But we can include this word for rice pudding, according to Vicipaedia Rice pudding is &amp;quot;Oryza cum lacte&amp;quot; or &amp;quot;puls oryzae&amp;quot; (but there is no source for that, so we should be cautious). [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 14:36, 4 March 2023 (CET)&lt;br /&gt;
&lt;br /&gt;
== Conjunctor, Adjunctor, Implication, ... ==&lt;br /&gt;
&lt;br /&gt;
{{Proposal}}The latin equivalents&lt;br /&gt;
&lt;br /&gt;
{{Reason}}So, I am currently studying logic and mathematics and there are a bunch of words derived from Latin and Greek. I'd suggest that we should include the latinized versions conjūnctor, adjunctor, implicātiō, ... regardless whether they are attested or not (false friends obviously excluded). There are probably a few hundred words, so I think it'd be better if we do not discuss each one of them, because that would take a lot of time. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 19:16, 28 March 2023 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Bingo ==&lt;br /&gt;
&lt;br /&gt;
{{Proposal}}Bingō&lt;br /&gt;
&lt;br /&gt;
{{Reason}}As far as I am aware, bingo is derived from the sound of a bell (bing bing). Since this is a proper name of a game, I'd suggest to not change the name. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 20:14, 2 May 2023 (CEST)&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Acad%C4%93m%C4%ABa:Fabrica&amp;diff=2670</id>
		<title>Acadēmīa:Fabrica</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Acad%C4%93m%C4%ABa:Fabrica&amp;diff=2670"/>
		<updated>2023-05-02T18:08:43Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: /* Dandelion */ Reply&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Fabrica}}&lt;br /&gt;
{{Archives}}&lt;br /&gt;
&lt;br /&gt;
__NEWSECTIONLINK__&lt;br /&gt;
&lt;br /&gt;
== Dandelion ==&lt;br /&gt;
&lt;br /&gt;
{{Proposal}}dēns liōnis&lt;br /&gt;
&lt;br /&gt;
{{Reason}}According to Wiktionary, the term &amp;quot;dēns liōnis&amp;quot; is attested in Late Latin, but I cannot find any evidence for that. Maybe @[[User:Lukas|Lukas]] or @[[User:Logodaedalus|Logodaedalus]] can help me with that to find a source. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 20:05, 3 March 2023 (CET)&lt;br /&gt;
&lt;br /&gt;
:[https://mateo.uni-mannheim.de/camenaref/kirsch/kirsch1/p1/jpg/s0422.html Kirsch] does have ''Dens leonis'' as ''Löwenzahn, ein Kraut'' (Dandelion, an herb). [[User:Lūkās|Lūkās]] ([[User talk:Lūkās|talk]]) 23:14, 3 March 2023 (CET)&lt;br /&gt;
::Thanks. You could make the entry, if you want. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 23:29, 3 March 2023 (CET)&lt;br /&gt;
:::Why ''dēns leōnis'' and not ''taraxacum (vulgāre)'' or ''aphaca''?&lt;br /&gt;
:::&amp;gt; Varium adeptum est nomen Taraxacum. A foliorum incisuris dentatis vel pinnatis, maxillam dentatam leonis referre creditis, vel quia dentibus lacerata videntur, dens leonis, dent de lion Gallis, loewenzahn, a thalamo nudo punctato, rasum caput referente, caput monachi vocatum est. A singulari virtute, urinaria et pisse en lit, ab eadem, et a scapo cavo fistularia... &lt;br /&gt;
:::https://books.google.it/books?id=NeZSAAAAcAAJ '''De taraxaco praesertim aquae eiusdem per fermentationem paratae eximio usu''' one of the first result of dens leonis in google books [[User:Logodaedalus|Logodaedalus]] ([[User talk:Logodaedalus|talk]]) 11:36, 4 March 2023 (CET)&lt;br /&gt;
::::It is the botanical name, which we could also include. But I have personally a problem with that, since botanical names are usually artificial and do not fit that well with Latin. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 14:34, 4 March 2023 (CET)&lt;br /&gt;
:::::I agree that botanical names are oftentimes artificial. But overall I disagree because (1) taraxacum is just a part of the botanical name (2) I put in my previous reply a source which attests the use of taraxacum as the name of the plant and other names like dens leonis, caput monachi and urinaria (it. pisciacane). [[User:Logodaedalus|Logodaedalus]] ([[User talk:Logodaedalus|talk]]) 14:44, 4 March 2023 (CET)&lt;br /&gt;
::::::[https://mateo.uni-mannheim.de/camenaref/kirsch/kirsch1/p1/jpg/s1400.html Kirsch] also has an entry for ''Tărāxăcum, i, n.'' and defines it as &amp;quot;&amp;lt;span lang=&amp;quot;de&amp;quot; dir=&amp;quot;ltr&amp;quot;&amp;gt;Pfaffenblatt, Münchskopf, Saudistel, ein gewisses Kraut. ''Botan[isch].''&amp;lt;/span&amp;gt;&amp;quot; (pastor's leaf, monk's head, sow thistle, a certain herb. ''Botanical.''). The first two names do appear to be common names for Taraxacum officinale and the second name does neatly fit ''caput monachi'', although the third name seems to refer to somewhat similar-looking [[wikipedia:Sonchus|Sonchus]].&lt;br /&gt;
::::::So, I agree with ''taraxacum'', which (at least according to Wikipedia, I couldn't find it in Du Cange) entered Latin from Arabic in the 12th century and therefore is not a modern innovation.&lt;br /&gt;
::::::Another question is the scope of our entry. In modern English usage ''dandelion'' only refers to the genus Taraxacum and similar plants, such as [[wikipedia:Leontodon|Leontodon]], are known as ''[[wikipedia:False_dandelion|false dandelion]]''. That strikes me as a modern botanical distinction, although I might be biased since my native language simply calls both ''&amp;lt;span lang=&amp;quot;de&amp;quot; dir=&amp;quot;ltr&amp;quot;&amp;gt;Löwenzahn&amp;lt;/span&amp;gt;''. [[User:Lūkās|Lūkās]] ([[User talk:Lūkās|talk]]) 01:12, 24 April 2023 (CEST)&lt;br /&gt;
:::::::We can include this I think. Our dictionary is not (only) about the scientific usage of certain words, but you can make an extra comment to this. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 20:08, 2 May 2023 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Pudding ==&lt;br /&gt;
&lt;br /&gt;
{{Proposal}}puddinga&lt;br /&gt;
&lt;br /&gt;
{{Reason}}I was think about words like puls dulcis, but pudding is a very universal word that has been adapted in every Romance language. Also Greek does use this word, so I am proposing this word. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 21:02, 3 March 2023 (CET)&lt;br /&gt;
&lt;br /&gt;
:Looking in the lexicon Morganianum, I found a few words: ''oxygala'', ''erneum'' and ''murtatum''; ''oryzae tympanum/oryza sufflata'' for rice pudding. [[User:Logodaedalus|Logodaedalus]] ([[User talk:Logodaedalus|talk]]) 11:49, 4 March 2023 (CET)&lt;br /&gt;
::Rice pudding is not the same as pudding, though. In German, we call this &amp;quot;Milchreis&amp;quot;, since it has very little in common with pudding. But we can include this word for rice pudding, according to Vicipaedia Rice pudding is &amp;quot;Oryza cum lacte&amp;quot; or &amp;quot;puls oryzae&amp;quot; (but there is no source for that, so we should be cautious). [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 14:36, 4 March 2023 (CET)&lt;br /&gt;
&lt;br /&gt;
== Conjunctor, Adjunctor, Implication, ... ==&lt;br /&gt;
&lt;br /&gt;
{{Proposal}}The latin equivalents&lt;br /&gt;
&lt;br /&gt;
{{Reason}}So, I am currently studying logic and mathematics and there are a bunch of words derived from Latin and Greek. I'd suggest that we should include the latinized versions conjūnctor, adjunctor, implicātiō, ... regardless whether they are attested or not (false friends obviously excluded). There are probably a few hundred words, so I think it'd be better if we do not discuss each one of them, because that would take a lot of time. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 19:16, 28 March 2023 (CEST)&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Acad%C4%93m%C4%ABa:Fabrica&amp;diff=2668</id>
		<title>Acadēmīa:Fabrica</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Acad%C4%93m%C4%ABa:Fabrica&amp;diff=2668"/>
		<updated>2023-03-28T17:16:09Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: /* Conjunctor, Adjunctor, Implication, ... */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Fabrica}}&lt;br /&gt;
{{Archives}}&lt;br /&gt;
&lt;br /&gt;
__NEWSECTIONLINK__&lt;br /&gt;
&lt;br /&gt;
== Dandelion ==&lt;br /&gt;
&lt;br /&gt;
{{Proposal}}dēns liōnis&lt;br /&gt;
&lt;br /&gt;
{{Reason}}According to Wiktionary, the term &amp;quot;dēns liōnis&amp;quot; is attested in Late Latin, but I cannot find any evidence for that. Maybe @[[User:Lukas|Lukas]] or @[[User:Logodaedalus|Logodaedalus]] can help me with that to find a source. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 20:05, 3 March 2023 (CET)&lt;br /&gt;
&lt;br /&gt;
:[https://mateo.uni-mannheim.de/camenaref/kirsch/kirsch1/p1/jpg/s0422.html Kirsch] does have ''Dens leonis'' as ''Löwenzahn, ein Kraut'' (Dandelion, an herb). [[User:Lūkās|Lūkās]] ([[User talk:Lūkās|talk]]) 23:14, 3 March 2023 (CET)&lt;br /&gt;
::Thanks. You could make the entry, if you want. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 23:29, 3 March 2023 (CET)&lt;br /&gt;
:::Why ''dēns leōnis'' and not ''taraxacum (vulgāre)'' or ''aphaca''?&lt;br /&gt;
:::&amp;gt; Varium adeptum est nomen Taraxacum. A foliorum incisuris dentatis vel pinnatis, maxillam dentatam leonis referre creditis, vel quia dentibus lacerata videntur, dens leonis, dent de lion Gallis, loewenzahn, a thalamo nudo punctato, rasum caput referente, caput monachi vocatum est. A singulari virtute, urinaria et pisse en lit, ab eadem, et a scapo cavo fistularia... &lt;br /&gt;
:::https://books.google.it/books?id=NeZSAAAAcAAJ '''De taraxaco praesertim aquae eiusdem per fermentationem paratae eximio usu''' one of the first result of dens leonis in google books [[User:Logodaedalus|Logodaedalus]] ([[User talk:Logodaedalus|talk]]) 11:36, 4 March 2023 (CET)&lt;br /&gt;
::::It is the botanical name, which we could also include. But I have personally a problem with that, since botanical names are usually artificial and do not fit that well with Latin. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 14:34, 4 March 2023 (CET)&lt;br /&gt;
:::::I agree that botanical names are oftentimes artificial. But overall I disagree because (1) taraxacum is just a part of the botanical name (2) I put in my previous reply a source which attests the use of taraxacum as the name of the plant and other names like dens leonis, caput monachi and urinaria (it. pisciacane). [[User:Logodaedalus|Logodaedalus]] ([[User talk:Logodaedalus|talk]]) 14:44, 4 March 2023 (CET)&lt;br /&gt;
&lt;br /&gt;
== Pudding ==&lt;br /&gt;
&lt;br /&gt;
{{Proposal}}puddinga&lt;br /&gt;
&lt;br /&gt;
{{Reason}}I was think about words like puls dulcis, but pudding is a very universal word that has been adapted in every Romance language. Also Greek does use this word, so I am proposing this word. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 21:02, 3 March 2023 (CET)&lt;br /&gt;
&lt;br /&gt;
:Looking in the lexicon Morganianum, I found a few words: ''oxygala'', ''erneum'' and ''murtatum''; ''oryzae tympanum/oryza sufflata'' for rice pudding. [[User:Logodaedalus|Logodaedalus]] ([[User talk:Logodaedalus|talk]]) 11:49, 4 March 2023 (CET)&lt;br /&gt;
::Rice pudding is not the same as pudding, though. In German, we call this &amp;quot;Milchreis&amp;quot;, since it has very little in common with pudding. But we can include this word for rice pudding, according to Vicipaedia Rice pudding is &amp;quot;Oryza cum lacte&amp;quot; or &amp;quot;puls oryzae&amp;quot; (but there is no source for that, so we should be cautious). [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 14:36, 4 March 2023 (CET)&lt;br /&gt;
&lt;br /&gt;
== Conjunctor, Adjunctor, Implication, ... ==&lt;br /&gt;
&lt;br /&gt;
{{Proposal}}The latin equivalents&lt;br /&gt;
&lt;br /&gt;
{{Reason}}So, I am currently studying logic and mathematics and there are a bunch of words derived from Latin and Greek. I'd suggest that we should include the latinized versions conjūnctor, adjunctor, implicātiō, ... regardless whether they are attested or not (false friends obviously excluded). There are probably a few hundred words, so I think it'd be better if we do not discuss each one of them, because that would take a lot of time. [[User:Jācōbus|Jācōbus]] ([[User talk:Jācōbus|talk]]) 19:16, 28 March 2023 (CEST)&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=antinomia&amp;diff=2667</id>
		<title>antinomia</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=antinomia&amp;diff=2667"/>
		<updated>2023-03-28T17:12:14Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Redirected page to antinomy&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[antinomy]]&lt;br /&gt;
[[Category:Latin lemma]] [[Category:Latin noun]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=antinomy&amp;diff=2666</id>
		<title>antinomy</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=antinomy&amp;diff=2666"/>
		<updated>2023-03-28T17:11:50Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Special kind of logical contradiction ==&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = antinomia&lt;br /&gt;
|Genetive =antinomia&lt;br /&gt;
|Suggested=Yes&lt;br /&gt;
|Gender = f&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Declension = antinomia&amp;lt;1&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology = From Greek with same meaning.&lt;br /&gt;
|Quotes =&lt;br /&gt;
|References={{R:WT-EN|antinomia|28.03.2023}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Logic]] [[Category:English noun]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=antinomy&amp;diff=2665</id>
		<title>antinomy</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=antinomy&amp;diff=2665"/>
		<updated>2023-03-28T17:11:39Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Special kind of logical contradiction ==&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = antinomia&lt;br /&gt;
|Genetive =antinomia&lt;br /&gt;
|Suggested=Yes&lt;br /&gt;
|Gender = f&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Declension = antinomia&amp;lt;1&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology = From Greek with same meaning.&lt;br /&gt;
|Quotes =&lt;br /&gt;
|References={{WT-EN|antinomia|28.03.2023}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Logic]] [[Category:English noun]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=antinomy&amp;diff=2664</id>
		<title>antinomy</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=antinomy&amp;diff=2664"/>
		<updated>2023-03-28T17:10:14Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Created page with &amp;quot;== Special kind of logical contradiction == {{Noun |Entry = antinomia |Genetive =antinomia |Suggested=Yes |Gender = f |Meaning = |Declension = antinomia&amp;lt;1&amp;gt; |Alternative forms = |Derived terms = |Etymology = From Greek with same meaning. |Quotes = |Note = }} Category:Logic Category:English noun&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Special kind of logical contradiction ==&lt;br /&gt;
{{Noun&lt;br /&gt;
|Entry = antinomia&lt;br /&gt;
|Genetive =antinomia&lt;br /&gt;
|Suggested=Yes&lt;br /&gt;
|Gender = f&lt;br /&gt;
|Meaning =&lt;br /&gt;
|Declension = antinomia&amp;lt;1&amp;gt;&lt;br /&gt;
|Alternative forms =&lt;br /&gt;
|Derived terms =&lt;br /&gt;
|Etymology = From Greek with same meaning.&lt;br /&gt;
|Quotes =&lt;br /&gt;
|Note =&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Logic]] [[Category:English noun]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Acad%C4%93m%C4%ABa:Criteria_for_inclusion&amp;diff=2654</id>
		<title>Acadēmīa:Criteria for inclusion</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Acad%C4%93m%C4%ABa:Criteria_for_inclusion&amp;diff=2654"/>
		<updated>2023-03-25T17:37:46Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Guideline navigation}}&lt;br /&gt;
This page lists the criteria by which new vocabulary is added to the Acadēmīa from existing sources. For the criteria for the creation of neologisms, see [[Acadēmīa:Suggestions by Acadēmīa]]&lt;br /&gt;
&lt;br /&gt;
== From which eras? ==&lt;br /&gt;
At present, we want to concentrate on recording non-classical vocabulary, i.e., primarily documenting Latin used after 395 AD and finding appropriate words for it, if necessary. This is not to say that classical vocabulary does not belong in the Acadēmīa or that we will never change focus. This decision was made only to make better use of our limited capacity.&lt;br /&gt;
&lt;br /&gt;
Classical vocabulary is welcome to be added, but should not be prioritized.&lt;br /&gt;
&lt;br /&gt;
== Order of entries ==&lt;br /&gt;
Individual entries are not sorted arbitrarily, but according to the order in which the reader should see them. Naturally, the order is subjective and depends on the author's liking. Nevertheless, some criteria should be provided here, according to which words should be preferred. Vocabularies are preferred if they fulfill at least one of the following things:&lt;br /&gt;
&lt;br /&gt;
* The word appears in a relevant descriptive dictionary.&lt;br /&gt;
* The word appears in a relevant Latin text.&lt;br /&gt;
* The word is used in an official Latin document of a country or organisation (in most cases texts by the Catholic Church/Holy See/Vatican).&lt;br /&gt;
* The word has cognates in one or (preferably) several Romance languages&lt;br /&gt;
&lt;br /&gt;
On the other hand, the words, if they are worth listing at all, should rather get a lower place, if it fulfills one of the following things:&lt;br /&gt;
&lt;br /&gt;
* The word is not a proper vocabulary, but rather an elaborate paraphrase.&lt;br /&gt;
* The word could be understood by non-Latin speakers worse than other synonyms.&lt;br /&gt;
* The word has nothing in common with any translation into a Romance language.&lt;br /&gt;
&lt;br /&gt;
== Relevant sources ==&lt;br /&gt;
Whether a source is relevant must be decided on a case-by-case basis. The following criteria therefore offer only indications and are not exhaustive.&lt;br /&gt;
&lt;br /&gt;
=== Printed text sources ===&lt;br /&gt;
Printed text sources are considered relevant if they have been published by a publisher. Especially works from the medieval age or Renaissance Latin/Humanism are to be prefered.&lt;br /&gt;
&lt;br /&gt;
=== Online source ===&lt;br /&gt;
Online sources are relevant if&lt;br /&gt;
*they are the digitalization of a relevant text source&lt;br /&gt;
*from a Wiki run by the Wikimedia Foundation (e.g. Wikipedia)&lt;br /&gt;
&lt;br /&gt;
The Latin Wikipedia can be an indicator that a word has been used in the form, but it must not be the only source. Rather, one should pay close attention to each article to make sure that the word is not an invention of an unknown user or that the word actually exists in the form.&lt;br /&gt;
&lt;br /&gt;
== Useful sources ==&lt;br /&gt;
Here are listed sources that are used several times in Acadēmīa and are considered especially good. The list will be continuosly updated. If you need new templates, ask in [[Acadēmīa:Schola|Schola]].&lt;br /&gt;
&lt;br /&gt;
=== Dictionaries/Lexica ===&lt;br /&gt;
* Charlton T. Lewis and Charles Short (1879) ''A Latin Dictionary'', Oxford, Clarendon Press&lt;br /&gt;
: ''One of the most-popular lexigraphical works in English''.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:L&amp;amp;S|ENTRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Morgan-Owens Neo-Latin Lexicon, Patrick M. Owens, visited on {{{2}}}&lt;br /&gt;
: ''a widely used Neo-Latin lexicon''.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:Morgan|ENTRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Carolus Egger.&amp;quot; (1998) ''Lexicon Recentis Latinitatis'', Urbe Vaticana: Libraria Editoria Vaticana&lt;br /&gt;
: ''Official dictionary published by the Vatican. But beware: Some words are more paraphrases than real words''.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:LRS|ENTRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Du Cange, et. al. (1887) ''Glossarium mediæ et infimæ latinitatis'', Niort, L. Favre&lt;br /&gt;
: ''A great source for Medieval Latin''.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:Cange|ENTRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* ''Pons'', [https://de.pons.com/%C3%BCbersetzung/deutsch-latein Pons] Langenscheidt GmbH&lt;br /&gt;
: Online dictionary in German that contains some Neo-Latin words.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:Pons|ENTRY|DATE}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://en.wiktionary.org/wiki ''Wiktionary''], Wikimedia Foundation&lt;br /&gt;
: Online dictionary, sister project of Wikipedia&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:WT-EN|ENTRY|DATE}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://la.wiktionary.org/wiki ''Vicionarium''], Wikimedia Foundation&lt;br /&gt;
: Online dictionary, sister project of Wikipedia; in Latin.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:WT-LA|ENTRY|DATE}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Grammars ===&lt;br /&gt;
* Raphael Kühner. (1868-1879) ''Ausführliche Grammatik der lateinischen Sprache'' Band I, Hannover&lt;br /&gt;
: This german work is to this day one of the most comprehensive works regarding morphology.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{C:K&amp;amp;S|I|PARAPGRAPH}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Raphael Kühner. (1912-1914) ''Ausführliche Grammatik der lateinischen Sprache'' Band II, Hannover, ed. Holzweissig und Stegmann&lt;br /&gt;
: Volume two of one of the greatest works about Latin grammar ever written.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{C:K&amp;amp;S|II|PARAPGRAPH}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Acadēmīa:Guideline]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Acad%C4%93m%C4%ABa:Criteria_for_inclusion&amp;diff=2653</id>
		<title>Acadēmīa:Criteria for inclusion</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Acad%C4%93m%C4%ABa:Criteria_for_inclusion&amp;diff=2653"/>
		<updated>2023-03-25T17:37:39Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Guideline navigation}}&lt;br /&gt;
This page lists the criteria by which new vocabulary is added to the Acadēmīa from existing sources. For the criteria for the creation of neologisms, see [[Acadēmīa:Suggestions by Acadēmīa]]&lt;br /&gt;
&lt;br /&gt;
== From which eras? ==&lt;br /&gt;
At present, we want to concentrate on recording non-classical vocabulary, i.e., primarily documenting Latin used after 395 AD and finding appropriate words for it, if necessary. This is not to say that classical vocabulary does not belong in the Acadēmīa or that we will never change focus. This decision was made only to make better use of our limited capacity.&lt;br /&gt;
&lt;br /&gt;
Classical vocabulary is welcome to be added, but should not be prioritized.&lt;br /&gt;
&lt;br /&gt;
== Order of entries ==&lt;br /&gt;
Individual entries are not sorted arbitrarily, but according to the order in which the reader should see them. Naturally, the order is subjective and depends on the author's liking. Nevertheless, some criteria should be provided here, according to which words should be preferred. Vocabularies are preferred if they fulfill at least one of the following things:&lt;br /&gt;
&lt;br /&gt;
* The word appears in a relevant descriptive dictionary.&lt;br /&gt;
* The word appears in a relevant Latin text.&lt;br /&gt;
* The word is used in an official Latin document of a country or organisation (in most cases texts by the Catholic Church/Holy See/Vatican).&lt;br /&gt;
* The word has cognates in one or (preferably) several Romance languages&lt;br /&gt;
&lt;br /&gt;
On the other hand, the words, if they are worth listing at all, should rather get a lower place, if it fulfills one of the following things:&lt;br /&gt;
&lt;br /&gt;
* The word is not a proper vocabulary, but rather an elaborate paraphrase.&lt;br /&gt;
* The word could be understood by non-Latin speakers worse than other synonyms.&lt;br /&gt;
* The word has nothing in common with any translation into a Romance language.&lt;br /&gt;
&lt;br /&gt;
== Relevant sources ==&lt;br /&gt;
Whether a source is relevant must be decided on a case-by-case basis. The following criteria therefore offer only indications and are not exhaustive.&lt;br /&gt;
&lt;br /&gt;
=== Printed text sources ===&lt;br /&gt;
Printed text sources are considered relevant if they have been published by a publisher. Especially works from the medieval age or Renaissance Latin/Humanism are to be prefered.&lt;br /&gt;
&lt;br /&gt;
=== Online source ===&lt;br /&gt;
Online sources are relevant if&lt;br /&gt;
*they are the digitalization of a relevant text source&lt;br /&gt;
*from a Wiki run by the Wikimedia Foundation (e.g. Wikipedia)&lt;br /&gt;
&lt;br /&gt;
The Latin Wikipedia can be an indicator that a word has been used in the form, but it must not be the only source. Rather, one should pay close attention to each article to make sure that the word is not an invention of an unknown user or that the word actually exists in the form.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Useful sources ==&lt;br /&gt;
Here are listed sources that are used several times in Acadēmīa and are considered especially good. The list will be continuosly updated. If you need new templates, ask in [[Acadēmīa:Schola|Schola]].&lt;br /&gt;
&lt;br /&gt;
=== Dictionaries/Lexica ===&lt;br /&gt;
* Charlton T. Lewis and Charles Short (1879) ''A Latin Dictionary'', Oxford, Clarendon Press&lt;br /&gt;
: ''One of the most-popular lexigraphical works in English''.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:L&amp;amp;S|ENTRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Morgan-Owens Neo-Latin Lexicon, Patrick M. Owens, visited on {{{2}}}&lt;br /&gt;
: ''a widely used Neo-Latin lexicon''.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:Morgan|ENTRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Carolus Egger.&amp;quot; (1998) ''Lexicon Recentis Latinitatis'', Urbe Vaticana: Libraria Editoria Vaticana&lt;br /&gt;
: ''Official dictionary published by the Vatican. But beware: Some words are more paraphrases than real words''.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:LRS|ENTRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Du Cange, et. al. (1887) ''Glossarium mediæ et infimæ latinitatis'', Niort, L. Favre&lt;br /&gt;
: ''A great source for Medieval Latin''.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:Cange|ENTRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* ''Pons'', [https://de.pons.com/%C3%BCbersetzung/deutsch-latein Pons] Langenscheidt GmbH&lt;br /&gt;
: Online dictionary in German that contains some Neo-Latin words.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:Pons|ENTRY|DATE}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://en.wiktionary.org/wiki ''Wiktionary''], Wikimedia Foundation&lt;br /&gt;
: Online dictionary, sister project of Wikipedia&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:WT-EN|ENTRY|DATE}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://la.wiktionary.org/wiki ''Vicionarium''], Wikimedia Foundation&lt;br /&gt;
: Online dictionary, sister project of Wikipedia; in Latin.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:WT-LA|ENTRY|DATE}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Grammars ===&lt;br /&gt;
* Raphael Kühner. (1868-1879) ''Ausführliche Grammatik der lateinischen Sprache'' Band I, Hannover&lt;br /&gt;
: This german work is to this day one of the most comprehensive works regarding morphology.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{C:K&amp;amp;S|I|PARAPGRAPH}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Raphael Kühner. (1912-1914) ''Ausführliche Grammatik der lateinischen Sprache'' Band II, Hannover, ed. Holzweissig und Stegmann&lt;br /&gt;
: Volume two of one of the greatest works about Latin grammar ever written.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{C:K&amp;amp;S|II|PARAPGRAPH}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Acadēmīa:Guideline]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=Acad%C4%93m%C4%ABa:Criteria_for_inclusion&amp;diff=2652</id>
		<title>Acadēmīa:Criteria for inclusion</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=Acad%C4%93m%C4%ABa:Criteria_for_inclusion&amp;diff=2652"/>
		<updated>2023-03-25T17:36:42Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Guideline navigation}}&lt;br /&gt;
This page lists the criteria by which new vocabulary is added to the Acadēmīa from existing sources. For the criteria for the creation of neologisms, see [[Acadēmīa:Suggestions by Acadēmīa]]&lt;br /&gt;
&lt;br /&gt;
== From which eras? ==&lt;br /&gt;
At present, we want to concentrate on recording non-classical vocabulary, i.e., primarily documenting Latin used after 395 AD and finding appropriate words for it, if necessary. This is not to say that classical vocabulary does not belong in the Acadēmīa or that we will never change focus. This decision was made only to make better use of our limited capacity.&lt;br /&gt;
&lt;br /&gt;
Classical vocabulary is welcome to be added, but should not be prioritized.&lt;br /&gt;
&lt;br /&gt;
== Order of entries ==&lt;br /&gt;
Individual entries are not sorted arbitrarily, but according to the order in which the reader should see them. Naturally, the order is subjective and depends on the author's liking. Nevertheless, some criteria should be provided here, according to which words should be preferred. Vocabularies are preferred if they fulfill at least one of the following things:&lt;br /&gt;
&lt;br /&gt;
* The word appears in a relevant descriptive dictionary.&lt;br /&gt;
* The word appears in a relevant Latin text.&lt;br /&gt;
* The word is used in an official Latin document of a country or organisation (in most cases texts by the Catholic Church/Holy See/Vatican).&lt;br /&gt;
* The word has cognates in one or (preferably) several Romance languages&lt;br /&gt;
&lt;br /&gt;
On the other hand, the words, if they are worth listing at all, should rather get a lower place, if it fulfills one of the following things:&lt;br /&gt;
&lt;br /&gt;
* The word is not a proper vocabulary, but rather an elaborate paraphrase.&lt;br /&gt;
* The word could be understood by non-Latin speakers worse than other synonyms.&lt;br /&gt;
* The word has nothing in common with any translation into a Romance language.&lt;br /&gt;
&lt;br /&gt;
== Relevant sources ==&lt;br /&gt;
Whether a source is relevant must be decided on a case-by-case basis. The following criteria therefore offer only indications and are not exhaustive.&lt;br /&gt;
&lt;br /&gt;
== Wikipedia ==&lt;br /&gt;
The Latin Wikipedia can be an indicator that a word has been used in the form, but it must not be the only source. Rather, one should pay close attention to each article to make sure that the word is not an invention of an unknown user or that the word actually exists in the form.&lt;br /&gt;
&lt;br /&gt;
=== Printed text sources ===&lt;br /&gt;
Printed text sources are considered relevant if they have been published by a publisher. Especially works from the medieval age or Renaissance Latin/Humanism are to be prefered.&lt;br /&gt;
&lt;br /&gt;
=== Online source ===&lt;br /&gt;
Online sources are relevant if&lt;br /&gt;
*they are the digitalization of a relevant text source&lt;br /&gt;
*from a Wiki run by the Wikimedia Foundation (e.g. Wikipedia)&lt;br /&gt;
&lt;br /&gt;
== Useful sources ==&lt;br /&gt;
Here are listed sources that are used several times in Acadēmīa and are considered especially good. The list will be continuosly updated. If you need new templates, ask in [[Acadēmīa:Schola|Schola]].&lt;br /&gt;
&lt;br /&gt;
=== Dictionaries/Lexica ===&lt;br /&gt;
* Charlton T. Lewis and Charles Short (1879) ''A Latin Dictionary'', Oxford, Clarendon Press&lt;br /&gt;
: ''One of the most-popular lexigraphical works in English''.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:L&amp;amp;S|ENTRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Morgan-Owens Neo-Latin Lexicon, Patrick M. Owens, visited on {{{2}}}&lt;br /&gt;
: ''a widely used Neo-Latin lexicon''.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:Morgan|ENTRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Carolus Egger.&amp;quot; (1998) ''Lexicon Recentis Latinitatis'', Urbe Vaticana: Libraria Editoria Vaticana&lt;br /&gt;
: ''Official dictionary published by the Vatican. But beware: Some words are more paraphrases than real words''.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:LRS|ENTRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Du Cange, et. al. (1887) ''Glossarium mediæ et infimæ latinitatis'', Niort, L. Favre&lt;br /&gt;
: ''A great source for Medieval Latin''.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:Cange|ENTRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* ''Pons'', [https://de.pons.com/%C3%BCbersetzung/deutsch-latein Pons] Langenscheidt GmbH&lt;br /&gt;
: Online dictionary in German that contains some Neo-Latin words.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:Pons|ENTRY|DATE}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://en.wiktionary.org/wiki ''Wiktionary''], Wikimedia Foundation&lt;br /&gt;
: Online dictionary, sister project of Wikipedia&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:WT-EN|ENTRY|DATE}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://la.wiktionary.org/wiki ''Vicionarium''], Wikimedia Foundation&lt;br /&gt;
: Online dictionary, sister project of Wikipedia; in Latin.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{R:WT-LA|ENTRY|DATE}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Grammars ===&lt;br /&gt;
* Raphael Kühner. (1868-1879) ''Ausführliche Grammatik der lateinischen Sprache'' Band I, Hannover&lt;br /&gt;
: This german work is to this day one of the most comprehensive works regarding morphology.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{C:K&amp;amp;S|I|PARAPGRAPH}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Raphael Kühner. (1912-1914) ''Ausführliche Grammatik der lateinischen Sprache'' Band I, Hannover, ed. Holzweissig und Stegmann&lt;br /&gt;
: Volume two of one of the greatest works about Latin grammar ever written.&lt;br /&gt;
: '''Cite with''' &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{C:K&amp;amp;S|II|PARAPGRAPH}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Acadēmīa:Guideline]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=mince&amp;diff=2651</id>
		<title>mince</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=mince&amp;diff=2651"/>
		<updated>2023-03-25T17:32:13Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Redirected page to minced meat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[minced meat]]&lt;br /&gt;
[[Category:Food]] [[Category:English lemma]] [[Category:English noun]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
	<entry>
		<id>https://academia.la/w/index.php?title=ground_meat&amp;diff=2650</id>
		<title>ground meat</title>
		<link rel="alternate" type="text/html" href="https://academia.la/w/index.php?title=ground_meat&amp;diff=2650"/>
		<updated>2023-03-25T17:31:56Z</updated>

		<summary type="html">&lt;p&gt;Jācōbus: Redirected page to minced meat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[minced meat]]&lt;br /&gt;
[[Category:Food]] [[Category:English lemma]] [[Category:English noun]]&lt;/div&gt;</summary>
		<author><name>Jācōbus</name></author>
	</entry>
</feed>