Diferencia entre revisiones de «Plantilla:Programa»
Línea 1: | Línea 1: | ||
− | <includeonly>{{# | + | <includeonly>{{Usuario:Xstela/Infobox common |
− | | | + | | titulo = {{#if: {{{titulo|}}} | {{{titulo}}} | {{BASEPAGENAME}} }} |
+ | | imagenarea = [[Archivo:{{#if: {{{imagen|}}} | {{{imagen}}} | {{#ifexist: Archivo:{{#if: {{{titulo|}}} | {{{titulo}}} | {{BASEPAGENAME}} }}.png | {{#if: {{{titulo|}}} | {{{titulo}}} | {{BASEPAGENAME}} }}.png | No image.png}} }}|{{#ifeq: {{NAMESPACE}} | {{ns:10}} || link=Archivo:{{#if: {{{imagen|}}} | {{{imagen}}} | {{#if: {{{titulo|}}} | {{{titulo}}} | {{BASEPAGENAME}} }}.png }} }}|{{#if: {{{img_tamaño|}}} | {{{img_tamaño}}} | 150px}}|center]] | ||
| rows = | | rows = | ||
− | {{ | + | {{Usuario:Xstela/Infobox row|etiqueta=Autor|campo={{ #if: {{{autor|}}} | {{{autor}}} | ? }} }} |
− | {{ | + | {{Usuario:Xstela/Infobox row|etiqueta=Plataforma|campo={{ #if: {{{plataforma|}}} | {{{plataforma}}} | ? }} }} |
− | {{ | + | {{Usuario:Xstela/Infobox row|etiqueta=Programado en|campo={{ #if: {{{lenguaje|}}} | {{{lenguaje}}} | ? }} }} |
− | {{ | + | {{Usuario:Xstela/Infobox row|etiqueta=Última versión|campo={{ #if: {{{versión|}}} | {{{versión}}} | ? }} }} |
− | {{ | + | {{Usuario:Xstela/Infobox row|etiqueta=Precio|campo={{ #if: {{{precio|}}} | {{{precio}}} | ? }} }} |
− | {{ | + | {{Usuario:Xstela/Infobox row|etiqueta=Lanzado el|campo={{ #if: {{{fecha|}}} | {{{fecha}}} | ? }} }} |
− | {{ | + | {{Usuario:Xstela/Infobox row|etiqueta=Tamaño|campo={{ #if: {{{tamaño|}}} | {{{tamaño}}} | ? }} }} |
− | {{ | + | {{Usuario:Xstela/Infobox row|etiqueta=Licencia|campo={{ #if: {{{licencia|}}} | {{{licencia}}} | ? }} }} |
− | {{ | + | {{Usuario:Xstela/Infobox row|etiqueta=Código fuente disponible|campo={{ #if: {{{código fuente disponible|}}} | {{{código fuente disponible}}} | ? }} }} |
− | {{ #if: {{{website|}}}{{{ | + | {{ #if: {{{website|}}}{{{foro|}}}{{{customlink|}}} | {{infobox row|etiqueta=Links|campo={{ #if: {{{website|}}} | [{{{website}}} Site] }} {{ #if: {{{foro|}}} | [{{{foro}}} Foro]}} {{ #if: {{{customlink|}}} | [{{{customlink}}}] }} }} }} |
| footer = | | footer = | ||
− | {{#if: {{{ | + | {{#if: {{{notas|}}} | '''Notas'''<br />{{{notas}}} }} |
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{/doc}} | {{/doc}} | ||
− | + | </noinclude> | |
− |
Revisión del 23:13 11 abr 2014
[purge]
Esta es la página de documentación, debería ser transcluida a la página de plantilla principal. Véase Plantilla:Documentation para más información.
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
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
- {{3rd Party Tool}}
- {{Block}}
- {{Bloque}}
- {{BlockTileEntity}}
- {{Entity}}
- {{Entidad}}
- {{Food}}
- {{Comida}}
- {{Alimento}}
- {{Gamemode}}
- {{Item}}
- {{ItemEntity}}
- {{Mod}}
- {{Objeto}}
- {{ObjetoEntidad}}
- {{Person}}
- {{Persona}}
- {{Potion}}
- {{Profile}}
- {{Program}}
- {{Structure}}
- {{Estructura}}
- {{Technical Block}}
- {{Version nav}}
- Module:Infobox