diff options
Diffstat (limited to 'modules/help_mod_user_profile.tpl')
| -rw-r--r-- | modules/help_mod_user_profile.tpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/help_mod_user_profile.tpl b/modules/help_mod_user_profile.tpl new file mode 100644 index 0000000..10ff215 --- /dev/null +++ b/modules/help_mod_user_profile.tpl @@ -0,0 +1,13 @@ +<p class="note"> + {tr}Show the profile of a user, selected either by user ID or by login name.{/tr} + <br /> + <span class="example">{tr}Example:{/tr} <kbd>login=invaderzim</kbd></span> +</p> + +<dl> + <dt class="param"><kbd>user_id</kbd></dt> + <dd><em>{tr}Numeric{/tr}</em></dd> + + <dt class="param"><kbd>login</kbd></dt> + <dd><em>{tr}String{/tr}</em></dd> +</dl>
\ No newline at end of file |
