Extension:Page Forms/es

This page is a translated version of the page Extension:Page Forms and the translation is 28% complete.
Outdated translations are marked like this.
Manual de extensiones de MediaWiki
Page Forms
Estado de lanzamiento: estable
Implementación Página especial , API
Descripción Una extensión que puede ser utilizada con Extensión:SemanticMediaWiki o Extensión:Cargo (o por si misma, sola), que permite a los usuarios crear formularios para crear y editar páginas que usen plantillas de tipo infobox. Los formularios están definidos dentro de la página del wiki, descritos en un leguaje de marcas propio, y son analizados sobre la marcha cuando se muestra el formulario.
Autor(es) Yaron Koren <yaron57@gmail.com>, Stephan Gambke y otros
Última versión 5.7.2 (abril de 2024)
Política de compatibilidad Master mantiene la compatibilidad con versiones anteriores.
MediaWiki 1.36+
Composer mediawiki/page-forms
Licencia GNU Licencia Pública general 2.0 o posterior
Descarga
Ejemplo Un formulario autogenerado que permite al usuario editar un punto de opinión
  • viewedittab
  • editrestrictedfields
  • createclass
  • multipageedit
Traduce el Page Forms extensión
Función de vagabundo pageforms
Asuntos Tareas abiertas · Reportar un bug

"Page Forms" ( conocido has Noviembre de 2016 como "Semantic Forms") es una extensión de MediaWiki que permite al usuario añadir, editar y consultar datos empleando formularios. Se creó inicialmente como derivado de la extensión Extensión:SemanticMediaWiki , para ser capaz de editar plantillas que guarda sus parámetros vía SMW, por lo qué era llamado originalmente "Semantic Forms". Aun así, ahora también puede trabajar con la extensión alternativa Extensión:Cargo , o sin instalar ninguna de las dos extensiones.

Sencillamente, Page Forms le permite crear formularios para crear y editar páginas en su wiki, así como para buscar en los datos, todo sin programar nada. Los formularios puede ser creados y editados no solo por los administradores, sino por los propios usuarios.

Los componentes principales de Page Forms son als definiciones de las páginas las cuales existen en un espacio separado es decir en otra forma. These are pages consisting of markup code which gets parsed when a user goes to a form. Since forms are defined strictly through these definition pages, users can themselves create and modify forms, without the need for any actual programming.

The Page Forms extension is mostly used to add and edit calls to infobox-style templates within pages. A form allows a user to populate a pre-defined set of templates, as well as page sections, for any page; if Cargo or Semantic MediaWiki are used, the data within the templates can then be stored and queried.

Forms can also be used to edit the data in an existing page, and you can enable an "edit with form" tab to show up on any page.

Page Forms also supports autocompletion of fields, so users can easily see what the previously-entered values were for a given field. This greatly helps to avoid issues of naming ambiguity, spelling, etc.

Data in a page that doesn't fit into the form, like a free-form text description of the page's subject, isn't ignored when the page is edited with a form; rather, it is placed into a separate input box called "free text".

Page Forms also includes a wide variety of other functionality related to forms.

Debajo hay enlaces a la documentación completa

Cómo descargar Semantic Forms vía Git, una descarga estándar o un paqueete de software; y cómo instalarlo.
How to get started with Page Forms right away.
Wiki hosting sites that support Page Forms, plus public wikis that can be used for trying out the software.
All the "special pages" that Page Forms defines: the ones that provide helper forms (Special:CreateProperty, Special:CreateTemplate, Special:CreateForm, Special:CreateCategory, Special:CreateClass), the ones that display lists (Special:Templates, Special:Forms), the ones used to display actual forms (Special:FormEdit, Special:FormStart, Special:RunQuery, Special:UploadWindow) and one that provides a spreadsheet-like interface to edit multiple pages containing a template (Special:MultiPageEdit).
The template-based philosophy of Page Forms - plus information on the four parser functions that PF defines for templates: #template_params, #template_display, #arraymap and #arraymaptemplate.
This is the first of the three major sections. How to define a form via a page within the "Form:" namespace. Covers the entire form-definition syntax, including the {{{info}}}, {{{for template}}}, {{{end template}}}, {{{field}}}, {{{section}}} and {{{standard input}}} tags. Also covers how to add tabs and tooltips.
The second major section. A listing of all allowed input types, as well as parameters for each, and the set of SMW and Cargo data types that each can be used with.
The third major section. Information on setting possible/allowed values for the relevant input types, including "mapping" values to friendlier display names, options related to autocompletion, and the "show on select" parameter.
How to get the "edit with form" tab to appear on pages, using the #default_form parser function. Plus, how to rename the tab to simply "edit", and how to remove the standard "edit" tab (if you want to).
How to bring users to forms, via the #forminput, #formlink, #formredlink and #queryformlink functions. Also, how to use #formredlink to have red-linked pages created automatically. Also, how to create links that directly modify a page, via the #autoedit function.
Creating forms to query data, instead of to modify data, via the Special:RunQuery page.
Common issues people have run into, and their solutions, relating to forms, data structure design, and the use of Page Forms with other extensions.
Known bugs in the software, and potential workarounds for them; plus features that are planned in the current "development roadmap".
Where to ask questions, submit bug reports, submit feature requests, submit fixes, and add new translations.
Information for developers who want to modify Page Forms, or create an extension that works in tandem with it.
The main authors, others who have contributed to the code, and credits to other organizations and software projects.
A version history of Page Forms, from May 2007 to the present.
A small sampling of the wikis that use Page Forms, plus links to more comprehensive lists.
Extensions that require the presence of Page Forms, extensions that can be used together with Page Forms, and extensions that have a similar purpose to Page Forms.
Cheat sheet
Links SMW quick reference · Cargo quick reference · Sandbox
Parser functions {{#arraymap :value|delimiter|var|formula|new_delimiter|conjunction}}
{{#arraymaptemplate :value|template|delimiter|new_delimiter}}
{{#forminput :form=|size=|default value=|button text=|query string=|autocomplete on category=|autocomplete on namespace=|placeholder=|popup|no autofocus|namespace selector|query string parameters}}
{{#formlink :form=|link text=|link type=|query string=|target=|tooltip=|popup|new window|query string parameters}}
{{#formredlink :form=|link text=|existing page link text=|query string=|target=|popup|new window|create page|query string parameters}}
{{#queryformlink :form=|link text=|link type=|query string=|tooltip=|popup|new window|query string parameters}}
{{#template_params :}}
{{#template_display :_format=|_title=}}
{{#autoedit :form=|target=|link text=|link type=|minor|query string=|reload|tooltip=|redirect|bring to page=|summary=|confirm|query string parameters}}
{{#autoedit_rating :form=|target=|value=|star width=|num stars=|allow half stars=|minor|reload|tooltip=|summary=|confirm|query string parameters}}
{{#default_form :form name}}
Input types

text , textarea , tokens , combobox , date , datetime , year , datepicker , datetimepicker , checkbox , dropdown , radiobutton , checkboxes , listbox , tree , rating , regexp , googlemaps , leaflet , openlayers