Difference between revisions of "Form:Tutoriel"

Line 198: Line 198:
 
<div class="saving-menu">{{{standard input|save}}} {{{standard input|save and continue}}} {{{standard input|cancel}}}  {{{standard input|watch}}} <span class="status-checkbox">{{{for template|Tuto_Status}}}{{{field|Complete}}}{{{end template}}}</span></div>
 
<div class="saving-menu">{{{standard input|save}}} {{{standard input|save and continue}}} {{{standard input|cancel}}}  {{{standard input|watch}}} <span class="status-checkbox">{{{for template|Tuto_Status}}}{{{field|Complete}}}{{{end template}}}</span></div>
 
</includeonly>
 
</includeonly>
 
<div class="modal fade wfform" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
 
<div class="modal-dialog">
 
<div class="modal-content">
 
<div class="modal-body">
 
<p class="modal-subtitle">Mettre en forme le texte<span class="close" data-dismiss="modal" aria-hidden="true">&times;</span></p>
 
<table class="table table-bordered">
 
        <tr>
 
          <th>Description</th>
 
          <th>Résultat</th>
 
          <th>Saisie</th>
 
        </tr>
 
        <tr>
 
          <td>Bullet points</td>
 
          <td><ul><li>Ceci est un bullet point</li></ul></td>
 
          <td><div style="width:36px; float:left; margin-right:10px"><pre>*</pre></div> à insérer en début de phrase</td>
 
        </tr>
 
        <tr>
 
          <td>Texte en gras</td>
 
          <td>'''Ceci est un texte en gras'''</td>
 
          <td><pre>'''Ceci est un texte en gras'''</pre></td>
 
        </tr>
 
        <tr>
 
          <td>Texte en italique</td>
 
          <td>''Ceci est un texte en italic''</td>
 
          <td><pre>''Ceci est un texte en italic''</pre></td>
 
        </tr>
 
        <tr>
 
          <td>Texte barré</td>
 
          <td><s>Texte barré</s></td>
 
          <td><pre><s>Texte barré</s></pre></td>
 
        </tr>
 
        <tr>
 
          <td>Souligner du texte</td>
 
          <td><u>Texte souligné</u></td>
 
          <td><pre><u>Texte souligné</u></pre></td>
 
        </tr>
 
    </table>
 
<p class="modal-subtitle">Insérer des pastilles d'aide à la réalisation du tutoriel</p>
 
<table class="table table-bordered">
 
        <tr>
 
          <th>Description</th>
 
          <th>Résultat</th>
 
          <th>Saisie</th>
 
        </tr>
 
        <tr>
 
          <td>Interdire une action</td>
 
          <td>[[Fichier:Icon-popup-04.jpg|link=]]</td>
 
          <td><pre>{{Dont|Text=Voici un exemple}}</pre></td>
 
        </tr>
 
        <tr>
 
          <td>Prévenir d'un danger<br>Solliciter l'attention</td>
 
          <td>[[Fichier:Icon-popup-01.jpg|link=]]</td>
 
          <td><pre>{{Caution|Text=Voici un exemple}}</pre></td>
 
        </tr>
 
        <tr>
 
          <td>Inviter à la mémorisation</td>
 
          <td>[[Fichier:Icon-popup-05.jpg|link=]]</td>
 
          <td><pre>{{Pin|Text=Voici un exemple}}</pre></td>
 
        </tr>
 
        <tr>
 
          <td>Donner une information complémentaire</td>
 
          <td>[[Fichier:Icon-popup-03.jpg|link=]]</td>
 
          <td><pre>{{Info|Text=Voici un exemple}}</pre></td>
 
        </tr>
 
        <tr>
 
          <td>Donner des idées</td>
 
          <td>[[Fichier:Icon-popup-02.jpg|link=]]</td>
 
          <td><pre>{{Idea|Text=Voici un exemple}}</pre></td>
 
        </tr>
 
    </table>
 
</div>
 
</div>
 
</div>
 
</div>
 
  
 
<div class="modal fade wfform" id="ModalCreativeCommons" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
 
<div class="modal fade wfform" id="ModalCreativeCommons" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
Line 292: Line 217:
 
</div>
 
</div>
 
</div>
 
</div>
</div>
 
</div>
 
</div>
 
</div>
 
 
<div class="modal fade wfform" id="ModalLink" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
 
<div class="modal-dialog">
 
<div class="modal-content">
 
<div class="modal-header">
 
<span class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></span><p class="modal-title">Insérez un lien dans votre tutoriel</p></div>
 
<div class="modal-body"><table class="table table-bordered">
 
        <tr>
 
          <th>Description</th>
 
          <th>Vous tapez</th>
 
          <th>Vous obtenez</th>
 
        </tr>
 
        <tr>
 
          <td>Lien interne</td>
 
          <td><pre>[[Accueil]]</pre></td>
 
          <td>[[Accueil]]</td>
 
        </tr>
 
        <tr>
 
          <td>Lien interne avec un intitulé différent</td>
 
          <td><pre>[[Accueil|Lien vers la page d'accueil]]</pre></td>
 
          <td>[[Accueil|Lien vers la page d'accueil]]</td>
 
        </tr>
 
<tr>
 
<td>Lien externe</td>
 
<td><pre>http://wikipedia.org</pre></td>
 
<td>http://wikipedia.org</td>
 
</tr>
 
<tr>
 
<td>Lien externe avec un intitulé différent</td>
 
<td><pre>[http://wikipedia.org Lien vers Wikipedia]</pre></td>
 
<td>[http://wikipedia.org Lien vers Wikipedia]</td>
 
</tr>
 
</table>
 
</div>
 
</div>
 
</div>
 
</div>
 
 
<div class="modal fade wfform-2" id="ModalRef" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
 
<div class="modal-dialog">
 
<div class="modal-content">
 
<div class="modal-body"><table class="table table-bordered">
 
<tr>
 
<th>Vous tapez</th>
 
<th>Vous obtenez</th>
 
</tr>
 
<tr>
 
<td><pre>* Je me suis inspiré du [[Mölkky|tutoriel Molky réalisé par Auguste&Claire]] que je trouve très bien fait</pre></td>
 
<td>* Je me suis inspiré du [[Mölkky|tutoriel Molky réalisé par Auguste&Claire]] que je trouve très bien fait.</td>
 
</tr>
 
<tr>
 
<td><pre>* Pour décaper un meuble vernis, je me suis inspiré de ce [https://www.youtube.com/watch?v=6034yubI7CI|tutoriel vidéo réalisé par Minute Déco].</pre></td>
 
<td>* Pour décaper un meuble vernis, je me suis inspiré de ce [https://www.youtube.com/watch?v=6034yubI7CI|tutoriel vidéo réalisé par Minute Déco].</td>
 
</tr>
 
</table>
 
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 10:00, 28 April 2017