diff options
author | dakkar <dakkar@thenautilus.net> | 2019-10-05 18:32:14 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2019-10-05 18:34:12 +0100 |
commit | 6d5c07c0ef3cf85b0e332921ae16c43edb911d08 (patch) | |
tree | 0de0bf60cd51572acf8ff8088e3fc0f483dec3e7 /src/modelli/tachikoma | |
parent | sugihara (diff) | |
download | thenautilus-6d5c07c0ef3cf85b0e332921ae16c43edb911d08.tar.gz thenautilus-6d5c07c0ef3cf85b0e332921ae16c43edb911d08.tar.bz2 thenautilus-6d5c07c0ef3cf85b0e332921ae16c43edb911d08.zip |
new video directive
Diffstat (limited to 'src/modelli/tachikoma')
-rw-r--r-- | src/modelli/tachikoma/document.en.rest.txt | 7 | ||||
-rw-r--r-- | src/modelli/tachikoma/document.it.rest.txt | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/src/modelli/tachikoma/document.en.rest.txt b/src/modelli/tachikoma/document.en.rest.txt index 89bf4ba..c9bdb0a 100644 --- a/src/modelli/tachikoma/document.en.rest.txt +++ b/src/modelli/tachikoma/document.en.rest.txt @@ -32,7 +32,12 @@ Was it worth it? See for yourself: :alt: LEGO Tachikoma, from behind :target: back.jpg -Also, `a short movie of the model in action <moving.mp4>`_. +Also, a short movie of the model in action: + +.. video:: moving.mp4 + :type: video/mp4 + :width: 320 + :height: 240 .. [*] if you don't know what a Tachikoma is, `Wikipedia can help <http://en.wikipedia.org/wiki/Tachikoma>`_ diff --git a/src/modelli/tachikoma/document.it.rest.txt b/src/modelli/tachikoma/document.it.rest.txt index 29e352e..bedebb8 100644 --- a/src/modelli/tachikoma/document.it.rest.txt +++ b/src/modelli/tachikoma/document.it.rest.txt @@ -33,7 +33,12 @@ Ne รจ valsa la pena? Guardate qua: :alt: Tachikoma LEGO, da dietro :target: back.jpg -Inoltre, `un breve filmato del modello in azione <moving.mp4>`_. +Inoltre, un breve filmato del modello in azione: + +.. video:: moving.mp4 + :type: video/mp4 + :width: 320 + :height: 240 .. [*] se non sapete cosa sia un Tachikoma, `Wikipedia aiuta <http://en.wikipedia.org/wiki/Tachikoma>`_ |