mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
9bad66f02e
This batch includes: - Minor corrections of metadata from my previous translations - Translation updates for tiddlers tagged WikiText - New translations for Parser Modes documentation - Update of outdated core tiddlers translations (ie Open sidebar tab)
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
created: 20141108184809586
|
|
modified: 20220419215154259
|
|
tags: $:/tags/Macro
|
|
title: $:/editions/fr-FR/util-macros
|
|
type: text/vnd.tiddlywiki
|
|
|
|
\define tw() //~TiddlyWiki//
|
|
\define latex() <span class="latex">L<sup>a</sup>T<sub>e</sub>X</span>
|
|
\define dp()
|
|
 :<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
\end
|
|
\define :()
|
|
 :<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
\end
|
|
\define pv()
|
|
 ;<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
\end
|
|
\define ;()
|
|
 ;<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
\end
|
|
\define pi()
|
|
 ?<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
\end
|
|
\define ?()
|
|
 ?<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
\end
|
|
\define pe()
|
|
 !<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
\end
|
|
\define !()
|
|
 !<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
\end
|
|
\define gf(text)
|
|
<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
« $text$ »
|
|
\end
|
|
\define fr(cible) <$link to="""$cible$"""><$view tiddler="""$cible$""" field="fr-title">{{$cible$!!title}}</$view></$link>
|
|
|
|
<pre><$view field="text"/></pre>
|