Sandbox:Mario52

From FreeCAD Documentation
Revision as of 19:17, 21 January 2019 by Mario52 (talk | contribs)
my personal Sanbox Mario52
Not For Release - Do not Translate - Do not change - Not to read - Not to look

mode normal Gauche , titre central imposé , normal Droite Draft Workbench

{{Mario52| Draft Workbench | Arch Workbench }}

Atelier Draft

{{Mario52| [[Draft Workbench/fr|Atelier Draft]] | [[Arch Workbench/fr|Atelier Arch]] }}

mode normal Gauche , titre central personnel , normal Droite Draft Workbench

{{Mario52| Draft Workbench | Arch Workbench | Online Help Toc | Mon titre personnel }}

Atelier Draft

{{Mario52| [[Draft Workbench/fr|Atelier Draft]] | [[Arch Workbench/fr|Atelier Arch]] | [[Online Help Toc/fr|Mon titre personnel]] }}

Flèche gauche + index imposé (exemple dernière page) Draft Workbench

{{Mario52| Draft Workbench | }}

Flèche droite + index imposé (exemple première page)

{{Mario52| | Draft Workbench}}

seul index imposé

{{Mario52| | }}

ou

{{Mario52}}

seul index personnel

{{Mario52| | |Online Help Toc|Mon titre personnel}}

Temporary code for external macro link. Do not use this code. This code is used exclusively by Addon Manager. Link for optional manual installation: Macro


# This code is copied instead of the original macro code
# to guide the user to the online download page.
# Use it if the code of the macro is larger than 64 KB and cannot be included in the wiki
# or if the RAW code URL is somewhere else in the wiki.

from PySide import QtGui, QtCore

diag = QtGui.QMessageBox(QtGui.QMessageBox.Information,
    "Information",
    "This macro must be downloaded from this link\n"
    "\n"
    "https://gist.github.com/mario52a/67517ef758ff20005d0a6adcfd8c9190" + "\n"
    "\n"
    "Quit this window to access the download page")

diag.setWindowFlags(QtCore.Qt.WindowStaysOnTopHint)
diag.setWindowModality(QtCore.Qt.ApplicationModal)
diag.exec_()

import webbrowser 
webbrowser.open("https://gist.github.com/mario52a/67517ef758ff20005d0a6adcfd8c9190")