webgui/lib/WebGUI/i18n/English/Macro_Splat_random.pm
Colin Kuskie 7033959b5e Add more docs to the Splat_random macro. Change the macro to use Perl's
scaling function of rand instead of an implicit multiply.
2006-07-23 06:17:31 +00:00

26 lines
714 B
Perl

package WebGUI::i18n::English::Macro_Splat_random;
our $I18N = {
'macroName' => {
message => q|Random|,
lastUpdated => 1128919051,
},
'random title' => {
message => q|Random Macro|,
lastUpdated => 1112466408,
},
'random body' => {
message => q|
<p><b>&#94;*; or &#94;*(); - Random Number</b><br />
A randomly generated, whole number between 0 and the number you send the Macro. This is often used on images (such as banner ads) that you want to ensure do not cache. You may configure this macro like this <b>&#94;*(100);</b> to create a random number between 0 and 100. If no number is sent a default of 1 billion (1,000,000,000) will be used.
</p>
|,
lastUpdated => 1153635269,
},
};
1;