Pratiche - Pratiche Edilizie: Accentratore della pratica: differenze tra le versioni
Da wikievo.maggioli.it.
(Creata pagina con "{{Template:TopbarPraticheEdilizie}} == '''Introduzione''' == Con la definizione "Accentratore", si intende il contenitore dei diversi argomenti di una pratica edilizia. A titolo di esempio, fare riferimento all' immagine sottostante 400px|centro In questa sezione, verranno illustrati i vari argomenti presenti nell'accentratore. __TOC__ {{Login}}") |
Nessun oggetto della modifica |
||
Riga 11: | Riga 11: | ||
__TOC__ | __TOC__ | ||
{{Login}} | {{Login}} | ||
== '''Tabella argomenti accentratore della pratica''' == | |||
{| class="wikitable" | |||
|- | |||
! scope="col" | Table element | |||
! scope="col" | Wikitext | |||
! scope="col" | Required | |||
! scope="col" | Usage notes | |||
|- | |||
! scope="row" | Table start | |||
| {{kbd|<nowiki>{|</nowiki>}} | |||
| Required | |||
| | |||
|- | |||
! scope="row" | Table caption | |||
| {{kbd|<nowiki>|+</nowiki>}} | |||
| Optional | |||
| Only between table start and first table row. | |||
|- | |||
! scope="row" | Table row | |||
| {{kbd|<nowiki>|-</nowiki>}} | |||
| Optional | |||
| Can be omitted before the first row. | |||
|- | |||
! scope="row" | Table header cell | |||
| {{kbd|<nowiki>!</nowiki>}} | |||
| Optional | |||
| Consecutive table header cells may be added on same line separated by double marks (<code>!!</code>); or start on new lines, each with its own single mark (<code>!</code>). | |||
|- | |||
! scope="row" | Table data cell | |||
| {{nowrap|{{kbd|<nowiki>|</nowiki>}} or {{kbd|<nowiki>||</nowiki>}}}} | |||
| Optional | |||
| Consecutive table data cells may be added on same line separated by double marks (<code><nowiki>||</nowiki></code>) or start on new lines, each with its own single mark (<code><nowiki>|</nowiki></code>). This mark is also used to separate [[HTML attribute]]s from cell and caption contents. | |||
|- | |||
! scope="row" | Table end | |||
| {{kbd|<nowiki>|}</nowiki>}} | |||
| Required | |||
| | |||
|} |
Versione delle 12:58, 18 giu 2024
Pagina principale | Pratiche edilizie |
Introduzione
Con la definizione "Accentratore", si intende il contenitore dei diversi argomenti di una pratica edilizia. A titolo di esempio, fare riferimento all' immagine sottostante
In questa sezione, verranno illustrati i vari argomenti presenti nell'accentratore.
Tabella argomenti accentratore della pratica
Table element | Wikitext | Required | Usage notes |
---|---|---|---|
Table start | Template:Kbd | Required | |
Table caption | Template:Kbd | Optional | Only between table start and first table row. |
Table row | Template:Kbd | Optional | Can be omitted before the first row. |
Table header cell | Template:Kbd | Optional | Consecutive table header cells may be added on same line separated by double marks (!! ); or start on new lines, each with its own single mark (! ).
|
Table data cell | Template:Nowrap | Optional | Consecutive table data cells may be added on same line separated by double marks (|| ) or start on new lines, each with its own single mark (| ). This mark is also used to separate HTML attributes from cell and caption contents.
|
Table end | Template:Kbd | Required |