JFTSE Wiki:Wiki Guidelines: Difference between revisions

From JFTSE Wiki
Jump to navigation Jump to search
Created page with "== JFTSE Wiki Editing Guidelines == Welcome to the '''JFTSE Wiki Editing Guidelines'''. To keep this wiki clear, structured, and informative, we follow general formatting principles. For a detailed reference, see the [https://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style Wikipedia Manual of Style]. == Formatting Basics == === Headers === Use headers to organize content into sections. '''Example:''' <pre> == Main Heading == === Subheading === ==== Smaller Subheading =..."
 
m XxharCs moved page Wiki Guidelines to JFTSE Wiki:Wiki Guidelines without leaving a redirect
 
(No difference)

Latest revision as of 12:19, 19 February 2025

JFTSE Wiki Editing Guidelines

Welcome to the JFTSE Wiki Editing Guidelines. To keep this wiki clear, structured, and informative, we follow general formatting principles. For a detailed reference, see the Wikipedia Manual of Style.

Formatting Basics

Headers

Use headers to organize content into sections.

Example:

== Main Heading ==
=== Subheading ===
==== Smaller Subheading ====

Lists

Use lists to structure information.

Example:

* Bullet point
** Sub-point
*** Deeper level

Links

Use internal links for wiki pages and external links for outside resources.

Example:

[[Game Installation Guide]] – Links to an internal wiki page
[https://jftse.com JFTSE Website] – Links to an external website

Code & Commands

Use <code> for inline code and <pre> for code blocks.

Example:

print("Hello, World!") - Inline code

Block code:

def example_function():
    return "Hello, World!"

Contributing to the Wiki

Want to help improve the JFTSE Wiki? Here's how:

  • Fix typos & improve pages – Click "Edit" and refine existing articles
  • Add missing content – Expand guides, tutorials and technical documentation
  • Upload images – Screenshots, UI explanations and gameplay examples
  • Stay factual & organized – Ensure clear, informative and structured content


Remember: You need to log in with your JFTSE account to edit pages.
Abusive edits or spam will be removed.