How To: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Fix template) |
Lou Montana (talk | contribs) m (Text replacement - "<dl class="command_description"> <dd class="notedate">" to "<dl class="command_description"> <dt></dt> <dd class="notedate">") |
||
Line 21: | Line 21: | ||
| <syntaxhighlight lang="html"> | | <syntaxhighlight lang="html"> | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<dt></dt> | |||
<dd class="notedate">Posted on Month DD, YYYY - HH:MM (UTC)</dd> | <dd class="notedate">Posted on Month DD, YYYY - HH:MM (UTC)</dd> | ||
<dt class="note">[[User:Username|Username]]</dt> | <dt class="note">[[User:Username|Username]]</dt> | ||
Line 30: | Line 31: | ||
| style="vertical-align: top" | | | style="vertical-align: top" | | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<dt></dt> | |||
<dd class="notedate">Posted on Month DD, YYYY - HH:MM (UTC)</dd> | <dd class="notedate">Posted on Month DD, YYYY - HH:MM (UTC)</dd> | ||
<dt class="note">[[User:Username|Username]]</dt> | <dt class="note">[[User:Username|Username]]</dt> |
Revision as of 13:26, 5 April 2021
Add a new note
|
Code | Result |
---|---|
<dl class="command_description">
<dt></dt>
<dd class="notedate">Posted on Month DD, YYYY - HH:MM (UTC)</dd>
<dt class="note">[[User:Username|Username]]</dt>
<dd class="note">
note text
</dd>
</dl>
|
|