Diferencia entre revisiones de «Plantilla:Programa»
(No se muestran 8 ediciones intermedias de 3 usuarios) | |||
Línea 1: | Línea 1: | ||
− | < | + | <includeonly>{{#invoke:infobox|infobox |
− | + | | defaultimagesize = 200px | |
− | + | | invimage = none | |
− | + | | rows = | |
− | + | {{infobox row|label=Autor(es)|field={{ #if: {{{author|}}} | {{{author}}} }} {{ #if: {{{autor|}}} | {{{autor}}} | ? }} }} | |
− | + | {{infobox row|label=Plataforma(s)|field={{ #if: {{{platform|}}} | {{{platform}}} }} {{ #if: {{{plataforma|}}} | {{{plataforma}}} | ? }} }} | |
− | + | {{infobox row|label=Escrito en|field={{ #if: {{{programming language|}}} | {{{programming language}}} }} {{ #if: {{{lenguaje|}}} | {{{lenguaje}}} | ? }} }} | |
− | {{ | + | {{infobox row|label=Última versión|field={{ #if: {{{version|}}} | {{{version}}} }} {{ #if: {{{versión|}}} | {{{versión}}} | ? }} }} |
− | {{ | + | {{infobox row|label=Lanzamiento|field={{ #if: {{{date|}}} | {{{date}}} }} {{ #if: {{{fecha|}}} | {{{fecha}}} | ? }} }} |
− | {{ | + | {{infobox row|label=Calificación(es)|field={{ #if:{{{ratings|}}} | {{{ratings}}} }} {{ #if:{{{calificación|}}} | {{{calificación}}} | ? }} }} |
− | {{ | + | {{infobox row|label=Tamaño|field={{ #if: {{{size|}}} | {{{size}}} }} {{ #if: {{{tamaño|}}} | {{{tamaño}}} | ? }} }} |
− | {{ | + | {{infobox row|label=Licencia|field={{ #if: {{{license|}}} | {{{license}}} }} {{ #if: {{{licencia|}}} | {{{licencia}}} | ? }} }} |
− | {{ | + | {{infobox row|label=Fuente disponible|field={{ #if: {{{source available|}}} | {{{source available}}} }} {{ #if: {{{código fuente|}}} | {{{código fuente}}} | ? }} }} |
− | {{ | + | {{ #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}}}] }}}} }} |
− | {{ | + | |
− | {{ | + | | footer = |
− | {{ | + | {{#if: {{{notes|}}} | '''Notes'''<br />{{{notes}}} }} |
− | + | }}</includeonly><noinclude>{{Documentation}}</noinclude> | |
− | |||
− | |||
− | {{ | ||
− | | | ||
− | | | ||
− | | | ||
− | | | ||
− | |||
− | | | ||
− | | | ||
− | | | ||
− | }} | ||
− | </ | ||
− | </noinclude> |
Revisión actual del 22:08 15 dic 2014
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
The above documentation is transcluded from Plantilla:Programa/doc.