<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.mudlet.org/index.php?action=history&amp;feed=atom&amp;title=Translations%3AManual%3ALua_API%2F2%2Fde</id>
	<title>Translations:Manual:Lua API/2/de - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mudlet.org/index.php?action=history&amp;feed=atom&amp;title=Translations%3AManual%3ALua_API%2F2%2Fde"/>
	<link rel="alternate" type="text/html" href="https://wiki.mudlet.org/index.php?title=Translations:Manual:Lua_API/2/de&amp;action=history"/>
	<updated>2026-06-09T22:23:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>https://wiki.mudlet.org/index.php?title=Translations:Manual:Lua_API/2/de&amp;diff=13140&amp;oldid=prev</id>
		<title>WikiSysop: Updating translation from gettext import</title>
		<link rel="alternate" type="text/html" href="https://wiki.mudlet.org/index.php?title=Translations:Manual:Lua_API/2/de&amp;diff=13140&amp;oldid=prev"/>
		<updated>2020-07-03T06:25:09Z</updated>

		<summary type="html">&lt;p&gt;Updating translation from gettext import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{| border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;4&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;6&amp;quot; | Built-in Lua Variables&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; | Variable Name 	&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; | comand&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; | This variable holds the current user command. This is typically used in alias scripts.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; | line&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; | This variable holds the content of the current line as being processed by the trigger engine. The engine runs all triggers on each line as it arrives from the MUD.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; | matches[n]&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; | This Lua table is being used by Mudlet in the context of triggers that use Perl regular expressions. &lt;br /&gt;
matches[1] holds the entire match, matches[2] holds the first capture group, matches[n] holds the nth-1 capture group.&lt;br /&gt;
If the trigger uses the Perl style /g switch to evaluate all possible matches of the given regex within the current line, matches[n+1] will hold the second entire match, matches[n+2] the first capture group of the second match and matches[n+m] &lt;br /&gt;
the m-th capture group of the second match.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; | multimatches[n][m]&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; | This table is being used by Mudlet in the context of multiline triggers that use Perl regular expression. It holds the table matches[n] as described above for each Perl regular expression based condition of the multiline trigger. multimatches[5][4] may hold the 3rd capture group of the 5th regex in the multiline trigger. This way you can examine and process all relevant data within a single script. Have a look at this example.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
</feed>