Merge pull request #1374 from ThisIsPIRI/help
Corrections to /help macros, /help format
This commit is contained in:
commit
6ddf8291e9
|
@ -8,7 +8,7 @@ Text formatting commands:
|
||||||
<pre><code> like this</code></pre>
|
<pre><code> like this</code></pre>
|
||||||
<ul>
|
<ul>
|
||||||
<li><tt>`text`</tt> - displays as <code>inline code</code></li>
|
<li><tt>`text`</tt> - displays as <code>inline code</code></li>
|
||||||
<li><tt> text</tt> - displays as a blockquote (note the space after >)</li>
|
<li><tt>> text</tt> - displays as a blockquote (note the space after >)</li>
|
||||||
<blockquote>like this</blockquote>
|
<blockquote>like this</blockquote>
|
||||||
<li><tt># text</tt> - displays as a large header (note the space)</li>
|
<li><tt># text</tt> - displays as a large header (note the space)</li>
|
||||||
<h1>like this</h1>
|
<h1>like this</h1>
|
||||||
|
|
|
@ -17,8 +17,8 @@ System-wide Replacement Macros (in order of evaluation):
|
||||||
<li><tt>{{time}}</tt> – the current time</li>
|
<li><tt>{{time}}</tt> – the current time</li>
|
||||||
<li><tt>{{date}}</tt> – the current date</li>
|
<li><tt>{{date}}</tt> – the current date</li>
|
||||||
<li><tt>{{weekday}}</tt> – the current weekday</li>
|
<li><tt>{{weekday}}</tt> – the current weekday</li>
|
||||||
<li><tt>{{isotime}}</tt> – the current ISO date (YYYY-MM-DD)</li>
|
<li><tt>{{isotime}}</tt> – the current ISO time (24-hour clock)</li>
|
||||||
<li><tt>{{isodate}}</tt> – the current ISO time (24-hour clock)</li>
|
<li><tt>{{isodate}}</tt> – the current ISO date (YYYY-MM-DD)</li>
|
||||||
<li><tt>{{datetimeformat …}}</tt> – the current date/time in the specified format, e. g. for German date/time: <tt>{{datetimeformat DD.MM.YYYY HH:mm}}</tt></li>
|
<li><tt>{{datetimeformat …}}</tt> – the current date/time in the specified format, e. g. for German date/time: <tt>{{datetimeformat DD.MM.YYYY HH:mm}}</tt></li>
|
||||||
<li><tt>{{time_UTC±#}}</tt> – the current time in the specified UTC time zone offset, e.g. UTC-4 or UTC+2</li>
|
<li><tt>{{time_UTC±#}}</tt> – the current time in the specified UTC time zone offset, e.g. UTC-4 or UTC+2</li>
|
||||||
<li><tt>{{idle_duration}}</tt> – the time since the last user message was sent</li>
|
<li><tt>{{idle_duration}}</tt> – the time since the last user message was sent</li>
|
||||||
|
|
Loading…
Reference in New Issue