1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-13 17:16:48 +00:00
TiddlyWiki5/editions/es-ES/tiddlers/How_to_put_the_last_modification_date_in_a_banner.tid
Paulus fa61bc53fc TW5, Spanish Edition (#2436)
* 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.
2016-05-12 08:46:18 -06:00

35 lines
1.2 KiB
Plaintext

caption: Banner de fecha de última modificación
created: 20141020111002211
es-title: Cómo mostrar en un banner la fecha de última modificación del wiki
modified: 20160421093614488
tags: Learning
title: How to put the last modification date in a banner
type: text/vnd.tiddlywiki
Así es como se muestra la fecha de última modificación del wiki en un banner, en una esquina de la ventana:
# [[Instala el plugin|Installing a plugin from the plugin library]] <<.def "Corner ribbon">> en ~TiddlyWiki.
# Guarda y recarga el wiki
# Crea un tiddler llamado [[$:/_MyRibbon]], con la etiqueta [[$:/tags/PageControls]] y el siguiente contenido:
<div>
```
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon" style="background-color:#DF4848;">
<$list filter="[!is[system]!has[draft.of]!sort[modified]limit[1]]">
<$link>
<$view field="modified" format="date" template="DD mmm YYYY at 0hh:0mm"/>
</$link>
</$list>
</div>
</div>
```
</div>
# Puedes cambiar el valor de `background-color` según tus preferencias
# También puedes cambiar la posición de `right` a `right-bottom`
## Para poner el banner a la izquierda, la etiqueta de [[MyRibbon|$:/_MyRibbon]] debe ser [[$:/tags/PageTemplate]] en lugar de [[$:/tags/PageControls]] y la posición `left`