<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://yezur.xyz/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AHead%2Fdoc</id>
	<title>Module:Head/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://yezur.xyz/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AHead%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://yezur.xyz/w/index.php?title=Module:Head/doc&amp;action=history"/>
	<updated>2026-08-28T16:49:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://yezur.xyz/w/index.php?title=Module:Head/doc&amp;diff=13124&amp;oldid=prev</id>
		<title>Thiorosan: Create the documentation subpage</title>
		<link rel="alternate" type="text/html" href="https://yezur.xyz/w/index.php?title=Module:Head/doc&amp;diff=13124&amp;oldid=prev"/>
		<updated>2026-08-27T12:19:49Z</updated>

		<summary type="html">&lt;p&gt;Create the documentation subpage&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is the documentation for [[Module:Head]], the headword-line renderer for the Yezur wiki&amp;#039;s Dictionary. It is not called directly: [[Template:Head]] invokes it with &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#invoke:Head|head|code|pos|head=…|class=…}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, placed directly beneath a part-of-speech heading in an entry. The language name and the leading asterisk carried by reconstructed languages are read from the registry in [[Module:Languages]], which also backs &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{l}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{m}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{d}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, so all four agree on how a language is named and written.&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Parameter !! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt; || The language&amp;#039;s registry code, such as &amp;lt;code&amp;gt;YAQ-HE&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;YBS-PJ&amp;lt;/code&amp;gt;. Case is normalised to upper case before lookup. A code absent from the registry stands in for the language name in the category names, in upper case, and carries no asterisk.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt; || The part of speech, normalised to lower case: &amp;lt;code&amp;gt;noun&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;verb&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;adjective&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;verb form&amp;lt;/code&amp;gt; and so on. It supplies the category names and is not itself displayed.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; || The headword form. Defaults to the page name without its namespace prefix when omitted, which is the usual case; it is given explicitly where the page name and the citation form differ.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; || An inflection class from the table below. A class the language and part of speech do not define is ignored, and the headword renders as though none had been given.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Surrounding whitespace is trimmed from all four. The remaining parameters of [[Template:Head]] — &amp;lt;code&amp;gt;gloss&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;register&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;etym_type&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;etym_source&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;notes&amp;lt;/code&amp;gt; — never reach the module. They feed the &amp;lt;code&amp;gt;Lexemes&amp;lt;/code&amp;gt; Cargo row, which the template files itself.&lt;br /&gt;
