Macro Template: Difference between revisions

From FreeCAD Documentation
(Replaced content with "{{Macro |Name=Macro_Template_Micro |Description=This page contains the minimum required text to publish the FreeCAD Addon. |Author=Screeneroner |Version=Template |Date=2023-09-28 }} ==Script== {{MacroCode|code= __Name__ = "Macro_Template_Micro" __Comment__ = "This page contains the minimum required text to publish the FreeCAD Addon" __Author__ = "Screeneroner" __Version__ = "Template" __Date__ = "2023-08-01" __Help__ = "Use this text to start publishin...")
Tags: Replaced Manual revert
No edit summary
Line 1: Line 1:
{{Macro
{{Macro
|Name=Macro_Template_Micro
|Name=Macro_Template_Micro
|Description=This page contains the minimum required text to publish the FreeCAD Addon.
|Description=Minimum required text to publish the FreeCAD Addon.
|Author=Screeneroner
|Author=Screeneroner
|Version=Template
|Version=Template
Line 14: Line 14:
__Date__ = "2023-08-01"
__Date__ = "2023-08-01"
__Help__ = "Use this text to start publishing your macro"
__Help__ = "Use this text to start publishing your macro"

# This is the text for adding on the wiki repository page https://wiki.freecad.org/index.php?title=Macros_recipes
# * {{MacroLink|Icon=Applications-python.svg|Macro_Template_Micro|Macro Template Micro}}: Macro Template Micro for the new macro wiki page.


print("Hello Micro World!")
print("Hello Micro World!")

Revision as of 18:26, 28 September 2023

Generic macro icon. Create your personal icon with the same name of the macro Macro_Template_Micro

Description
Minimum required text to publish the FreeCAD Addon.

Macro version: Template
Last modified: 2023-09-28
Author: Screeneroner
Author
Screeneroner
Download
None
Links
Macro Version
Template
Date last modified
2023-09-28
FreeCAD Version(s)
None
Default shortcut
None
See also
None

Script

__Name__    = "Macro_Template_Micro"
__Comment__ = "This page contains the minimum required text to publish the FreeCAD Addon"
__Author__  = "Screeneroner"
__Version__ = "Template"
__Date__    = "2023-08-01"
__Help__    = "Use this text to start publishing your macro"

# This is the text for adding on the wiki repository page https://wiki.freecad.org/index.php?title=Macros_recipes
# * <span class="MacroLink">[[Image:Applications-python.svg|24px]] [[Macro_Template_Micro|Macro Template Micro]]</span>: Macro Template Micro for the new macro wiki page.

print("Hello Micro World!")