Difference between revisions of "Plugin Page Template" - MMOBugs Wiki

(New page: {{plugin}} {{Pluginbox | name = MQ2Template | author = Author | link = [http://www.mmobugs.com/wiki Wiki Link] | commands=/command | source = Yes | usesini = Yes }} ==Description== <font c...)
 
 
(10 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
{{Pluginbox
 
{{Pluginbox
 
| name = MQ2Template
 
| name = MQ2Template
| author = Author
+
| author=[[User: Author|Author]]
 
| link = [http://www.mmobugs.com/wiki Wiki Link]
 
| link = [http://www.mmobugs.com/wiki Wiki Link]
 
| commands=/command
 
| commands=/command
Line 15: Line 15:
 
* <span class="highlight2">/command1</span> Does action 1
 
* <span class="highlight2">/command1</span> Does action 1
 
* <span class="highlight2">/command2</span> Does action 2
 
* <span class="highlight2">/command2</span> Does action 2
* <span class="highlight2">/command3 ''parameter''</span> Des action 3 with ''parameter''
+
* <span class="highlight2">/command3 ''parameter''</span> Does action 3 with ''parameter''
 +
 
 +
==Example Usage==
 +
 
 +
 
 +
==Macro Data==
 +
 
 +
This plugin adds a new TLO
 +
 
 +
* <span class="highlight2">${ExampleValue} : ExampleType</span> - Returns the ID of the zone that you are bound to.
 +
 
 +
===ExampleType===
 +
* <span class="highlight2">ExampleValue : int</span> returns an int
 +
* <span class="highlight2">ExampleValue2 : string</span> returns a string of examplevalue
 +
 
 +
===Example Usage===
  
 
==Configuration==
 
==Configuration==
Line 21: Line 36:
 
MQ2Template provides configuration
 
MQ2Template provides configuration
  
===Example Configuration===
+
===Sample Configuration===
 
MQ2Template.ini
 
MQ2Template.ini
 
<pre>[Settings]
 
<pre>[Settings]
Plugin = on</pre>
+
Plugin=on</pre>
 +
 
 +
===Configuration Explanation===
 +
 
 +
* <span class="highlight2">Plugin</span>: The plugin is on or off
 +
 
 +
==Version History==
 +
 
 +
*<span class="highlight2">1.1</span> <span class="highlight">''author'' @ 2008-07-10</span>
 +
** Change 1
 +
** Change 2
 +
 
 +
*<span class="highlight2">1.0</span> <span class="highlight">''author'' @ 2008-06-09</span>
 +
** Change 1
 +
** Change 2
 +
 
  
 
==Availability==
 
==Availability==
  
 
This plugin is included with the MMOBugs Compile.
 
This plugin is included with the MMOBugs Compile.

Latest revision as of 21:28, 19 August 2009

Plugin Info
Name Plugin Page Template
Author Author
Link Wiki Link
Commands /command
Source Available Yes
Uses INI File Yes

Description

MQ2Template is a template. This is a sample description

Commands

  • /command1 Does action 1
  • /command2 Does action 2
  • /command3 parameter Does action 3 with parameter

Example Usage

Macro Data

This plugin adds a new TLO

  • ${ExampleValue} : ExampleType - Returns the ID of the zone that you are bound to.

ExampleType

  • ExampleValue : int returns an int
  • ExampleValue2 : string returns a string of examplevalue

Example Usage

Configuration

MQ2Template provides configuration

Sample Configuration

MQ2Template.ini

[Settings]
Plugin=on

Configuration Explanation

  • Plugin: The plugin is on or off

Version History

  • 1.1 author @ 2008-07-10
    • Change 1
    • Change 2
  • 1.0 author @ 2008-06-09
    • Change 1
    • Change 2


Availability

This plugin is included with the MMOBugs Compile.