Plantilla:TOC top/ús
Aquesta és una subpàgina de documentació per a la Plantilla:TOC top Té la informació d'ús, les categories i qualsevol altre contingut que no forma part essencial del codi de la plantilla. |
Aquesta plantilla és utilitzada en moltes pàgines, així que els canvis en la mateixa tindran molta repercussió. Si us plau, proveu qualsevol canvi en la plantilla en les subpàgines /proves o /testcases, o en una subpàgina d'usuari, i considereu discutir els canvis en la pàgina de discussió abans d'implementar-los. |
Això s'utilitza per crear taules personalitzades de plantilles de contingut, com ara {{List TOC}}. Substitueix i suprimeix la TOC que el programari wiki generaria automàticament.
Ús
[modifica]Recordeu que aquesta és exclusivament per la facilitat de manteniment de les plantilles existents. Si us plau no utilitzeu aquesta per escriure noves plantilles: al seu lloc, navegueu a través de Categoria:Plantilles d'indexació i utilitzeu una plantilla existent. Aquest codi és una de les últimes peces en la neteja d'anys de codi redundant i superposició en aquesta àrea.
Paràmetres (opcional)
[modifica]- title
- The title to use for this ToC element. The default is Contingut.
- align
- Sets the CSS float and clear properties, which forces this float underneath the side specified with this attribute. So,
align=right
will place the element after all the right floating elements before it. Options areleft
,right
,center
, ornone
(default).
- clear
- Overrides the default CSS clear property set by the align parameter, which is not typically needed. Options are
left
,right
,both
, ornone
. The defaults areleft
when|align=left
,right
when|align=right
,none
when|align=center
, andleft
when|align=none
. Use|clear=none
to allow other floating elements to float next to the table of contents, and|clear=both
to force the table of contents to have nothing next to it.
- primary
- Set this to
false
if this ToC is not used as the primary ToC of a page. This makes sure that the title of this ToC does not show up in the primary ToC. A side effect of this is the disappearing of the show/hide toggle.
TemplateData
[modifica]Aquesta és la documentació dels paràmetres de la plantilla utilitzada pel nou editor visual.
TOC top
This is used to create custom table of contents templates. It replaces and suppresses the ToC that the wiki software would automatically generate.
Paràmetre | Descripció | Tipus | Estat | |
---|---|---|---|---|
Title | title | The title to use for this ToC element. The default is Contents. | Cadena | opcional |
Align | align | Sets the CSS float and clear properties, which forces this float underneath the side specified with this attribute. So, "right" will place the element after all the right floating elements before it. Options are left, right, center, or none (default). | Cadena | opcional |
Clear | clear | Overrides the default CSS clear property set by the align parameter, which is not typically needed. Options are left, right, both, or none. The defaults are left when align=left, right when align=right, none when align=center, and left when align=none. Use "none" to allow other floating elements to float next to the table of contents, and "both" to force the table of contents to have nothing next to it. | Cadena | opcional |
Primary | primary | Set this to "false" if this ToC is not used as the primary ToC of a page. This makes sure that the title of this ToC does not show up in the primary ToC. A side effect of this is the disappearing of the show/hide toggle. | Cadena | opcional |
Vegeu també
[modifica]- {{TOC bottom}}