« Modèle:Refnote » : différence entre les versions
De BoyWiki
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 3 : | Ligne 3 : | ||
| {{#if:{{{2|}}} | | {{#if:{{{2|}}} | ||
| {{#if:{{{group|}}} | | {{#if:{{{group|}}} | ||
| # <span id="refnote_{{{group}}}-{{{1}}}">[[#reflabel_{{{group}}}-{{{1}}}|↑]] {{{2}}}</span> | | # <span class="refnote" id="refnote_{{{group}}}-{{{1}}}">[[#reflabel_{{{group}}}-{{{1}}}|↑]] {{{2}}}</span> | ||
| # <span id="refnote-{{{1}}}">[[#reflabel-{{{1}}}|↑]] {{{2}}}</span> | | # <span class="refnote" id="refnote-{{{1}}}">[[#reflabel-{{{1}}}|↑]] {{{2}}}</span> | ||
}} | }} | ||
| {{#if:{{{group|}}} | | {{#if:{{{group|}}} | ||
| [[#refnote_{{{group}}}-{{{1}}}|<sup id="reflabel_{{{group}}}-{{{1}}} | | [[#refnote_{{{group}}}-{{{1}}}|<sup class="reflabel" id="reflabel_{{{group}}}-{{{1}}}">{{{1}}}</sup>]] | ||
| [[#refnote-{{{1}}}|<sup id="reflabel-{{{1}}} | |[[#refnote-{{{1}}}|<sup class="reflabel" id="reflabel-{{{1}}}">{{{1}}}</sup>]] | ||
}} | }} | ||
}} | }} |
Version du 26 février 2009 à 17:25
- Utilisation
- Syntaxe
{{Refnote [|group= ] |label [|texte de la note]}}
- Paramètres
- label : identifiant unique de la référence dans un même groupe (en général un chiffre ou une lettre)
- group= : déclare un groupe de notes spécifique (optionnel) -quand plusieurs groupes de notes avec les mêmes labels coexistent sur la même page.
- Exemples