Diferencia entre revisiones de «Plantilla:Programa»

De WikiMinecraft
Saltar a: navegación, buscar
 
(No se muestran 9 ediciones intermedias de 3 usuarios)
Línea 1: Línea 1:
<table class="infobox" cellpadding="4" style="width: 28em; font-size: 90%; float:right; border: 1px solid #AAAAAA; margin-left:0.5em">
+
<includeonly>{{#invoke:infobox|infobox
<tr>
+
| defaultimagesize = 200px
  <td align="center" colspan=2 style="font-size:120%; font-weight: bold; font-color: #F00; background-color: #7caa21;">{{{name|{{BASEPAGENAME}}}}}</td>
+
| invimage = none
</tr>
+
| rows =
<tr valign="top">
+
{{infobox row|label=Autor(es)|field={{ #if: {{{author|}}} | {{{author}}} }} {{ #if: {{{autor|}}} | {{{autor}}} | ? }} }}
  <td align="center" colspan="2">[[File:Mclogo.png|center]]</td>
+
{{infobox row|label=Plataforma(s)|field={{ #if: {{{platform|}}} | {{{platform}}} }} {{ #if: {{{plataforma|}}} | {{{plataforma}}} | ? }} }}
</tr>
+
{{infobox row|label=Escrito en|field={{ #if: {{{programming language|}}} | {{{programming language}}} }} {{ #if: {{{lenguaje|}}} | {{{lenguaje}}} | ? }} }}
{{Block/row2|label=Autor(es):|field={{{Autores|N/A}}}}}
+
{{infobox row|label=Última versión|field={{ #if: {{{version|}}} | {{{version}}} }} {{ #if: {{{versión|}}} | {{{versión}}} | ? }} }}
{{Block/row|label=Plataforma(s):|field={{{Plataformas|N/A}}}}}
+
{{infobox row|label=Lanzamiento|field={{ #if: {{{date|}}} | {{{date}}} }} {{ #if: {{{fecha|}}} | {{{fecha}}} | ? }} }}
{{Block/row2|label=Escrito en:|field={{{Escrito| N/A}}}}}
+
{{infobox row|label=Calificación(es)|field={{ #if:{{{ratings|}}} | {{{ratings}}} }} {{ #if:{{{calificación|}}} | {{{calificación}}} | ? }} }}
{{Block/row|label=Última versión:|field={{{Version|N/A}}}}}
+
{{infobox row|label=Tamaño|field={{ #if: {{{size|}}} | {{{size}}}  }} {{ #if: {{{tamaño|}}} | {{{tamaño}}} | ? }} }}
{{Block/row|label=Lanzamiento:|field={{{Lanzamiento|N/A}}}}}
+
{{infobox row|label=Licencia|field={{ #if: {{{license|}}} | {{{license}}}  }} {{ #if: {{{licencia|}}} | {{{licencia}}} | ? }} }}
{{Block/row|label=Calificación:|field={{{Calificacion|N/A}}}}}
+
{{infobox row|label=Fuente disponible|field={{ #if: {{{source available|}}} | {{{source available}}} }} {{ #if: {{{código fuente|}}} | {{{código fuente}}} | ? }} }}
{{Block/row|label=Tamaño:|field={{{Tamano|N/A}}}}}
+
{{ #if: {{{website|}}}{{{forum|}}}{{{customlink|}}}{{{customlink2|}}}{{{customlink3|}}}{{{customlink4|}}} | {{infobox row|label=Links|field={{ #if: {{{website|}}} | [{{{website}}} Site] }} {{ #if: {{{forum|}}} | [{{{forum}}} Forum]}} {{ #if: {{{customlink|}}} | [{{{customlink}}}] }} {{ #if: {{{customlink2|}}} | [{{{customlink2}}}] }} {{ #if: {{{customlink3|}}} | [{{{customlink3}}}] }} {{ #if: {{{customlink4|}}} | [{{{customlink4}}}] }}}} }}
{{Block/row|label=Licencia:|field={{{Licencia|N/A}}}}}
+
 
{{Block/row|label=Fuente válida:|field={{{Fuente|N/A}}}}}
+
| footer =
{{Block/row|label=Links:|field={{{Links|N/A}}}}}
+
{{#if: {{{notes|}}} | '''Notes'''<br />{{{notes}}} }}
</table>
+
}}</includeonly><noinclude>{{Documentation}}</noinclude>
<noinclude>
 
<pre>
 
{{Programa
 
|Autores=
 
|Plataformas=
 
|Escrito=
 
|Version=
 
|Lanzamiento=
 
|Calificacion=
 
|Tamano=
 
|Licencia=
 
}}
 
</pre>
 
</noinclude>
 

Revisión actual del 23:08 15 dic 2014

Documentation
Lua logo.png
Esta plantilla usa Módulo:Infobox, un script escrito en el lenguaje de programación Lua. Por favor lea mw:Lua y mw:Extension:Scribunto para saber más del lenguaje Lua.
Programa
No image.svg
Autor(es)

?

Plataforma(s)

?

Escrito en

?

Última versión

?

Lanzamiento

?

Calificación(es)

?

Tamaño

?

Licencia

?

Fuente disponible

?

Esta plantilla provee de un diseño uniforme similar al de {{3rd Party Tool}}, con ajustes diseñados para las páginas del programa de base, como Minecraft, o Pocket Edition.

{{Programa
| title= 
| image= 
| imagesize= 
| author= 
| platform= 
| programming language= 
| version= 
| date= 
| ratings=
| size= 
| license= 
| source available= 
| forum= 
| website= 
| customlink=
| customlink2= 
| customlink3= 
| customlink4=
| notes= 
}}
Parametro Función Valor por defecto
title Optional value to use a different title instead of the page name {{BASEPAGENAME}}
image Image/Icon of the program (default 200px) {{{title}}}.png if it exists, otherwise No image.svg (linking to the page where to upload the missing image)
imagesize The image's size 200px
author The author(s) of the program  ?
platform What platforms the program works on. Use {{OS}}  ?
programming language What programming language is the program written in?  ?
version The program's current version  ?
date The date the program was released  ?
ratings Content ratings for Minecraft or other program  ?
size The program's filesize  ?
license What license is the program under?  ?
source available Has the source code been released?  ?
forum A link to the program's forum None
website The program's website None
customlink Any custom titled link, such as an Android Market/Google Play link None
customlink2 Any custom titled link, such as an iOS App Store link None
customlink3 Any custom titled link, such as an Amazon Appstore link None
customlink4 Any custom titled link, such as an Amazon Appstore link None
notes Any notes about the program None

Véase también

The above documentation is transcluded from Plantilla:Programa/doc.