Différences entre les versions de « Modèle:PliEqTab »
De Paint
toross>WikiAdmin |
m (1 version importée) |
||
(3 versions intermédiaires par 2 utilisateurs non affichées) | |||
Ligne 3 : | Ligne 3 : | ||
{{atIfNotNul|1={{{3|}}}|2=<td style="vertical-align:middle;"> {{{3}}} </td>|3=}} | {{atIfNotNul|1={{{3|}}}|2=<td style="vertical-align:middle;"> {{{3}}} </td>|3=}} | ||
<td style="vertical-align:middle;font-family:serif;"> | <td style="vertical-align:middle;font-family:serif;"> | ||
<span id="pli_{{{id}}}" class="allCollapse" | {{AtIfEqual|1={{{visible|no}}}|2=yes|3=<span id="pli_{{{id}}}" class="allCollapse" style="display:inline">{{{2| ? }}}</span><span id="infopli_{{{id}}}" class="allCollapseInfo" style="display:None">{{{info|}}}</span>|4=<span id="pli_{{{id}}}" class="allCollapse" style="display:None">{{{2| ? }}}</span><span id="infopli_{{{id}}}" class="allCollapseInfo" style="display:inline">{{{info|}}}</span>}}</td> | ||
<td> ( {{AtCount|name=eq_count|prefix={{{tag|eq}}}|id={{{id}}}}} ) </td> | |||
<td> ( {{AtCount|name=eq_count|prefix={{{tag|eq}}}|id= | |||
<td> | <td> | ||
<span class="allCollapseInfo collapseBtn allCollapseBtn" title="pli_{{{id}}}" style="border-color:#D0D0ff;border-radius:0.4em;border-style:solid;border-width:1pt;min-height:1em;padding-left:0.2em;padding-right:0.2em;background:#EfEfEf;color:#0000EE;">↺</span> | <span class="allCollapseInfo collapseBtn allCollapseBtn" title="pli_{{{id}}}" style="border-color:#D0D0ff;border-radius:0.4em;border-style:solid;border-width:1pt;min-height:1em;padding-left:0.2em;padding-right:0.2em;background:#EfEfEf;color:#0000EE;">↺</span> | ||
Ligne 17 : | Ligne 15 : | ||
|syntaxe=<nowiki>{{eq|leftText|rightText|[operation]|id=|[tag]}}</nowiki> | |syntaxe=<nowiki>{{eq|leftText|rightText|[operation]|id=|[tag]}}</nowiki> | ||
|specification= | |specification= | ||
; leftText | ; 1 leftText | ||
: partie gauche | : partie gauche | ||
; rightText | ; 2 rightText | ||
: partie droite | : partie droite | ||
; [operation] | ; [3 operation] | ||
: si operation est fournie,par exemple le symbole {{dq|1==}} alors une 3ième colonne s'ajoute au millieu pou aligner le symbole de l'opération. | : si operation est fournie,par exemple le symbole {{dq|1==}} alors une 3ième colonne s'ajoute au millieu pou aligner le symbole de l'opération. | ||
; id | ; id | ||
Ligne 32 : | Ligne 30 : | ||
Exemple : | Exemple : | ||
<nowiki>{{table|1= | <nowiki> | ||
{{table|1= | |||
{{PliEqTab|1=a(b + c) |2=ab + ac|3==|id=ref1|tag=Rt|info=distribution}} | |||
{{PliEqTab|1=a + b |2=b + a|3==|id=ref2|tag=Rt|info=commutation|visible=yes}} | |||
}} | |||
{{PliGlobalBtns}} | |||
{{#atallref:}}</nowiki> | |||
donnera : | donnera : | ||
{{table|1= | {{table|1= | ||
{{PliEqTab|1=a(b + c) |2=ab + ac|3== | {{PliEqTab|1=a(b + c) |2=ab + ac|3==|id=ref1|tag=Rt|info=distribution}} | ||
{{PliEqTab|1=a + b |2=b + a|3== | {{PliEqTab|1=a + b |2=b + a|3==|id=ref2|tag=Rt|info=commutation|visible=yes}} | ||
}} | }} | ||
{{PliGlobalBtns}} | {{PliGlobalBtns}} | ||
{{#atallref:}} | {{#atallref:}} | ||
</noinclude> | </noinclude> |
Version actuelle datée du 23 décembre 2022 à 17:37
Version : 1.36.1 2631 (2022-12-23) 20221223173727
Résumé :
Ce modèle sert a définir des équations.
{{eq|leftText|rightText|[operation]|id=|[tag]}}
- 1 leftText
- partie gauche
- 2 rightText
- partie droite
- [3 operation]
- si operation est fournie,par exemple le symbole « = » alors une 3ième colonne s'ajoute au millieu pou aligner le symbole de l'opération.
- id
- l'id est un identifiant unique dans la page et sert au(x) bouton(s) pour agir cahcer ou montrer.
- [tag]
- le tag avant le numéro, exemple si tag="Rt" nous aurons Rt1, Rt2, ...
- [info]
- text shown when rightText is hidden.
Exemple :
{{table|1= {{PliEqTab|1=a(b + c) |2=ab + ac|3==|id=ref1|tag=Rt|info=distribution}} {{PliEqTab|1=a + b |2=b + a|3==|id=ref2|tag=Rt|info=commutation|visible=yes}} }} {{PliGlobalBtns}} {{#atallref:}}
donnera :
a(b + c) | = | ab + acdistribution | ( Rt1 ) |
↺ |
a + b | = | b + acommutation | ( Rt2 ) |
↺ |
show-all hide-all show-allBtn hide-allBtn hide-allGlobalBtn
Liens :
name=Rt1 | id=ref1 |
name=Rt2 | id=ref2 |
N° des compteurs :
eq_count | 2 |
Logs :
counterName=eq_count num=1 id=ref1 name=Rt1 | |
counterName=eq_count num=2 id=ref2 name=Rt2 |