Difference between revisions of "Translations:Manual:Introduction/63/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:
 
Should you want to include double quotes, use a double set of square brackets like this:
 
Should you want to include double quotes, use a double set of square brackets like this:
<syntaxhighlight lang="lua">send([[Special:MyLanguage/say "Hi, I'm new here!"|say "Hi, I'm new here!"]])</syntaxhighlight>
+
<syntaxhighlight lang="lua">send([[say "Hi, I'm new here!"]])</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)
Should you want to include double quotes, use a double set of square brackets like this:
<syntaxhighlight lang="lua">send([[say "Hi, I'm new here!"]])</syntaxhighlight>

Should you want to include double quotes, use a double set of square brackets like this:

send([[say "Hi, I'm new here!"]])