Différences entre les versions de « Modèle:PliEqTab »
De Paint
m (1 révision importée) |
m (1 version importée) |
||
(6 versions intermédiaires par 3 utilisateurs non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
<includeonly><tr><td>{{{1}}}</td><td>{{ | <includeonly><tr> | ||
<td style="vertical-align:middle;">{{{1}}}</td> | |||
{{atIfNotNul|1={{{3|}}}|2=<td style="vertical-align:middle;"> {{{3}}} </td>|3=}} | |||
<td style="vertical-align:middle;font-family:serif;"> | |||
{{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> | |||
<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> | |||
</td> | |||
</tr></includeonly><noinclude> | |||
{{Model | {{Model | ||
|class=math | |class=math | ||
|texte=Ce modèle sert a définir des équations. | |texte=Ce modèle sert a définir des équations. | ||
|auteurs= | |auteurs= | ||
|syntaxe=<nowiki>{{eq|leftText|rightText|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 | ||
; [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. | |||
; id | ; id | ||
: l'id est un identifiant unique dans la page. | : l'id est un identifiant unique dans la page et sert au(x) bouton(s) pour agir cahcer ou montrer. | ||
; [tag] | ; [tag] | ||
: le tag avant le numéro | : le tag avant le numéro, exemple si tag="Rt" nous aurons Rt1, Rt2, ... | ||
; [info] | ; [info] | ||
: text shown when rightText is hidden. | : text shown when rightText is hidden. | ||
Ligne 19 : | Ligne 30 : | ||
Exemple : | Exemple : | ||
<nowiki> | <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= | |||
{{PliEqTab|1=a(b + c) | {{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}} | {{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 |