Sandbox:Mario52: Difference between revisions

From FreeCAD Documentation
mNo edit summary
mNo edit summary
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VeryImportantMessage|'''my personal Sanbox Mario52'''<br />'''Not For Release - Do not Translate - Do not change - Not to read - Not to look'''}}
{{VeryImportantMessage|'''my personal Sanbox Mario52'''<br />'''Not For Release - Do not Translate - Do not change - Not to read - Not to look'''}}


----
----
----


mode normal Gauche , titre central imposé , normal Droite
'''mode normal Gauche , titre central imposé , normal Droite'''
{{Mario52| Draft Workbench | Arch Workbench }}
<nowiki>{{Mario52| Draft Workbench | Arch Workbench }}</nowiki>
<nowiki>{{Mario52| Draft Workbench | Arch Workbench }}</nowiki>
{{Mario52| [[Draft Workbench/fr|Atelier Draft]] | [[Arch Workbench/fr|Atelier Arch]] }}
{{Mario52| Draft Workbench | Arch Workbench }}
<nowiki>{{Mario52| [[Draft Workbench/fr|Atelier Draft]] | [[Arch Workbench/fr|Atelier Arch]] }}</nowiki>
<nowiki>{{Mario52| [[Draft Workbench/fr|Atelier Draft]] | [[Arch Workbench/fr|Atelier Arch]] }}</nowiki>
{{Mario52| [[Draft Workbench/fr|Atelier Draft]] | [[Arch Workbench/fr|Atelier Arch]] }}
----
----
----
mode normal Gauche , titre central personnel , normal Droite

{{Mario52| Draft Workbench | Arch Workbench | Online Help Toc | Mon titre personnel }}
'''mode normal Gauche , normal Droite , titre et lien central personnel'''
<nowiki>{{Mario52| Draft Workbench | Arch Workbench | Online Help Toc | Mon titre personnel }}</nowiki>
<nowiki>{{Mario52| Draft Workbench | Arch Workbench | Online Help Toc | Mon titre personnel }}</nowiki>
{{Mario52| [[Draft Workbench/fr|Atelier Draft]] | [[Arch Workbench/fr|Atelier Arch]] | [[Online Help Toc/fr|Mon titre personnel]] }}
{{Mario52| Draft Workbench | Arch Workbench | Online Help Toc | Mon titre personnel }}
<nowiki>{{Mario52| [[Draft Workbench/fr|Atelier Draft]] | [[Arch Workbench/fr|Atelier Arch]] | Online Help Toc/fr | Mon titre personnel }}</nowiki>
{{Mario52| [[Draft Workbench/fr|Atelier Draft]] | [[Arch Workbench/fr|Atelier Arch]] | Online Help Toc/fr | Mon titre personnel }}
<nowiki>{{Mario52| [[Draft Workbench/fr|Atelier Draft]] | [[Arch Workbench/fr|Atelier Arch]] | [[Online Help Toc/fr|Mon titre personnel]] }}</nowiki>
<nowiki>{{Mario52| [[Draft Workbench/fr|Atelier Draft]] | [[Arch Workbench/fr|Atelier Arch]] | [[Online Help Toc/fr|Mon titre personnel]] }}</nowiki>
{{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)
'''Flèche gauche + index imposé (exemple dernière page)'''
{{Mario52| Draft Workbench | }}
<nowiki>{{Mario52| Draft Workbench | }}</nowiki>
<nowiki>{{Mario52| Draft Workbench | }}</nowiki>
{{Mario52| Draft Workbench | }}
----
----
----


Flèche droite + index imposé (exemple première page)
'''Flèche droite + index imposé (exemple première page)'''
{{Mario52| | Draft Workbench}}
<nowiki>{{Mario52| | Draft Workbench}}</nowiki>
<nowiki>{{Mario52| | Draft Workbench}}</nowiki>
{{Mario52| | Draft Workbench}}
----
----
----


seul index imposé
'''seul index imposé'''
{{Mario52| | }}
<nowiki>{{Mario52| | }}</nowiki>
<nowiki>{{Mario52| | }}</nowiki>
{{Mario52| | }}


ou
'''ou'''
{{Mario52}}
<nowiki>{{Mario52}}</nowiki>
<nowiki>{{Mario52}}</nowiki>
{{Mario52}}
----
----
----


seul index personnel
'''seul index et titre personnel'''
{{Mario52| | |Online Help Toc|Mon titre personnel}}
<nowiki>{{Mario52| | |Online Help Toc|Mon titre personnel}}</nowiki>
<nowiki>{{Mario52| | |Online Help Toc|Mon titre personnel}}</nowiki>
{{Mario52| | |Online Help Toc|Mon titre personnel}}


----
----
----



Revision as of 20:06, 21 January 2019

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

{{Mario52| Draft Workbench | Arch Workbench }}

Draft Workbench

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

Atelier Draft



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

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

Draft Workbench

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

Atelier Draft

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

Atelier Draft



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

{{Mario52| Draft Workbench | }}

Draft Workbench



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

{{Mario52| | Draft Workbench}}



seul index imposé

{{Mario52| | }}

ou

{{Mario52}}



seul index et titre 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")