Test Plugin 3 – Testing plugin

Descripción

Para una mejor compatibilidad del archivo «README.md», los campos bajo el título del plugin, «Contributors», «Tags», etc., deben estar en un formato similar al de este ejemplo de archivo «readme». Esto significa que no debe haber caracteres después de «:» aparte del valor, sin formato, solo un valor y una nueva línea.

Esta es la descripción larga. Sin límite y puedes usar Markdown (así como en las siguientes secciones).

Para compatibilidad con versiones anteriores, si falta esta sección, se usará la longitud completa de la descripción corta y
el análisis de Markdown.

Algunas notas sobre las secciones anteriores:

  • «Contributors» es una lista separada por comas de nombres de usuario de wp.org o wp-plugins.org
  • «Tags» es una lista separada de etiquetas que se aplican al plugin
  • «Requires at least» es la versión más baja en la que funcionará el plugin
  • «Tested up to» es la versión más alta que has usado correctamente para probar el plugin. Ten en cuenta que puede funcionar
    en versiones más altas… esta es solo la versión más alta que has verificado.
  • La etiqueta «Stable» debe indicar la «etiqueta» de Subversion de la última versión estable, o «trunk», si usas /trunk/ para la
    versión estable.

    Ten en cuanta que el archivo readme.txt de la etiqueta estable es el que se considera que define al plugin, así que,
    si el archivo /trunk/readme.txt dice que la etiqueta estable es 4.3, entonces es /tags/4.3/readme.txt el que se usará
    para mostrar la información sobre el plugin. En esta situación, lo único que se considera del archivo readme.txt de «trunk»
    es el indicador de la etiqueta estable. Por tanto, si desarrollas en «trunk», puedes actualizar el archivo readme.txt de «trunk» para reflejar los cambios en
    tu versión en desarrollo, sin tener esa información mostrada incorrectamente sobre la versión estable actual
    que carece de esos cambios, siempre y cuando el archivo readme.txt de «trunk» apunte a la etiqueta estable correcta.

    Si no se proporciona una etiqueta estable, se asume que «trunk» es estable, pero debes especificar «trunk» si es ahí donde
    pones la versión estable, para eliminar cualquier duda.

Probando algunos fallos de Markdown:
Ejemplos:
define( ‘TC_PRE’, ‘Theme Review:[[br]]
– Los temas deben ser revisados usando «define(\’WP_DEBUG\’, true);» en el archivo «wp-config.php»[[br]]]
– Los temas deben ser revisados usando los datos de prueba de las listas de comprobación de temas (TC)
—–
‘ );

define( 'TC_POST', 'Feel free to make use of the contact details below if you have any questions,
comments, or feedback:[[br]]
[[br]]
* Leave a comment on this ticket[[br]]
* Send an email to the Theme Review email list[[br]]
* Use the #wordpress-themes IRC channel on Freenode.' );

three backtics:
add_action( 'init', function() {
// do stuff
} );

or indents
add_action( ‘init’, function() {
// do stuff
} );

Sección arbitraria

You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated
plugins where more information needs to be conveyed that doesn’t fit into the categories of «description» or
«installation.» Arbitrary sections will be shown below the built-in sections outlined above.

Un breve ejemplo de Markdown

Ordered list:

  1. Alguna característica
  2. Otra característica
  3. Algo más sobre el plugin

Unordered list:

  • algo
  • algo más
  • tercera cosa

Here’s a link to WordPress and one to Markdown’s Syntax Documentation.
Titles are optional, naturally.

Markdown uses email style notation for blockquotes and I’ve been told:

Asterisks for emphasis. Double it up for strong.

<?php code(); // goes in backticks ?>

Capturas

  • Esta descripción de la captura de pantalla corresponde a una captura de pantalla potencialmente traducida en el directorio «/assets/»

Bloques

Este plugin proporciona 4 bloques.

  • Namespace Block Name
  • Title here
  • Title here
  • Title here

Instalación

This section describes how to install the plugin and get it working.

Ejemplo:

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activa el plugin a través del menú «Plugins» en WordPress
  3. Place <?php do_action('plugin_name_hook'); ?> in your templates

FAQ

A question that someone might have

An answer to that question.

What about foo bar?

Answer to foo bar dilemma.

Markdown 1

`body, h1, p {
color: #f1f1f1 !important;
}

wpwrap {

background-color: #5f5f5f !important;
}`

Markdown 2

wpwrap {

    background-color: #5f5f5f !important;
}
body, h1, p {
    color: #f1f1f1 !important;
}

Reseñas

8 de septiembre de 2016 1 respuesta
Apart from the incorrect form title this is one amazing plugin for this reason I’m only giving it 4 stars 😉 Edit: I’ve removed another star marking this review down to 3 stars, I came here to edit the version of WordPress I’m using, 4.6.1 is not correct, I’m using /trunk but I cannot change from 4.6.1 to the original optional version that was available when first submitting a review. Edit2: I’ve removed another star this time because when I submitted my original review I checked the checkbox «Notify me of follow-up replies via email» but looking to the left in the sidebar I see that I am not subscribed this review. During this edit I have the option to once again select the checkbox «Notify me of follow-up replies via email» which I will now check before hitting submit. Edit3: I am still not subscribed, I’ve also removed another star because in the sidebar to the left is «Topic Info» it should read «Review Info», also «Topic Tags» should be «Review Tags» Edit4: I cannot remove any more stars, i.e. I cannot change this to 0 stars, this is a good thing, adding a star back to make this 2 stars again 🙂 Edit5: Removed that star as when not logged in underneath my review I see «You must be logged in to reply to this topic.», this should read «You must be logged in to reply to this review.» Edit6: Changing my review back to 5 stars because all this is, bugs and all is still AWESOME 🙂
Leer todas las 12 reseñas

Colaboradores y desarrolladores

«Test Plugin 3 – Testing plugin» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

«Test Plugin 3 – Testing plugin» está traducido en 8 idiomas. Gracias a los traductores por sus contribuciones.

Traduce «Test Plugin 3 – Testing plugin» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

  • A change since the previous version.
  • Another change.
  • Another change this time that means something.
  • Una línea del registro de cambios para probar https://meta.trac.wordpress.org/changeset/8412