Utente:FRacco/Sandbox2: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
prova visualizzatore
svuoto
Riga 1:
...
<includeonly><!--
 
Qui il dato arriva già ripartito.
{{{1}}} è la prima parte
{{{2}}} è la seconda parte
{{{3}}} è la terza parte
ecc.
 
-->{{#if: {{{1|}}} | {{{{{formattatore|noformat}}}|{{{1}}}}} }}<!--
-->{{#if: {{{2|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{2}}}}} }}<!--
-->{{#if: {{{3|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{3}}}}} }}<!--
-->{{#if: {{{4|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{4}}}}} }}<!--
-->{{#if: {{{5|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{5}}}}} }}<!--
-->{{#if: {{{6|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{6}}}}} }}<!--
-->{{#if: {{{7|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{7}}}}} }}<!--
-->{{#if: {{{8|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{8}}}}} }}<!--
-->{{#if: {{{9|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{9}}}}} }}<!--
-->{{#if: {{{10|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{10}}}}} }}<!--
-->{{#if: {{{11|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{11}}}}} }}<!--
-->{{#if: {{{12|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{12}}}}} }}<!--
-->{{#if: {{{13|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{13}}}}} }}<!--
-->{{#if: {{{14|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{14}}}}} }}<!--
-->{{#if: {{{15|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{15}}}}} }}<!--
-->{{#if: {{{16|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{16}}}}} }}<!--
-->{{#if: {{{17|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{17}}}}} }}<!--
-->{{#if: {{{18|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{18}}}}} }}<!--
-->{{#if: {{{19|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{19}}}}} }}<!--
-->{{#if: {{{20|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{20}}}}} }}<!--
-->{{#if: {{{21|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{21}}}}} }}<!--
-->{{#if: {{{22|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{22}}}}} }}<!--
-->{{#if: {{{23|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{23}}}}} }}<!--
-->{{#if: {{{24|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{24}}}}} }}<!--
-->{{#if: {{{25|}}} | {{{separatore|,&#32;}}}{{{{{formattatore|noformat}}}|{{{25}}}}}<!--
 
Dato che non è possibile che vi siano 25 o più valori, segnalo l'errore
 
-->[[Categoria:Errori del commutatore]]}}</includeonly><noinclude>
{{Avviso|testo=Questo template si occupa di leggere e visualizzare le ripartizioni di stringhe ripartite dal template {{tl|Commutatore}}.}}
{{Man/Stile}}
__NOTOC__
==Parametri avanzati==
===Separatore===
* Le stringhe vengono di norma visualizzate come elenco separato da virgole. È possibile comunque cambiare questo segno di suddivisione con qualsiasi altro carattere o con un template, come ad esempio {{tl|·}}, grazie al parametro <code>separatore</code>.
====Esempi====
<pre>
{{Visualizzatore|uno|due|tre}}
</pre>
{{{{FULLPAGENAME}}|uno|due|tre}}
<pre>
{{Visualizzatore|separatore=&#32;-&#32;|uno|due|tre}}
</pre>
{{{{FULLPAGENAME}}|separatore=&#32;-&#32;|uno|due|tre}}
<pre>
{{Visualizzatore|separatore={{·}}|uno|due|tre}}
</pre>
{{{{FULLPAGENAME}}|separatore={{·}}|uno|due|tre}}
 
===Formattatore===
* È inoltre possibile modificare la formattazione delle stringhe, grazie al parametro <code>formattatore</code>, che dovrà essere un template tra quelli presenti nella [[:Categoria:Template formattazione testo]].
====Esempi====
<pre>
{{Visualizzatore|formattatore=wikilink|uno|due|tre}}
</pre>
{{{{FULLPAGENAME}}|formattatore=wikilink|uno|due|tre}}
<pre>
{{Visualizzatore|formattatore=elenco puntato|uno|due|tre}}
</pre>
{{{{FULLPAGENAME}}|formattatore=elenco puntato|uno|due|tre}}
<pre>
{{Visualizzatore|formattatore=elenco numerato|uno|due|tre}}
</pre>
{{{{FULLPAGENAME}}|formattatore=elenco numerato|uno|due|tre}}
{{Man/Stile fine}}
[[Categoria:Template con titleparts]]
</noinclude>