Best practices: Difference between revisions

From WIKI FOSSCELL NITC
(Created page with "Creating a well-structured and easy-to-navigate wiki page is essential for effectively sharing information. Here are some best practices to help you set up your wiki page: ==Using Different Levels of Headers== Organize your content using headers of various levels. This creates a clear hierarchy and makes it easier for readers to follow. Use == Heading == for main sections and === Subheading === for subsections. For deeper levels, you can use more equal signs.<br><br> =...")
 
No edit summary
Line 25: Line 25:
==Using Bold And Italics Texts==
==Using Bold And Italics Texts==
Highlight important information by using bold and italic texts.  
Highlight important information by using bold and italic texts.  
  ''Italic text'' for emphasis
  ''<nowiki>''Italic text''</nowiki>'' for emphasis
  '''Bold text''' for strong emphasis
  '''<nowiki>'''Bold text'''</nowiki>''' for strong emphasis

Revision as of 07:48, 21 May 2024

Creating a well-structured and easy-to-navigate wiki page is essential for effectively sharing information. Here are some best practices to help you set up your wiki page:

Using Different Levels of Headers

Organize your content using headers of various levels. This creates a clear hierarchy and makes it easier for readers to follow. Use == Heading == for main sections and === Subheading === for subsections. For deeper levels, you can use more equal signs.

== Main Heading ==
=== Subheading ===
==== Sub-subheading ====

Utilize Lists

Lists are great for breaking down information into manageable chunks. You can use bullet points or numbered lists to organize your points.

bulleted lists

* Item 1
* Item 2
* Item 3

Numbered Lists

1. First item
2. Second item
3. Third item

Line Breaks

Use the
tag to insert a line break when you need to create space without starting a new paragraph.

Line one
Line two

Using Bold And Italics Texts

Highlight important information by using bold and italic texts.

''Italic text'' for emphasis
'''Bold text''' for strong emphasis