Difference between revisions of "Translations:Manual:Introduction/64/en"

From Mudlet
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
 
When inserting a variable, you'd use the ]] and [[ appropriately:
 
When inserting a variable, you'd use the ]] and [[ appropriately:
<syntaxhighlight lang="lua">send([[poke | appropriately:
+
<syntaxhighlight lang="lua">send([[poke ]]..victim)</syntaxhighlight>
<syntaxhighlight lang="lua">send([[Special:MyLanguage/poke ]]..victim)</syntaxhighlight>
 

Latest revision as of 21:20, 31 July 2018

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Manual:Introduction)
When inserting a variable, you'd use the ]] and [[ appropriately:
<syntaxhighlight lang="lua">send([[poke ]]..victim)</syntaxhighlight>

When inserting a variable, you'd use the ]] and [[ appropriately:

send([[poke ]]..victim)