Différences entre les versions de « Modèle:PliEqTab »
De Paint
m (1 révision importée) |
toross>Atoross |
||
Ligne 1 : | Ligne 1 : | ||
<includeonly><tr><td>{{{1}}}</td><td>{{ | <includeonly><tr> | ||
<td style="vertical-align:middle;">{{{1}}}</td> | |||
{{atIfNotNul|{{{3|}}}|<td style="vertical-align:middle;"> {{{3}}} </td>|}} | |||
<td style="vertical-align:middle;font-family:serif;"> | |||
<span id="pli_{{{id}}}" class="allCollapse" {{atif|{{{visible|no}}}|yes||style="display:none;"}}>{{{2|?}}}</span>{{atif|{{{info|}}}|||<span id="infopli_{{{id}}}" class="allCollapseInfo" {{atif|{{{visible|yes}}}|yes||style="display:none;"}} style="color:grey;">{{{info|}}} ?</span>}} | |||
<td> ( {{#atcount:eq_count|{{{tag|eq}}}||pli_{{{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 | ; leftText | ||
Ligne 10 : | Ligne 21 : | ||
; rightText | ; rightText | ||
: partie droite | : partie droite | ||
; [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 32 : | ||
Exemple : | Exemple : | ||
<nowiki> | <nowiki>{{table|1=</nowiki> | ||
<nowiki>{{PliEqTab|1=a(b + c) =|2=ab + ac|info= | <nowiki>{{PliEqTab|1=a(b + c) =|2=ab + ac|info=distribution|id=ref1|tag=Rt}}</nowiki> | ||
<nowiki></ | <nowiki>{{PliEqTab|1=a + b =|2=b + a|info=commutation|id=ref2|tag=Rt}}</nowiki> | ||
<nowiki>{{PliEqTab|1=a(b + c)|2=ab + ac|3==|info=distribution|id=ref3|tag=Rt}}</nowiki> | |||
<nowiki>{{PliEqTab|1=a + b|2=b + a|3==|info=commutation|id=ref4|tag=Rt}}</nowiki> | |||
<nowiki>}}</nowiki> | |||
<nowiki>{{PliGlobalBtns}}</nowiki> | <nowiki>{{PliGlobalBtns}}</nowiki> | ||
<nowiki>{{#atallref:}}</nowiki> | <nowiki>{{#atallref:}}</nowiki> | ||
Ligne 27 : | Ligne 45 : | ||
donnera : | donnera : | ||
{{table|1= | |||
{{PliEqTab|1=a(b + c) =|2=ab + ac|info= | {{PliEqTab|1=a(b + c) |2=ab + ac|3==|info=distribution|id=ref1|tag=Rt}} | ||
{{PliEqTab|1=a + b |2=b + a|3==|info=commutation|id=ref2|tag=Rt}} | |||
{{PliEqTab|1=a(b + c)|2=ab + ac|3==|info=distribution|id=ref3|tag=Rt}} | |||
{{PliEqTab|1=a + b|2=b + a|3==|info=commutation|id=ref4|tag=Rt}} | |||
}} | |||
{{PliGlobalBtns}} | {{PliGlobalBtns}} |
Version du 26 mars 2021 à 17:00
Version : 1.36.1 2215 (2021-03-26) 20210326170058
Résumé :
Ce modèle sert a définir des équations.
{{eq|leftText|rightText|[operation]|id=|[tag]}}
- leftText
- partie gauche
- rightText
- partie droite
- [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|info=distribution|id=ref1|tag=Rt}} {{PliEqTab|1=a + b =|2=b + a|info=commutation|id=ref2|tag=Rt}} {{PliEqTab|1=a(b + c)|2=ab + ac|3==|info=distribution|id=ref3|tag=Rt}} {{PliEqTab|1=a + b|2=b + a|3==|info=commutation|id=ref4|tag=Rt}} }}
{{PliGlobalBtns}} {{#atallref:}}
donnera :
a(b + c) |
ab + ac{{#Atif:distribution||| }}
| ( Rt1 ) |
↺ |
a + b |
b + a{{#Atif:commutation||| }}
| ( Rt2 ) |
↺ |
a(b + c) |
ab + ac{{#Atif:distribution||| }}
| ( Rt3 ) |
↺ |
a + b |
b + a{{#Atif:commutation||| }}
| ( Rt4 ) |
↺ |
show-all hide-all show-allBtn hide-allBtn hide-allGlobalBtn
Liens :
name=Rt1 | id=pli_ref1 |
name=Rt2 | id=pli_ref2 |
name=Rt3 | id=pli_ref3 |
name=Rt4 | id=pli_ref4 |
N° des compteurs :
eq_count | 4 |
Logs :
counterName=eq_count num=1 id=pli_ref1 name=Rt1 | |
counterName=eq_count num=2 id=pli_ref2 name=Rt2 | |
counterName=eq_count num=3 id=pli_ref3 name=Rt3 | |
counterName=eq_count num=4 id=pli_ref4 name=Rt4 |