Macro Help pruning, up to and including GroupText
This commit is contained in:
parent
5e0d948840
commit
3682e2b433
30 changed files with 14 additions and 514 deletions
|
|
@ -13,22 +13,6 @@ our $I18N = {
|
|||
context => q|Error message when a group is not found during a by-name lookup of groups.|,
|
||||
},
|
||||
|
||||
'group text title' => {
|
||||
message => q|Group Text Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'group text body' => {
|
||||
message => q|
|
||||
<p><b>^GroupText();</b><br />
|
||||
Displays a small text message to the user if they belong to the specified group. And you can specify an alternate message to those who are not in the group.
|
||||
</p>
|
||||
<p><i>Example:</i> ^GroupText("Visitors","You need an account to do anything cool on this site!","We value our registered users!");
|
||||
</p>
|
||||
<p>This Macro may be nested inside other Macros if the text returned does not contain commas or quotes.</p>
|
||||
|,
|
||||
lastUpdated => 1168622429,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue