BIS fnc exportFunctionsToWiki: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Fix duplicate argument call) |
m (added note with link to updated function) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Export function descriptions to Community Wiki. Exported text will be copied to clipboard in XML format.<br /> | | {{Warning|This function is not properly working anymore, for a working function visit [[User:R3vo]]}} | ||
Export function descriptions to Community Wiki. Exported text will be copied to clipboard in XML format.<br /> | |||
'''Wiki Admins''' can import them using '''[[Special:Import]]'''.<br /> | '''Wiki Admins''' can import them using '''[[Special:Import]]'''.<br /> | ||
If the page already exists, it will be replaced only when timestamp is newer. |Description= | If the page already exists, it will be replaced only when timestamp is newer. |Description= |
Revision as of 02:05, 24 December 2018
Description
- Description:
Export function descriptions to Community Wiki. Exported text will be copied to clipboard in XML format.
If the page already exists, it will be replaced only when timestamp is newer.
Wiki Admins can import them using Special:Import.
- Execution:
- spawn
- Groups:
- Uncategorised
Syntax
- Syntax:
- [filter, timestamp] call BIS_fnc_exportFunctionsToWiki
- Parameters:
- filter: Array - (Optional) functions filter in format [tags,categories,functions]:
- tags: String or Array of String - CfgFunctions tags (e.g., "BIS"). Use empty string for all of them.
- categories: String or Array of String - categories (e.g., "Debug"). Use empty string for all of them.
- functions: String or Array of String - specific function names (e.g., "BIS_fnc_log"). Use empty string for all of them.
- timestamp: String - (Optional) in format "2013-09-12T16:00:00Z"
- Return Value:
- String - exported text
Examples
- Example 1:
[] spawn BIS_fnc_exportFunctionsToWiki; // export all functions
- Example 2:
[["","Arrays"]] spawn BIS_fnc_exportFunctionsToWiki; // export all Array functions
- Example 3:
[["","",["BIS_fnc_log","BIS_fnc_param"]]] spawn BIS_fnc_exportFunctionsToWiki; // export specific functions
Additional Information
- See also:
- BIS_fnc_diagWiki
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note