Diferencia entre revisiones de «Plantilla:Lenguaje construido»
Sin resumen de edición |
Sin resumen de edición |
||
Línea 19: | Línea 19: | ||
<includeonly> | <includeonly> | ||
<div class="ficha"> | <div class="ficha"> | ||
{{{titulo|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | |||
<div class="ficha-image">[[File:{{{image}}}|300px]]</div>}} | |||
<table>{{#if:{{{autor|}}}|<tr> | |||
| | <th>Autor</th> | ||
| | <td>{{{autor}}}</td> | ||
</tr>}}{{#if:{{{param2|}}}|<tr> | |||
<th>País</th> | |||
| | <td>{{{pais}}}</td> | ||
</tr>}}{{#if:{{{anio|}}}|<tr> | |||
<th>Año</th> | |||
<td>{{{anio}}}</td> | |||
</tr>}}{{#if:{{{descriptorLenguaje|}}}|<tr> | |||
<th>Descriptores</th> | |||
<td>{{{descriptorLenguaje}}}</td> | |||
</tr>}}{{#if:{{{vinculo|}}}|<tr> | |||
<th>Vínculos</th> | |||
<td>{{{vinculos}}}</td> | |||
</tr>}}{{#if:{{{rasgo|}}}|<tr> | |||
<th>Rasgos Destacados</th> | |||
<td>{{{rasgo}}}</td> | |||
</tr>}}{{#if:{{{obra|}}}|<tr> | |||
<th>Obra</th> | |||
<td>{{{obra}}}</td> | |||
</tr>}}</table> | |||
</div> | </div> | ||
[[Categoría:lenguajes inventados]] | [[Categoría:lenguajes inventados]] | ||
[[Categoría:TP]] | [[Categoría:TP]] | ||
{{#default_form:LenguajeInventado}} | {{#default_form:LenguajeInventado}} | ||
</includeonly> | </includeonly> |
Revisión del 11:08 7 feb 2019
La plantilla LenguajeInventado se utiliza del siguiente modo:
{{LenguajeInventado |nombre = {{PAGENAME}} |autor = |pais= |anio= |descriptorLenguaje = |imagen = |vinculo = |rasgo= |obra = }}
Edita la página para ver el código de la plantilla.