Diferencia entre revisiones de «Programs and editors/entry»
m (1 revisión) |
m |
||
| (No se muestra una edición intermedia de otro usuario) | |||
| Línea 1: | Línea 1: | ||
<includeonly>|- | <includeonly>|- | ||
| − | | style="font-size: large;" |{{#if:{{{name|}}}|{{anchor|{{{name}}}}}}}{{#if: {{{image| }}} |[[Image:{{{image}}}| | + | | style="font-size: large;" |{{#if:{{{name|}}}|{{anchor|{{{name}}}}}}}{{#if: {{{image| }}} |[[Image:{{{image}}}|256px{{#if:{{{website|}}}|{{!}}link={{{website}}}}}]]}} |
{{{name|!!! UNTITLED !!!}}} | {{{name|!!! UNTITLED !!!}}} | ||
| style="text-align: left;" | {{{notes|}}} | | style="text-align: left;" | {{{notes|}}} | ||
| − | | {{{date|?}}} | + | | {{#if: {{{date|}}} | {{{date}}} | ? }} |
| − | | {{{version|?}}} | + | | {{#if: {{{version|}}} | {{{version}}} | ? }} |
| − | | {{{platform|? | + | | {{#if: {{{platform|}}} | {{{platform}}} | ? }} |
| {{#if: {{{forum|}}} | <p>[{{{forum}}} Forum]</p> }}<!-- | | {{#if: {{{forum|}}} | <p>[{{{forum}}} Forum]</p> }}<!-- | ||
-->{{#if: {{{website|}}} | <p>[{{{website}}} Website]</p> }} | -->{{#if: {{{website|}}} | <p>[{{{website}}} Website]</p> }} | ||
| − | | {{{minecraft version|?}}} | + | | {{#if: {{{minecraft version|}}} | {{{minecraft version}}} | ? }} |
| − | | {{{source available|?}}} | + | | {{#if: {{{source available|}}} | {{{source available}}} | ? }} |
| − | | {{{programming language|?}}} | + | | {{#if: {{{programming language|}}} | {{{programming language}}} | ? }} |
| − | | {{{author|? | + | | {{#if: {{{author|}}} | {{{author}}} | ? }}</includeonly><noinclude> |
{{/doc}} | {{/doc}} | ||
| − | [[ | + | [[Categoría:Plantillas|P]] |
| − | |||
[[fr:Programmes et éditeurs/Élément]] | [[fr:Programmes et éditeurs/Élément]] | ||
| − | |||
[[ko:Programs and editors/entry]] | [[ko:Programs and editors/entry]] | ||
</noinclude> | </noinclude> | ||
Revisión del 19:20 19 jul 2013
La información de esta plantilla se ha marcado como incorrecta. Mejórala o añádela.
This template is used to have a consistent table format across the Programs and editors subpages. It expects to be used within the Programs and editors/header template. Note that the ":Programs and editors" prefix is necessary, as this template is not a subpage of the pages it is used on.
Usage
{{:Programs and editors/header|
{{:Programs and editors/entry
| name = Example 1
| author = Author
| image = Example.png
| platform = {{OS|win|linux|mac}}
| programming language = C++
| version = Latest Version
| date = Version date (no use yet)
| source available = Yes/No, license types
| minecraft version = {{v|t=1|1.1}}
| forum = http://www.minecraftforum.net/viewtopic.php?f=25&t=26659
| website = http://google.com
| notes = Description goes here.
}}
}}
Produces:
| Name | Description | Date | Version | Platforms | Link | Latest Compatible Release | Source available | Programming language | Author |
|---|---|---|---|---|---|---|---|---|---|
Example 1 |
Description goes here. | Version date (no use yet) | Latest Version | |
1.1 | Yes/No, license types | C++ | Author |
La documentación anterior se transcluye de Programs and editors/entry/doc. (edit | history)