mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
fa61bc53fc
* TW5-es-ES-edition Spanish edition of TW5. A full localisation of TiddlyWiki into castillian spanish (es-ES). * Translation ongoing * Translation ongoing * Translation ongoing * Translation ongoing + TiddlySpot upload * Translation ongoing * Translation ongoing + macro fixes * Translation ongoing * translation ongoing + macro fixes * Translation ongoing * Translation ongoing * Translation ongoing * Translation ongoing * Translation ongoing * translation ongoing * translation ongoing * Translation ongoing * translation ongoing * translation ongoing * translation ongoing * Arreglo plugin * Arreglo plugin * Translation ongoing * Translation ongoing * Translation ongoing * translation ongoing * Add Spanish edition to TW5.com * Reverting forced language plugin load. folder es-ES was provisorily added to the tiddlerStore in order to force the load of the updated language plugin. Finished the translation, and with the updated plugin on place, this folder has no use when the new release comes out.
16 lines
1.0 KiB
Plaintext
16 lines
1.0 KiB
Plaintext
caption: Constructores de selección
|
|
created: 20150117204109000
|
|
es-title: Constructores de selección
|
|
modified: 20160420183010734
|
|
tags: Filters
|
|
title: Selection Constructors
|
|
type: text/vnd.tiddlywiki
|
|
|
|
El output de un [[paso|Filter Step]] depende de su [[operador|Filter Operators]]:
|
|
|
|
* La mayoría de operadores obtienen su output a partir del input. Por ejemplo, muchos devuelven un subconjunto del input, cumpliendo así realmente con la función de <<.word filtros>>, al reducir el output de la instrucción que los contiene. Estos operadores se llaman <<.def "modificadores de selección">>.
|
|
|
|
* Unos pocos operadores, sin embargo, ignoran el input y generan un output independiente. A estos se les llama <<.def "constructores de selección">>, porque construyen una [[selección|Title Selection]] totalmente nueva.
|
|
|
|
Un buen ejemplo de constructor es <<.olink title>>. El output de `[title[A]title[B]]` es <<.tid B>>, mientras que <<.olink field>> es un modificador, por lo que `[title[A]field:title[B]` no genera output alguno.
|