Don't be intimidated by all of the fields and checkboxes that you see when you first create a new article. Most everything can be handled later. This is all you really have to do:
- Enter a title (can be changed later).
- Choose the product this article is relevant to (can be changed later).
- Choose one topic (can be changed later).
- Enter a search result summary (short description of the article).
- Go to the Content box and start writing!
- Click to see what your article will look like when it’s been published.
- When you’re satisfied with your article's content and appearance, click .
- Briefly describe your changes in the Submit your Changes box that appears. If you have more work to do, you can type in "Work in progress". If you're ready for feedback and review, you can type in "Ready for review".
- Press .
The code below is an example of how text might appear in in the content section of an article, using the most common wiki markup. For an explanation of common markup used in KB articles, see the Markup cheat sheet. For lots more markup, see the Markup chart.
Introduction goes here.
__TOC__
=First section=
An unordered list:
*First item. For more information, see [[Name of article]]
*[[Name of article|Second item]]
*:[[Image:Name of image]]
{note}'''Note:''' This is an example of a note.{/note}
=Second section=
{for win}
A numbered list only "for" Windows users:
#First item
#Second item
{/for}
{for mac}
A numbered list only "for" Mac users:
#First item
#Second item
{/for}
{for linux}
A numbered list only "for" Linux users:
#First item
#Second item
{/for}
{warning}'''Warning:''' This is an example of a warning.{/warning}
Article writing documentation
If you're interested in writing articles for Mozilla Support, here are some resources that should help explain how we do things:
- Paranna tukikantaa — is our "getting started" guide for new contributors.
- About the Knowledge Base — is an overview of the mechanics of our Knowledge Base (for example, prioritization and scheduling).
- Writing guide for Knowledge Base articles — is a guide to writing techniques and styles that we use to make articles more engaging and effective.
- When and how to use keywords to improve an article's search ranking — explains when it's appropriate to add keywords to an article.
- How to make screenshots — explains how to create screenshots on your computer or mobile device.
- Add images and screenshots to Knowledge Base articles — explains how to upload screenshots to the Media Gallery and add them to articles.
- Add images and screenshots to Knowledge Base articles — explains how to get screenshots and other images to display correctly in articles.
- Markup chart — lists the wiki markup we use in writing articles.
- How to use {for} — this is the special wiki markup that lets us show instructions for different application versions (for example, Firefox 40) and operating systems such as Windows and Mac OS.
- Using Templates — templates are reusable pieces of content. You can include a complicated set of step-by-step instructions in multiple articles by using a template.