The template is used in place of the <references group="note"/>
tag.
Utilización[]
Simply put the template where you would normally put the <references group="note"/>
tag. If you want a group other than "note", simply set the first parameter to the name of the group.
The parameter |columns=
can be set to display the notes in columns, simply by setting it to the number of columns desired.
The parameter |notes=
can be set to contain references to define references not previously defined, refer to the extension documentation for more information.
The parameter |style=
can be set to pass along styles to the note list in addition to the columns.
Ejemplo[]
<ref group="note">Example note 1</ref> <ref group="note" name="note2">Example note 2</ref> <ref group="note" name="note2"/> <ref group="note">Example note 3</ref> <ref group="note">Example note 4</ref> === Notas === {{Lista de notas|columns=2}}
- produces
<ref>Example ref 1</ref> <ref>Example ref 2</ref> <ref group="fn">Example note 3</ref> <ref group="fn">Example note 4</ref> === Notas === {{Lista de notas|fn}} == Referencias == {{Lista de referencias}}
- produces
Notas[]
Referencias[]
Véase también[]
|Lista de referencias=
Error en la cita: Existen etiquetas <ref>
para un grupo llamado «note», pero no se encontró la etiqueta <references group="note"/>
correspondiente.