RUN REPORTER: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
Created page with "{{Up}} {{Command|syntax=RUN_REPORTER <reporter type> [<custom template>] [<render type>] |description=:Run the reporter. |param1=reporter type (0..."
 
Mikeo (talk | contribs)
No edit summary
Line 4: Line 4:
|description=:Run the reporter.
|description=:Run the reporter.


|param1=reporter type (0=part, 1=tool, 2=ops, 3=custom)
|param1=<reporter type>|param1_desc=0=part, 1=tool, 2=ops, 3=custom
|param2=custom template (only used if reporter type=3)
|param2=<custom template>|param2_desc=Custom Template Filename (only used if reporter type=3)
|param3=render type (0=op sim, 1=legacy cpr)
|param3=<render type>|param3_desc=0=op sim, 1=legacy cpr (default op sim)
}}
}}



Revision as of 00:06, 13 December 2018

Up

Command

RUN_REPORTER <reporter type> [<custom template>] [<render type>]


Run the reporter.

Parameters

<reporter type>
0=part, 1=tool, 2=ops, 3=custom
<custom template>
Custom Template Filename (only used if reporter type=3)
<render type>
0=op sim, 1=legacy cpr (default op sim)

Example

RUN_REPORTER 1
RUN_REPORTER 2, 1
RUN_REPORTER 3, "MyCustomTemplate.txt"