How To: Difference between revisions
Jump to navigation
Jump to search
(Embedded tutorial video) |
Lou Montana (talk | contribs) (Page formatting and category addition) |
||
Line 1: | Line 1: | ||
== Post a new note == | |||
{| style="width: 100%" | |||
| | |||
* Click on "Add New Note" | * Click on "Add New Note" | ||
* Remove everything but the 1st and the last line | * Remove everything but the 1st and the last line | ||
* Type your note in between: | * Type your note in between: | ||
::'''<nowiki>{{subst:Add new note/construct|</nowiki>''' | ::'''<nowiki>{{subst:Add new note/construct|</nowiki>''' | ||
::::...your note here... | ::::...your note here... | ||
::'''<nowiki>}}</nowiki>''' | ::'''<nowiki>}}</nowiki>''' | ||
* Check it with "Show | * Check it with "Show preview" | ||
* Publish it with "Save | * Publish it with "Save changes" | ||
| | |||
Watch [http://www.youtube.com/watch?v=NtOl1gLz3Fo Video Tutorial]<br> | |||
<youtube>NtOl1gLz3Fo</youtube> | |||
|} | |||
{| class="wikitable" style="width: 100%" | |||
|+ Examples | |||
! Code | |||
< | ! Result | ||
|- | |||
| <syntaxhighlight lang="html"> | |||
<dl class="command_description"> | |||
<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> | |||
</syntaxhighlight> | |||
| style="vertical-align: top" | | |||
<dl class="command_description"> | <dl class="command_description"> | ||
<dd class="notedate">Posted on Month DD, YYYY - HH:MM (UTC)</dd> | <dd class="notedate">Posted on Month DD, YYYY - HH:MM (UTC)</dd> | ||
Line 25: | Line 38: | ||
</dd> | </dd> | ||
</dl> | </dl> | ||
|} | |||
[[Category:Community Wiki]] |
Revision as of 20:40, 22 December 2019
Post a new note
|
Watch Video Tutorial |
Code | Result |
---|---|
<dl class="command_description">
<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>
|
|