How To: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Embedded tutorial video)
m (Some wiki formatting)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== 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"
* 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-


=====Post a new note=====
* Video Tutorial: https://www.youtube.com/watch?v=NtOl1gLz3Fo
 
-->
* Click on "Add New Note"
}}
* Remove everything but the 1st and the last line
</syntaxhighlight>
* Type your note in between:
** Type your note in-between <syntaxhighlight lang="html" inline>{{subst:Preload/Note|1=</syntaxhighlight> and <syntaxhighlight lang="html" inline>}}</syntaxhighlight>
::'''<nowiki>{{subst:Add new note/construct|</nowiki>'''<br>
** Pipe signs "{{!}}" MUST be written {{hl|<nowiki>{{!}}</nowiki>}}
::::...your note here...<br>
** New lines can be forced with {{hl|<nowiki><br></nowiki>}}
::'''<nowiki>}}</nowiki>'''
* Check your note using the "Show preview" button
* Check it with "Show Preview"
* Publish it by clicking the "Save changes" button
* Publish it with "Save Page"


Or
{| class="wikitable valign-top" style="width: 100%"
|+ Examples
! Code
! Result
|-
| <syntaxhighlight lang="html+handlebars">
{{Note
|user= Username
|timestamp= 20010622120000
|text= note's content
}}
</syntaxhighlight>
|
{{Note
|user= Username
|timestamp= 20010622120000
|text= note's content
}}
|}


* Watch [http://www.youtube.com/watch?v=NtOl1gLz3Fo Video Tutorial]<br>
<youtube>https://www.youtube.com/watch?v=NtOl1gLz3Fo</youtube>


=====Example=====
[[Category:Community Wiki]]
<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>

Latest revision as of 17: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>
  • Check your note using the "Show preview" button
  • Publish it by clicking the "Save changes" button
Examples
Code Result
{{Note
|user= Username
|timestamp= 20010622120000
|text= note's content
}}
Username - c
Posted on Jun 22, 2001 - 12:00 (UTC)
note's content