Differenze tra le versioni di "Template:Multibox"
m (→Come usarlo) |
m |
||
Riga 6: | Riga 6: | ||
<noinclude> | <noinclude> | ||
== Come usarlo == | == Come usarlo == | ||
{{Multibox | |||
|titolo= il tuo titolo (se non inserisci la variabile il titolo sarà automaticamente "Da sapere che")<br> | |titolo= il tuo titolo (se non inserisci la variabile il titolo sarà automaticamente "Da sapere che")<br> | ||
|testo= il tuo testo<br> | |testo= il tuo testo<br> | ||
|tipo = idea, normativa, tool, ricorda, info, danger<br> | |tipo = idea, normativa, tool, ricorda, info, danger<br> | ||
}}<br> | }}<br> | ||
Riga 18: | Riga 16: | ||
{ | { | ||
"params": { | "params": { | ||
"titolo": {}, | "titolo": { | ||
"testo": {}, | "type": "string", | ||
"tipo": {} | "suggested": true | ||
}, | |||
"testo": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"tipo": { | |||
"type": "string", | |||
"suggested": true | |||
} | |||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Versione delle 18:07, 29 mag 2023
{{{titolo}}}
{{{testo}}}
Come usarlo
il tuo titolo (se non inserisci la variabile il titolo sarà automaticamente "Da sapere che")
il tuo testo
Nessuna descrizione.
Parametro | Descrizione | Tipo | Stato | |
---|---|---|---|---|
titolo | titolo | nessuna descrizione | Stringa | consigliato |
testo | testo | nessuna descrizione | Stringa | obbligatorio |
tipo | tipo | nessuna descrizione | Stringa | consigliato |