&lt;br /&gt;
== Output ==&lt;br /&gt;
&lt;br /&gt;
The module returns the headword in bold, preceded by &amp;lt;code&amp;gt;*&amp;lt;/code&amp;gt; when the registry marks the language as reconstructed, then the note for a recognised inflection class, then the categories. A noun class shows its gender abbreviation and, where the class has one, an italic declension label; a verb class shows its conjugation label alone. So &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{head|YAQ-HE|noun|class=F|head=αβισι}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; gives &amp;#039;&amp;#039;&amp;#039;αβισι&amp;#039;&amp;#039;&amp;#039; f, and &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{head|YAQ-HE|verb|class=IS}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; gives the page name in bold followed by (&amp;#039;&amp;#039;IS-class&amp;#039;&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
== Inflection classes ==&lt;br /&gt;
&lt;br /&gt;
Classes are defined in the module, by registry code and then by part of speech. Only the languages below have them; for every other language &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; has no effect.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Language !! Part of speech !! &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; !! Shown after the headword !! Class category&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Middle Airananwe (&amp;lt;code&amp;gt;YAR-AI&amp;lt;/code&amp;gt;) || rowspan=&amp;quot;4&amp;quot; | noun || &amp;lt;code&amp;gt;M1&amp;lt;/code&amp;gt; || m (&amp;#039;&amp;#039;first-declension&amp;#039;&amp;#039;) || Middle Airananwe first-declension masculine nouns&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;M2&amp;lt;/code&amp;gt; || m (&amp;#039;&amp;#039;second-declension&amp;#039;&amp;#039;) || Middle Airananwe second-declension masculine nouns&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;F1&amp;lt;/code&amp;gt; || f (&amp;#039;&amp;#039;first-declension&amp;#039;&amp;#039;) || Middle Airananwe first-declension feminine nouns&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;F2&amp;lt;/code&amp;gt; || f (&amp;#039;&amp;#039;second-declension&amp;#039;&amp;#039;) || Middle Airananwe second-declension feminine nouns&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; | Gaillean (&amp;lt;code&amp;gt;YAQ-GA&amp;lt;/code&amp;gt;) || rowspan=&amp;quot;8&amp;quot; | noun || &amp;lt;code&amp;gt;M1&amp;lt;/code&amp;gt; || m (&amp;#039;&amp;#039;first-declension&amp;#039;&amp;#039;) || Gaillean first-declension masculine nouns&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;M2&amp;lt;/code&amp;gt; || m (&amp;#039;&amp;#039;second-declension&amp;#039;&amp;#039;) || Gaillean second-declension masculine nouns&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;MX&amp;lt;/code&amp;gt; || m (&amp;#039;&amp;#039;irregular&amp;#039;&amp;#039;) || Gaillean irregular masculine nouns&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;F&amp;lt;/code&amp;gt; || f || Gaillean feminine nouns&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;FX&amp;lt;/code&amp;gt; || f (&amp;#039;&amp;#039;irregular&amp;#039;&amp;#039;) || Gaillean irregular feminine nouns&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;N1&amp;lt;/code&amp;gt; || n (&amp;#039;&amp;#039;first-declension&amp;#039;&amp;#039;) || Gaillean first-declension neuter nouns&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;N2&amp;lt;/code&amp;gt; || n (&amp;#039;&amp;#039;second-declension&amp;#039;&amp;#039;) || Gaillean second-declension neuter nouns&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;NX&amp;lt;/code&amp;gt; || n (&amp;#039;&amp;#039;irregular&amp;#039;&amp;#039;) || Gaillean irregular neuter nouns&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Ancient Hertic (&amp;lt;code&amp;gt;YAQ-HE&amp;lt;/code&amp;gt;) || rowspan=&amp;quot;5&amp;quot; | noun || &amp;lt;code&amp;gt;M1&amp;lt;/code&amp;gt; || m (&amp;#039;&amp;#039;first-declension&amp;#039;&amp;#039;) || Ancient Hertic first-declension masculine nouns&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;M2&amp;lt;/code&amp;gt; || m (&amp;#039;&amp;#039;second-declension&amp;#039;&amp;#039;) || Ancient Hertic second-declension masculine nouns&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;F&amp;lt;/code&amp;gt; || f || Ancient Hertic feminine nouns&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;N1&amp;lt;/code&amp;gt; || n (&amp;#039;&amp;#039;first-declension&amp;#039;&amp;#039;) || Ancient Hertic first-declension neuter nouns&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;N2&amp;lt;/code&amp;gt; || n (&amp;#039;&amp;#039;second-declension&amp;#039;&amp;#039;) || Ancient Hertic second-declension neuter nouns&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Ancient Hertic (&amp;lt;code&amp;gt;YAQ-HE&amp;lt;/code&amp;gt;) || rowspan=&amp;quot;2&amp;quot; | verb || &amp;lt;code&amp;gt;IS&amp;lt;/code&amp;gt; || (&amp;#039;&amp;#039;IS-class&amp;#039;&amp;#039;) || Ancient Hertic IS-class verbs&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;OO&amp;lt;/code&amp;gt; || (&amp;#039;&amp;#039;OO-class&amp;#039;&amp;#039;) || Ancient Hertic OO-class verbs&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Categories ==&lt;br /&gt;
&lt;br /&gt;
Nothing is categorised when the language code is empty; the module then returns the bold headword alone.&lt;br /&gt;
&lt;br /&gt;
With a code and a part of speech, the page is filed under &amp;#039;&amp;#039;&amp;amp;lt;Language&amp;amp;gt; &amp;amp;lt;part of speech, pluralised&amp;amp;gt;&amp;#039;&amp;#039; — &amp;#039;&amp;#039;Pjany adjectives&amp;#039;&amp;#039;, &amp;#039;&amp;#039;Ancient Hertic nouns&amp;#039;&amp;#039;. Plurals are formed in English: a final &amp;lt;code&amp;gt;y&amp;lt;/code&amp;gt; not preceded by a vowel becomes &amp;lt;code&amp;gt;ies&amp;lt;/code&amp;gt;, an ending in &amp;lt;code&amp;gt;s&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;x&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;z&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;ch&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;sh&amp;lt;/code&amp;gt; takes &amp;lt;code&amp;gt;es&amp;lt;/code&amp;gt;, and everything else takes &amp;lt;code&amp;gt;s&amp;lt;/code&amp;gt;; &amp;lt;code&amp;gt;part of speech&amp;lt;/code&amp;gt; is special-cased to &amp;#039;&amp;#039;parts of speech&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
A second category records lemma status, and is filed whether or not a part of speech is given. A part of speech whose name contains a space followed by &amp;lt;code&amp;gt;form&amp;lt;/code&amp;gt;, such as &amp;lt;code&amp;gt;verb form&amp;lt;/code&amp;gt;, files the page under &amp;#039;&amp;#039;&amp;amp;lt;Language&amp;amp;gt; non-lemma forms&amp;#039;&amp;#039;; anything else, an omitted part of speech included, files it under &amp;#039;&amp;#039;&amp;amp;lt;Language&amp;amp;gt; lemmas&amp;#039;&amp;#039;. A recognised inflection class adds the class category from the table above, alongside the plain part-of-speech category rather than instead of it.&lt;/div&gt;</summary>
		<author><name>Thiorosan</name></author>
	</entry>
</feed>