Main public logs
Combined display of all available logs of Linguifex. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:11, 10 May 2026 Chrysophylax talk contribs created page Template:Spaced en dash/doc (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --> {{COinS safe|n}} {{High-use| 30632 }} {{Template shortcut |dash|snd|spnd|sndash|spndash}} This template produces a '''spaced en dash''' ('''{{tlc|snd}}''' for short): <code>{{spaced en dash}}</code>. It works similarly to the HTML markup sequence <code>''' –''' </code> i.e. a non-breaking space (which will not line-break and will not collapse to...")
- 16:10, 10 May 2026 Chrysophylax talk contribs created page Template:Spaced en dash (Created page with " – <noinclude> {{Documentation}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
- 16:10, 10 May 2026 Chrysophylax talk contribs created page Template:Snd (Redirected page to Template:Spaced en dash) Tag: New redirect
- 16:09, 10 May 2026 Chrysophylax talk contribs created page Template:Pval (Redirected page to Template:Param value) Tag: New redirect
- 16:09, 10 May 2026 Dillon talk contribs created page File:Wacag-chaff.jpg
- 16:09, 10 May 2026 Dillon talk contribs uploaded File:Wacag-chaff.jpg
- 16:09, 10 May 2026 Dillon talk contribs created page File:Wacag-tocoían.jpg
- 16:09, 10 May 2026 Dillon talk contribs uploaded File:Wacag-tocoían.jpg
- 16:09, 10 May 2026 Dillon talk contribs created page File:Wacag-camp.jpg
- 16:09, 10 May 2026 Dillon talk contribs uploaded File:Wacag-camp.jpg
- 16:08, 10 May 2026 Dillon talk contribs created page File:Wacag-tsacatsa.jpg
- 16:08, 10 May 2026 Dillon talk contribs uploaded File:Wacag-tsacatsa.jpg
- 16:08, 10 May 2026 Chrysophylax talk contribs created page Template:Param value/doc (Created page with "{{Documentation subpage}} {{distinguish|Template:Template parameter value}} {{High-use}} {{tlr|clear=right|pvalue|pval}} {{Uses TemplateStyles|Template:Param value/styles.css}} Provides a lightly bordered box to highlight param values on Template documentation pages. Especially useful in cases where values may have leading or trailing blanks, or multiple embedded blanks. == Usage == {{tlc|param value|<var>value</var>}} == Parameter...")
- 16:07, 10 May 2026 Chrysophylax talk contribs created page Template:Str len/doc (Created page with "{{high-use}} {{Documentation subpage}} {{Lua|Module:String}} <!----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE----> This is the {{tl|str len}} meta-template. It takes a string as parameter and returns its length (excluding spaces at the start and end). It can now count as high as necessary. ===Examples=== If the parameter is empty or undefined it is considered to be of zero length: :<code><nowiki>{{str len}}</nowiki></code> returns {{str len}} :...")
- 16:06, 10 May 2026 Chrysophylax talk contribs created page Template:Str len (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:String|len|s={{{1|}}}}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
- 16:05, 10 May 2026 Chrysophylax talk contribs created page Template:Param value/styles.css (Created page with "{{pp-template}}: .tpl-pval__code { border: thin solid var(--border-color-base, #a2a9b1); background-color: var(--color-inverted, #fff); color: inherit; white-space: nowrap; }")
- 16:04, 10 May 2026 Chrysophylax talk contribs created page Template:Param value (Created page with "<templatestyles src="Template:Param value/styles.css"/><span class="tpl-pval__wrapper"><code class="tpl-pval__code" style="{{#if:{{{border|{{{b|}}}}}}|border:{{{border|{{{b|}}}}}};}} {{#if:{{{bg-color|}}}|background-color: {{{bg-color}}}; color: {{Greater color contrast ratio|{{{bg-color}}}}};}} {{#if:{{{bg|}}}|color: {{Greater color contrast ratio|{{{bg}}}}};}} {{#ifexpr:{{str len|{{{1|}}}}} > 25|white-space: wrap;|}} {{{style|}}}">{{replace|{{replace|{{replace|{{replac...")
- 16:03, 10 May 2026 Chrysophylax talk contribs created page Template:Excerpt/doc (Created page with "{{High-use}} {{Documentation subpage}} {{Lua|Module:Excerpt}} This template is used for reusing parts of pages in other pages. This practice has various advantages and disadvantages. This template extends the capabilities of the built-in normal transclusion and labeled section transclusion. == Usage == * <code><nowiki>{{Excerpt|Page title}}</nowiki></code> – Transclude the...")
- 16:02, 10 May 2026 Chrysophylax talk contribs created page Template:Excerpt (Created page with "<includeonly>{{#invoke:Excerpt|main | 1 = {{{article|{{{page|{{{1}}}}}}}}} | 2 = {{{section|{{{fragment|{{{2|}}}}}}}}} }}</includeonly><noinclude>{{Documentation}}</noinclude>")
- 16:02, 10 May 2026 Chrysophylax talk contribs created page Module:Excerpt/doc (Created page with "{{Module rating|beta}} {{high-use}} {{Uses Lua|Module:Excerpt/config|Module:WikitextParser|Module:Yesno|Module:TNT}} This module implements Template:Excerpt. * See Template:Excerpt for documentation on the template parameters * See mw:Module:Excerpt for documentation on this module * See Module:Excerpt/config for configuration of this module == Portals == Portals use a previous version of this module: * Module:Excerpt/portals / Module:Excerpt/p...")
- 16:02, 10 May 2026 Chrysophylax talk contribs created page Module:Excerpt (Created page with "-- Module:Excerpt implements the Excerpt template -- Documentation and master version: https://en.wikipedia.org/wiki/Module:Excerpt -- Authors: User:Sophivorus, User:Certes, User:Aidan9382 & others -- License: CC-BY-SA-3.0 local parser = require( 'Module:WikitextParser' ) local yesno = require( 'Module:Yesno' ) local ok, config = pcall( require, 'Module:Excerpt/config' ) if not ok then config = {} end local Excerpt = {} -- Main entry point for templates function Exce...")
- 16:01, 10 May 2026 Chrysophylax talk contribs created page Module:TNT (Created page with "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained...")
- 16:00, 10 May 2026 Chrysophylax talk contribs created page Module:WikitextParser (Created page with "-- Module:WikitextParser is a general-purpose wikitext parser -- Documentation and master version: https://en.wikipedia.org/wiki/Module:WikitextParser -- Authors: User:Sophivorus, User:Certes, User:Aidan9382, et al. -- License: CC-BY-SA-4.0 local parser = {} -- Private helper method to escape a string for use in regexes local function escapeString( str ) return string.gsub( str, '[%^%$%(%)%.%[%]%*%+%-%?%%]', '%%%0' ) end -- Get the lead section from the given wikitext...")
- 15:59, 10 May 2026 Dillon talk contribs created page Contionary:gacjayag (Created page with "==Knrawi== {{wacag|tocoían}} ===Etymology=== {{com|knra|ga|cjayag}} ===Pronunciation=== {{knra-ipa|ŋa˥k̟ˣaɉaŋ|ŋa˥t͡ʃˣɛɉɔŋ|ŋa˥kˣəɰəŋ|ŋä˥t͡s̺ˣæɉæŋ|ŋa˥kʲʰəɰəŋ|ŋa˥t͡ʃˣəɰəŋ}} ===Noun=== {{head|knra|noun}} # {{taxon|root-spine palm|Cryosophila|alt2=Cryosophila spp.}} #: {{ux|knra||}} {{knra-table-n-high1|gacjayag|gacjayag|gacjáyag|gàcjayag|gacjayag|gacjàyag|gâcjayag|gacjayag|gacjâyag}}")
- 15:57, 10 May 2026 Dillon talk contribs created page Contionary:cîmici (Created page with "==Knrawi== {{wacag|tsacatsa}} ===Pronunciation=== {{knra-ipa|k̟ɪ˥˩mɪk̟ɪ|k̟ɪ˥˩mɪk̟ɪ|kɪ˥˩ŋʷɪkɪ|k̟ɪ˥˩mɪk̟ɪ|kʲi˥˧mikʲi|kʲi˥˩mikʲi}} ===Ideophone=== {{head|knra|ideophone}} # ''ideophone for chasing'' #: {{ux|knra||}}")
- 15:55, 10 May 2026 Dillon talk contribs created page Contionary:tafua (Created page with "==Knrawi== {{wacag|chaff}} ===Etymology=== {{knra-inh}} ===Pronunciation=== {{knra-ipa|ta˥θʊa|ta˥ɸɔʔ̞|ta˥ɸɔʔ̞|tä˥ɸo̞ʔ̞|ta˥fo̞ː|ta˥fo̞ʔ}} ===Noun=== {{head|knra|noun}} # chaff, inedible part of a grain-producing plant #: {{ux|knra||}} {{knra-table-n-high1|tafua|tafua|tafúa|tàfua|tafua|tafùa|tâfua|tafua|tafûa}}")
- 15:54, 10 May 2026 Dillon talk contribs created page Contionary:thimshaia (Created page with "==Knrawi== {{wacag|camp}} ===Etymology=== {{com|knra|thim|shaia}} ===Pronunciation=== {{knra-ipa|tʰɪ˥mx̟ʰaɪa|tʰɪ˥mx̟ʰɛjɔ|tʰɪ˥ŋʷxʰəjə|tʰɪ˥ms̺ʰæjæ|tʰi˥mxʲʰəjə|tʰi˥mʃʰəjə}} ===Noun=== {{head|knra|noun}} # camp, temporary settlement #: {{ux|knra||}} {{knra-table-n-high1|thimshaia|thimshaia|thimsháia|thìmshaia|thimshaia|thimshàia|thîmshaia|thimshaia|thimshâia}}")
- 15:53, 10 May 2026 Chrysophylax talk contribs created page User:Chrysophylax/PageWithEditButton (Created page with "[{{canonicalurl:{{{1}}}|action=edit}} Edit] {{{{{1}}}}}")
- 15:45, 10 May 2026 Chrysophylax talk contribs moved page Main Page/styles.css to Template:Main Page/styles.css without leaving a redirect (Misspelled title)
- 15:42, 10 May 2026 Chrysophylax talk contribs changed the content model of the page Main Page/styles.css from "wikitext" to "Sanitized CSS"
- 15:42, 10 May 2026 Chrysophylax talk contribs deleted page Main page/styles.css (Wikipage)
- 15:42, 10 May 2026 Dillon talk contribs created page Category:Sokya terms with usage examples (Created page with "{{auto cat}}")
- 15:41, 10 May 2026 Dillon talk contribs moved page Contionary:so³kya⁵ to Contionary:so³kya¹ without leaving a redirect
- 15:41, 10 May 2026 Chrysophylax talk contribs created the page Main page/styles.css using a non-default content model "CSS"
- 15:41, 10 May 2026 Chrysophylax talk contribs created page Main page/styles.css (Chrysophylax created the page Main page/styles.css using a non-default content model "CSS")
- 15:40, 10 May 2026 Gencmevtoo talk contribs created page Linu (Created page with " <!-- An artificial language built on a "Theocentric Action Ontology" that encodes an existential hierarchy into its grammar. The essence of Linu is that words and concepts are not treated as static objects. They occur within the permission granted by the creator’s will and power, and are understood as processes of flow and becoming. It is a fully theocentric language. The universe, the human being, and all existence are shaped by the creator Allah (Liilah) and by a...") Tag: Visual edit
- 15:39, 10 May 2026 Chrysophylax talk contribs created page Main Page/styles.css (Created page with ".mp-box { border: 1px solid #aaa; all colors overriden on specific elements in @media screen: padding: 0 0.5em 0.5em; margin-top: 4px; } .mp-h2, body.skin-timeless .mp-h2 { Timeless needs a higher specificity: border: 1px solid #aaa; all colors overriden on specific elements in @media screen: margin: 0.5em 0; padding: 0.2em 0.4em; font-size: 120%; font-weight: bold; font-family: inherit; } .mp-later { font-size: 85%; font-weight: normal; } #m...")
- 15:36, 10 May 2026 Dillon talk contribs created page Contionary:xaúx coil cexhú (Created page with "==Soc'ul'== ===Noun=== {{qsc-n|4}} # {{taxon|chestnut-capped babbler|Timalia pileata}} #: {{ux|qsc||}}")
- 15:30, 10 May 2026 Dillon talk contribs created page Category:Sokya male given names (Created page with "{{auto cat}}")
- 15:30, 10 May 2026 Dillon talk contribs created page Category:Sokya given names (Created page with "{{auto cat}}")
- 15:30, 10 May 2026 Dillon talk contribs created page Category:Sokya names (Created page with "{{auto cat}}")
- 15:30, 10 May 2026 Dillon talk contribs created page Category:Sokya terms derived from the Wascotl root *a'kāsc- (Created page with "{{auto cat}}")
- 15:30, 10 May 2026 Dillon talk contribs created page Category:Sokya terms derived from the Wascotl root *k- (Created page with "{{auto cat}}")
- 15:30, 10 May 2026 Dillon talk contribs created page Contionary:Ka⁵kai³ (Created page with "==Sokya== ===Etymology=== {{soky-inh|Cacai|Kakaːʒə|k-|a'kāsc-e}} ===Pronunciation=== * {{IPA all|soky|[ka˥kai˧]}} ===Noun=== {{soky-name|2}} # {{given name|soky|male}}")
- 15:20, 10 May 2026 Dillon talk contribs created page Dillon's shortcuts/Cabot Creole (Created page with "<inputbox> type=create break=no preload=Template:cacr-page-n buttonlabel=Noun prefix=Contionary: </inputbox> <inputbox> type=create break=no preload=Template:cacr-page-v buttonlabel=Verb prefix=Contionary: </inputbox> <inputbox> type=create break=no preload=Template:cacr-page-inter buttonlabel=Interjection prefix=Contionary: </inputbox> <inputbox> type=create break=no preload=Template:cacr-page-inc buttonlabel=Incorporating form prefix=Contionary: </inputbox> <in...")
- 14:38, 10 May 2026 Dillon talk contribs created page IPA for Cabot Creole (Created page with "The charts below show the way in which the IPA represents Etlish pronunciations. English approximations are loose in some cases and are only intended to give a general idea of the pronunciation. For more information, see Help:IPA. {{IPA keys}} {| style="background: none" |- | valign="top" | {| style="background: none" |- | valign="top" | {| class="IPA wikitable" !IPA !! Example !! Translation !...")
- 13:43, 10 May 2026 Jukethatbox talk contribs created page Contionary:tundsur (Created page with "{{elva-infl|pos=Noun|meaning={{inflection of|elva|tund||paucal|instrumental}}|ipa=ˈtundsur] [ˈtundzur|}}")
- 13:38, 10 May 2026 Jukethatbox talk contribs created page Contionary:duglo (Created page with "{{elva-n|head={{head|elva|n|g=in|plural|duglor}}|meaning=gold|declens={{elva-inan-v|root=dugl}}|ipa=ˈduglo|ety=Borrowed from {{der|elva|sadl|duglo}}, from verb {{l|sadl|dugle}} "to shine" ultimately derived from {{der|elva|lxel-pro|*n̥tůgel}}. Doublet of {{l|elva|doli}} "to sparkle"}}")
- 13:32, 10 May 2026 Dillon talk contribs created page Category:Translated works in Cabot Creole (Created page with "{{auto cat}}")
- 13:26, 10 May 2026 Dillon talk contribs created page Cabot Creole (Created page with "{{construction}} {{Infobox language |name = Cabot Creole |nativename = Khąmu:tnų̀ |pronunciation = kʰãmə̃ːtnə̃̀ |pronunciation_key = IPA for Cabot Creole |setting = Cabot Island, United Kingdom |created = 2026 |fam1 = Iroquoian |fam2 = North Iroquoian |familycolor = American |creator = Dillon Hartwig |script...")