How To: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Embedded tutorial video)
(Page formatting and category addition)
Line 1: Line 1:


 
== Post a new note ==
=====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>'''<br>
::'''<nowiki>{{subst:Add new note/construct|</nowiki>'''
::::...your note here...<br>
::::...your note here...
::'''<nowiki>}}</nowiki>'''
::'''<nowiki>}}</nowiki>'''
* Check it with "Show Preview"
* Check it with "Show preview"
* Publish it with "Save Page"
* Publish it with "Save changes"
|
Watch [http://www.youtube.com/watch?v=NtOl1gLz3Fo Video Tutorial]<br>
<youtube>NtOl1gLz3Fo</youtube>
|}


Or
{| class="wikitable" style="width: 100%"
 
|+ Examples
* Watch [http://www.youtube.com/watch?v=NtOl1gLz3Fo Video Tutorial]<br>
! Code
<youtube>https://www.youtube.com/watch?v=NtOl1gLz3Fo</youtube>
! Result
 
|-
=====Example=====
| <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 21:40, 22 December 2019

Post a new note

  • Click on "Add New Note"
  • Remove everything but the 1st and the last line
  • Type your note in between:
{{subst:Add new note/construct|
...your note here...
}}
  • Check it with "Show preview"
  • Publish it with "Save changes"

Watch Video Tutorial

Examples
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>
Posted on Month DD, YYYY - HH:MM (UTC)
Username
note text