macro help moved into individual files
This commit is contained in:
parent
bfaf66f854
commit
13dee87a18
86 changed files with 1978 additions and 0 deletions
22
lib/WebGUI/i18n/English/Splat_random.pm
Normal file
22
lib/WebGUI/i18n/English/Splat_random.pm
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
package WebGUI::i18n::English::Splat_random;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'random title' => {
|
||||
message => q|Random Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'random body' => {
|
||||
message => q|
|
||||
|
||||
<b>^*; or ^*(); - Random Number</b><br>
|
||||
A randomly generated number. This is often used on images (such as banner ads) that you want to ensure do not cache. In addition, you may configure this macro like this <b>^*(100);</b> to create a random number between 0 and 100.
|
||||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1112466919,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue