Translations:Plugin:Variables/12/en: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 02:19, 21 August 2020

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 (Plugin:Variables)
This will parse the function given the arguments, but the result will not be parsed again. Example:
<pre style="overflow:auto;">
Message waiting: !message(,first,rcvd,unread)
</pre>
In case you use
<pre style="overflow:auto;">
?message(,first,rcvd,unread)
</pre>
and the message would be
<pre style="overflow:auto;">
You should use the string %winampsong% to get the song.
</pre>
the result could be
<pre style="overflow:auto;">
Message waiting: You should use the string DJ Mike Llama - Llama Whippin' Intro to get the song.
</pre>

This will parse the function given the arguments, but the result will not be parsed again. Example:

Message waiting: !message(,first,rcvd,unread)

In case you use

?message(,first,rcvd,unread)

and the message would be

You should use the string %winampsong% to get the song.

the result could be

Message waiting: You should use the string DJ Mike Llama - Llama Whippin' Intro to get the song.