How To: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "</dd> </dl> " to "</dd> </dl> ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Add a new note == | == Add a new note == | ||
<div class="float-right"> | |||
| | {{Youtube|NtOl1gLz3Fo|[http://www.youtube.com/watch?v{{=}}NtOl1gLz3Fo Video Tutorial]|right|400}} | ||
</div> | |||
* Click on "Add New Note" | * Click on "Add New Note" | ||
* | * Read the embedded guide: <syntaxhighlight lang="html"> | ||
{{subst:Preload/Note|1= | |||
<!-- | |||
* Write your comment here (remove both "arrows" top and bottom) | |||
* Pipe signs "|" MUST be written {{!}} | |||
* | * New lines can be forced with <br> | ||
* | * Please -PREVIEW YOUR ADDITION BEFORE SAVING- | ||
|} | * Video Tutorial: https://www.youtube.com/watch?v=NtOl1gLz3Fo | ||
--> | |||
}} | |||
</syntaxhighlight> | |||
** Type your note in-between <syntaxhighlight lang="html" inline>{{subst:Preload/Note|1=</syntaxhighlight> and <syntaxhighlight lang="html" inline>}}</syntaxhighlight> | |||
** Pipe signs "{{!}}" MUST be written {{hl|<nowiki>{{!}}</nowiki>}} | |||
** New lines can be forced with {{hl|<nowiki><br></nowiki>}} | |||
* Check your note using the "Show preview" button | |||
* Publish it by clicking the "Save changes" button | |||
{| class="wikitable" style="width: 100%" | {| class="wikitable valign-top" style="width: 100%" | ||
|+ Examples | |+ Examples | ||
! Code | ! Code | ||
! Result | ! Result | ||
|- | |- | ||
| <syntaxhighlight lang="html"> | | <syntaxhighlight lang="html+handlebars"> | ||
{{Note | |||
|user= Username | |||
|timestamp= 20010622120000 | |||
|text= note's content | |||
}} | |||
</syntaxhighlight> | </syntaxhighlight> | ||
| | | | ||
{{Note | |||
|user= Username | |||
|timestamp= 20010622120000 | |||
|text= note's content | |||
}} | |||
|} | |} | ||
[[Category:Community Wiki]] | [[Category:Community Wiki]] |
Latest revision as of 16:29, 14 September 2023
Add a new note
- Click on "Add New Note"
- Read the embedded guide:
{{subst:Preload/Note|1= <!-- * Write your comment here (remove both "arrows" top and bottom) * Pipe signs "|" MUST be written {{!}} * New lines can be forced with <br> * Please -PREVIEW YOUR ADDITION BEFORE SAVING- * Video Tutorial: https://www.youtube.com/watch?v=NtOl1gLz3Fo --> }}
- Type your note in-between
{{subst:Preload/Note|1=
and}}
- Pipe signs "|" MUST be written {{!}}
- New lines can be forced with <br>
- Type your note in-between
- Check your note using the "Show preview" button
- Publish it by clicking the "Save changes" button
Code | Result |
---|---|
|