Update message conf list with standardized + custom formats
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
- [Last Callers]({{ site.baseurl }}{% link modding/last-callers.md %})
|
||||
- [Who's Online]({{ site.baseurl }}{% link modding/whos-online.md %})
|
||||
- [User List]({{ site.baseurl }}{% link modding/user-list.md %})
|
||||
- [Message Conference List]({{ site.baseurl }}{% link modding/msg-conf-list.md %})
|
||||
|
||||
- [Oputil]({{ site.baseurl }}{% link oputil/index.md %})
|
||||
|
||||
|
||||
18
docs/modding/msg-conf-list.md
Normal file
18
docs/modding/msg-conf-list.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
layout: page
|
||||
title: Message Conference List
|
||||
---
|
||||
## The Message Conference List Module
|
||||
The built in `msg_conf_list` module provides a menu to display and change between message conferences.
|
||||
|
||||
### Theming
|
||||
The following `itemFormat` object is provided to MCI 1 (ie: `%VM1`):
|
||||
* `index`: 1-based index into list.
|
||||
* `confTag`: Conference tag.
|
||||
* `name` or `text`: Display name.
|
||||
* `desc`: Description.
|
||||
* `areaCount`: Number of areas in this conference.
|
||||
|
||||
The following additional MCIs are updated as the user changes selections in the main list:
|
||||
* MCI 2 (ie: `%TL2` or `%M%2`) is updated with the conference description.
|
||||
* MCI 10+ (ie `%TL10`...) are custom ranges updated with the same information available above in `itemFormat`.
|
||||
@@ -2,7 +2,7 @@
|
||||
layout: page
|
||||
title: Who's Online
|
||||
---
|
||||
## The Who's OnlineModule
|
||||
## The Who's Online Module
|
||||
The built in `whos_online` module provides a basic who's online mod.
|
||||
|
||||
### Theming
|
||||
|
||||
Reference in New Issue
Block a user