Sandbox:Mario52

From FreeCAD Documentation
Revision as of 17:20, 22 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

Code:

{{Mario52| Draft Workbench | Arch Workbench }}

Résultat: Draft Workbench Code:

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

Résultat: Atelier Draft



mode normal Gauche , normal Droite , titre et lien central personnel

Code:

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

Résultat: Draft Workbench Code:

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

Résultat: Atelier Draft Code:

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

Résultat: Atelier Draft



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

Code:

{{Mario52| Draft Workbench | }}

Résultat: Draft Workbench



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

Code:

{{Mario52| | Draft Workbench}}

Résultat:



seul index imposé

Code:

{{Mario52| | }}

Résultat:

ou

Code:

{{Mario52}}

Résultat:



seul index et titre personnel

Code:

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

Résultat:



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")