Notice: Firmware Links Under Maintenance We are currently undergoing maintenance on all firmware links. If any links are inaccessible, please email or contact Tech Support for the firmware. We appreciate your patience during the maintenance, thank you for your understanding.

Difference between revisions of "WikiInstructions"

Line 1: Line 1:
 
==Wiki Instructions==
 
==Wiki Instructions==
1. Add basic content and formatting
+
===Add basic content and formatting===
 
Page formatting example:  
 
Page formatting example:  
"==Page Header==
+
[[file:Header.png]]
===Secondary Header===
+
Font Customization:
====Third Header====
+
[[file:EditHowto3.png|600px]]
=====Fourth Header=====
+
Test Formatting:
======Fifth Header======"
+
== Text formatting markup == <!--T:2-->
 +
</translate>
 +
{| class="wikitable"
 +
! <translate><!--T:3-->
 +
Description</translate>
 +
! width=40% | <translate><!--T:4-->
 +
You type</translate>
 +
! width=40% | <translate><!--T:5-->
 +
You get</translate>
 +
|-
 +
! colspan="3" style="background: #ABE" | <translate><!--T:6-->
 +
Character (inline) formatting – ''applies anywhere''</translate>
 +
|-
 +
| <translate><!--T:7-->
 +
Italic text</translate>
 +
| <pre>
 +
''<translate><!--T:8-->
 +
italic</translate>''
 +
</pre>
 +
|
 +
''<translate><!--T:9-->
 +
italic</translate>''
 +
|-
 +
| <translate><!--T:10-->
 +
Bold text</translate>
 +
| <pre>
 +
'''<translate><!--T:11-->
 +
bold</translate>'''
 +
</pre>
 +
|
 +
'''<translate><!--T:12-->
 +
bold</translate>'''
 +
|-
 +
| <translate><!--T:13-->
 +
Bold and italic</translate>
 +
| <pre>
 +
'''''<translate><!--T:14-->
 +
bold & italic</translate>'''''
 +
</pre>
 +
|
 +
'''''<translate><!--T:15-->
 +
bold & italic</translate>'''''
 +
|-
 +
| <translate><!--T:16-->
 +
Strike text</translate>
 +
| <pre>
 +
<strike> <translate><!--T:17-->
 +
strike text</translate> </strike>
 +
</pre>
 +
|<strike> <translate><!--T:18-->
 +
strike text</translate> </strike>
 +
|-
 +
| <translate><!--T:19-->
 +
Escape wiki markup</translate>
 +
| <pre>
 +
&lt;nowiki&gt;<translate><!--T:20-->
 +
no ''markup''</translate>&lt;/nowiki&gt;
 +
</pre>
 +
|
 +
<translate><!--T:155-->
 +
<nowiki>no ''markup''</nowiki></translate>
 +
|-
 +
| <translate><!--T:21-->
 +
Escape wiki markup once</translate>
 +
| <pre>
 +
[[Special:MyLanguage/API:Main page|API]]&lt;nowiki/>&nbsp;<translate><!--T:22-->
 +
extension</translate>
 +
</pre>
 +
|
 +
[[Special:MyLanguage/API:Main page|API]]<nowiki/>&nbsp;<translate><!--T:23-->
 +
extension</translate>
 +
|-
 +
! colspan="3" style="background: #ABE" | <translate><!--T:24-->
 +
Section formatting – ''only at the beginning of the line''</translate>
 +
|-
 +
| <translate><!--T:25-->
 +
Headings of different levels</translate>
 +
| <pre>
 +
<translate>
 +
== Level 2 == <!--T:26-->
  
2. Add photos
+
=== Level 3 === <!--T:27-->
 +
 
 +
==== Level 4 ==== <!--T:28-->
 +
 
 +
===== Level 5 ===== <!--T:29-->
 +
 
 +
====== Level 6 ====== <!--T:30-->
 +
</translate>
 +
</pre>
 +
----
 +
{{note|
 +
* <translate><!--T:31-->
 +
[[<tvar|lv1>Special:MyLanguage/Help_talk:Formatting#Level_1</>|Skip Level 1]], it is page name level.</translate>
 +
* <translate><!--T:33-->
 +
An article with 4 or more headings automatically creates a [[wikipedia:Wikipedia:Section#Table of contents (TOC)|table of contents]].</translate>
 +
}}
 +
|
 +
<!-- using HTML markup to avoid creating new sections -->
 +
<translate>
 +
<!--T:35-->
 +
<h2>Level 2</h2>
 +
 
 +
<!--T:36-->
 +
<h3>Level 3</h3>
 +
 
 +
<!--T:37-->
 +
<h4>Level 4</h4>
 +
 
 +
<!--T:38-->
 +
<h5>Level 5</h5>
 +
 
 +
<!--T:39-->
 +
<h6>Level 6</h6>
 +
</translate>
 +
|-
 +
| <translate><!--T:40-->
 +
Horizontal rule</translate>
 +
| <pre>
 +
<translate><!--T:41-->
 +
Text before</translate>
 +
----
 +
<translate><!--T:42-->
 +
Text after</translate>
 +
</pre>
 +
|
 +
<translate><!--T:43-->
 +
Text before</translate>
 +
----
 +
<translate><!--T:44-->
 +
Text after</translate>
 +
|-
 +
| <translate><!--T:45-->
 +
Bullet list</translate>
 +
|
 +
<pre>
 +
<translate>
 +
<!--T:46-->
 +
* Start each line
 +
* with an [[Wikipedia:asterisk|asterisk]] (*).
 +
** More asterisks give deeper
 +
*** and deeper levels.
 +
* Line breaks <br />don't break levels.
 +
*** But jumping levels creates empty space.
 +
Any other start ends the list.
 +
</translate>
 +
</pre>
 +
|
 +
<translate>
 +
<!--T:47-->
 +
* Start each line
 +
* with an [[Wikipedia:asterisk|asterisk]] (*).
 +
** More asterisks give deeper
 +
*** and deeper levels.
 +
* Line breaks <br />don't break levels.
 +
*** But jumping levels creates empty space.
 +
Any other start ends the list.
 +
</translate>
 +
|-
 +
| <translate><!--T:48-->
 +
Numbered list</translate>
 +
|
 +
<pre>
 +
<translate>
 +
<!--T:49-->
 +
# Start each line
 +
# with a [[Wikipedia:Number_sign|number sign]] (#).
 +
## More number signs give deeper
 +
### and deeper
 +
### levels.
 +
# Line breaks <br />don't break levels.
 +
### But jumping levels creates empty space.
 +
# Blank lines
 +
 
 +
<!--T:50-->
 +
# end the list and start another.
 +
Any other start also
 +
ends the list.
 +
</translate>
 +
</pre>
 +
|
 +
<translate>
 +
<!--T:51-->
 +
# Start each line
 +
# with a [[Wikipedia:Number_sign|number sign]] (#).
 +
## More number signs give deeper
 +
### and deeper
 +
### levels.
 +
# Line breaks <br />don't break levels.
 +
### But jumping levels creates empty space.
 +
# Blank lines
 +
 
 +
<!--T:52-->
 +
# end the list and start another.
 +
Any other start also
 +
ends the list.
 +
</translate>
 +
|-
 +
| <translate><!--T:53-->
 +
Definition list</translate>
 +
| <pre>
 +
<translate>
 +
<!--T:54-->
 +
;item 1
 +
: definition 1
 +
;item 2
 +
: definition 2-1
 +
: definition 2-2
 +
</translate>
 +
</pre>
 +
|
 +
<translate>
 +
<!--T:55-->
 +
;item 1
 +
: definition 1
 +
;item 2
 +
: definition 2-1
 +
: definition 2-2
 +
</translate>
 +
|-
 +
| <translate><!--T:56-->
 +
Indent text</translate>
 +
| <pre>
 +
<translate>
 +
<!--T:57-->
 +
: Single indent
 +
:: Double indent
 +
::::: Multiple indent
 +
</translate>
 +
</pre>
 +
----
 +
{{Note|<translate><!--T:58-->
 +
This workaround may harm accessibility.</translate>}}
 +
|
 +
<translate>
 +
<!--T:59-->
 +
: Single indent
 +
:: Double indent
 +
::::: Multiple indent
 +
</translate>
 +
|-
 +
| <translate><!--T:60-->
 +
Mixture of different types of list</translate>
 +
|
 +
<pre>
 +
<translate>
 +
<!--T:61-->
 +
# one
 +
# two
 +
#* two point one
 +
#* two point two
 +
# three
 +
#; three item one
 +
#: three def one
 +
# four
 +
#: four def one
 +
#: this looks like a continuation
 +
#: and is often used
 +
#: instead <br />of &lt;nowiki><br />&lt;/nowiki>
 +
# five
 +
## five sub 1
 +
### five sub 1 sub 1
 +
## five sub 2
 +
</translate>
 +
</pre>
 +
----
 +
{{note|<translate><!--T:62-->
 +
The usage of <code>#:</code> and <code>*:</code> for breaking a line within an item may also harm accessibility.</translate>}}
 +
|
 +
<translate>
 +
<!--T:63-->
 +
# one
 +
# two
 +
#* two point one
 +
#* two point two
 +
# three
 +
#; three item one
 +
#: three def one
 +
# four
 +
#: four def one
 +
#: this looks like a continuation
 +
#: and is often used
 +
#: instead <br />of <nowiki><br /></nowiki>
 +
# five
 +
## five sub 1
 +
### five sub 1 sub 1
 +
## five sub 2{{anchor|pre}}
 +
</translate>
 +
|-
 +
| <translate><!--T:64-->
 +
Preformatted text</translate>
 +
| <pre>
 +
<translate>
 +
<!--T:65-->
 +
Start each line with a space.
 +
Text is '''preformatted''' and
 +
''markups'' '''''can''''' be done.
 +
</translate>
 +
</pre>
 +
----
 +
{{note|<translate><!--T:66-->
 +
This way of preformatting only applies to section formatting. Character formatting markups are still effective.</translate>}}
 +
|
 +
<translate>
 +
<!--T:67-->
 +
Start each line with a space.
 +
Text is '''preformatted''' and
 +
''markups'' '''''can''''' be done.
 +
</translate>
 +
|-
 +
| <translate><!--T:68-->
 +
Preformatted text blocks</translate>
 +
| <pre> <translate><!--T:69-->
 +
<nowiki><nowiki>Start with a space in the first column,
 +
(before the <nowiki>).
 +
 
 +
<!--T:70-->
 +
Then your block format will be
 +
    maintained.
 +
 +
This is good for copying in code blocks:
 +
 
 +
<!--T:71-->
 +
def function():
 +
    """documentation string"""
 +
 
 +
    <!--T:72-->
 +
if True:
 +
        print True
 +
    else:
 +
        print False</nowiki></nowiki></translate>
 +
</pre>
 +
|
 +
<translate><!--T:73-->
 +
<nowiki>Start with a space in the first column,
 +
(before the <nowiki>).
 +
 
 +
<!--T:74-->
 +
Then your block format will be
 +
    maintained.
 +
 
 +
<!--T:75-->
 +
This is good for copying in code blocks:
 +
 
 +
<!--T:76-->
 +
def function():
 +
    """documentation string"""
 +
 
 +
    <!--T:77-->
 +
if True:
 +
        print True
 +
    else:
 +
        print False</nowiki></translate>
 +
|}
 +
<translate>
 +
===Upload Photos, Videos, and Files(Using Wiki-Markup)===
 +
1. Click, "Upload File"
 +
2. Click, "Choose File"
 +
3. Locate the file you wish to upload.
 +
4. Click, "Upload File"
 +
 
 +
===Reference Uploaded Photos, Videos, and Files(Using Wiki-Markup)===
 +
1. Locate document you wish to edit and click, "Edit"
 +
[[file:EditHowto.png|600px]]
 +
2. Locate where you wish to add the content.
 +
3. Input the following:
 +
[[file:EditHowto2.png]]
 +
4. Click, "Save page" at the bottom of the page.

Revision as of 17:27, 1 December 2015

Wiki Instructions

Add basic content and formatting

Page formatting example: Header.png Font Customization: EditHowto3.png Test Formatting:

Text formatting markup

</translate>

<translate>

Description</translate>

<translate>

You type</translate>

<translate>

You get</translate>

<translate>

Character (inline) formatting – applies anywhere</translate>

<translate>

Italic text</translate>

''<translate><!--T:8-->
italic</translate>''

<translate> italic</translate>

<translate>

Bold text</translate>

'''<translate><!--T:11-->
bold</translate>'''

<translate> bold</translate>

<translate>

Bold and italic</translate>

'''''<translate><!--T:14-->
bold & italic</translate>'''''

<translate> bold & italic</translate>

<translate>

Strike text</translate>

<strike> <translate><!--T:17-->
strike text</translate> </strike>
<translate>

strike text</translate>

<translate>

Escape wiki markup</translate>

<nowiki><translate><!--T:20-->
no ''markup''</translate></nowiki>

<translate> no ''markup''</translate>

<translate>

Escape wiki markup once</translate>

[[Special:MyLanguage/API:Main page|API]]<nowiki/> <translate><!--T:22-->
extension</translate>

API <translate> extension</translate>

<translate>

Section formatting – only at the beginning of the line</translate>

<translate>

Headings of different levels</translate>

<translate>
== Level 2 == <!--T:26-->

=== Level 3 === <!--T:27-->

==== Level 4 ==== <!--T:28-->

===== Level 5 ===== <!--T:29-->

====== Level 6 ====== <!--T:30-->
</translate>

Template:Note

<translate>

Level 2

Level 3

Level 4

Level 5
Level 6

</translate>

<translate>

Horizontal rule</translate>

<translate><!--T:41-->
Text before</translate>
----
<translate><!--T:42-->
Text after</translate>

<translate> Text before</translate>


<translate> Text after</translate>

<translate>

Bullet list</translate>

<translate>
<!--T:46-->
* Start each line
* with an [[Wikipedia:asterisk|asterisk]] (*).
** More asterisks give deeper
*** and deeper levels.
* Line breaks <br />don't break levels.
*** But jumping levels creates empty space.
Any other start ends the list.
</translate>

<translate>

  • Start each line
  • with an asterisk (*).
    • More asterisks give deeper
      • and deeper levels.
  • Line breaks
    don't break levels.
      • But jumping levels creates empty space.

Any other start ends the list. </translate>

<translate>

Numbered list</translate>

<translate>
<!--T:49-->
# Start each line
# with a [[Wikipedia:Number_sign|number sign]] (#).
## More number signs give deeper
### and deeper
### levels.
# Line breaks <br />don't break levels.
### But jumping levels creates empty space.
# Blank lines

<!--T:50-->
# end the list and start another.
Any other start also
ends the list.
</translate>

<translate>

  1. Start each line
  2. with a number sign (#).
    1. More number signs give deeper
      1. and deeper
      2. levels.
  3. Line breaks
    don't break levels.
      1. But jumping levels creates empty space.
  4. Blank lines
  1. end the list and start another.

Any other start also ends the list. </translate>

<translate>

Definition list</translate>

<translate>
<!--T:54-->
;item 1
: definition 1
;item 2
: definition 2-1
: definition 2-2
</translate>

<translate>

item 1
definition 1
item 2
definition 2-1
definition 2-2

</translate>

<translate>

Indent text</translate>

<translate>
<!--T:57-->
: Single indent
:: Double indent
::::: Multiple indent
</translate>

Template:Note

<translate>

Single indent
Double indent
Multiple indent

</translate>

<translate>

Mixture of different types of list</translate>

<translate>
<!--T:61-->
# one
# two
#* two point one
#* two point two
# three
#; three item one
#: three def one
# four
#: four def one
#: this looks like a continuation
#: and is often used
#: instead <br />of <nowiki><br /></nowiki>
# five
## five sub 1
### five sub 1 sub 1
## five sub 2
</translate>

Template:Note

<translate>

  1. one
  2. two
    • two point one
    • two point two
  3. three
    three item one
    three def one
  4. four
    four def one
    this looks like a continuation
    and is often used
    instead
    of <br />
  5. five
    1. five sub 1
      1. five sub 1 sub 1
    2. five sub 2Template:Anchor

</translate>

<translate>

Preformatted text</translate>

<translate>
 <!--T:65-->
Start each line with a space.
 Text is '''preformatted''' and
 ''markups'' '''''can''''' be done.
</translate>

Template:Note

<translate> Start each line with a space.

Text is preformatted and
markups can be done.

</translate>

<translate>

Preformatted text blocks</translate>

 <translate><!--T:69-->
<nowiki>Start with a space in the first column,
(before the <nowiki>).

<!--T:70-->
Then your block format will be
    maintained.
 
This is good for copying in code blocks:

<!--T:71-->
def function():
    """documentation string"""

    <!--T:72-->
if True:
        print True
    else:
        print False</nowiki></translate>
<translate>

Start with a space in the first column, (before the <nowiki>). <!--T:74--> Then your block format will be maintained. <!--T:75--> This is good for copying in code blocks: <!--T:76--> def function(): """documentation string""" <!--T:77--> if True: print True else: print False</translate>

<translate>

Upload Photos, Videos, and Files(Using Wiki-Markup)

1. Click, "Upload File" 2. Click, "Choose File" 3. Locate the file you wish to upload. 4. Click, "Upload File"

Reference Uploaded Photos, Videos, and Files(Using Wiki-Markup)

1. Locate document you wish to edit and click, "Edit" EditHowto.png 2. Locate where you wish to add the content. 3. Input the following: EditHowto2.png 4. Click, "Save page" at the bottom of the page.