Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

Help:Contents

From Data Crystal
Revision as of 17:37, 20 September 2010 by Golden (talk | contribs) (This is a very important page and the previous content didn't do it justice; I still have a few ideas for future edits.)
Jump to navigation Jump to search

General information about editing and formatting Wiki articles can be found at the Meta-Wiki help page. Other links on this page will cover such topics specific to this Wiki.

New page creation

When creating a new page:

  • Use the simplest, most obvious name possible; you can always create a redirect and/or disambiguation page later if needed.
  • Pages relating specifically to a single game or system should have the names start with the name of that game or system and a colon like EarthBound:Item Properties Table or Super Nintendo:Color.
  • Help prevent chaotic growth by editing existing pages rather than creating new pages when possible.

Content and conventions

All Data Crystal articles should be written in Standard English. If you are unfamiliar with the English language, please contact an administrator before posting any articles. Refrain from using leetspeak or other non-standard forms of English on Data Crystal.

Since English is the primary language of this Wiki, game consoles will be referred to by the name they were released in the United States. For example, the Nintendo Famicom will be referred to as the Nintendo Entertainment System. Regarding games, the same rule applies and exceptions should be made in the case of games that were not released in the United States; however, an English name should be provided under Miscellaneous.

Game has been [modifier] hacked refers to the status of exploratory hacking; that is, how much is known about the inner workings of the game. Consequently, games with many sprite-only hacks are not said to have been extensively hacked, as where games for which few hacks are available may be extensively hacked with regards to the knowledge of their code. One example of the latter is Chrono Trigger.

Data Crystal strives for a uniform style across all pages. Please adhere to the following guidelines when writing articles of your own.

Third-person point of view.
Data Crystal aims for an encyclopedic method of writing so please phrase all articles in the third person. This includes Wikipedia's idea of Neutral point of view.
ROM Hacking Content.
Data Crystal is a repository of ROM Hacking information. As such, please limit the scope of articles to ROM Hacking and related topics. Many tangentially related topics already have thorough articles on Wikipedia, and we encourage inter-wiki linking. In fact, a template exists to make this as easy as possible.
Game pages
Please create separate pages for each game. In creating these pages, please see the respective template game page.
Wiki networking
Please create links to newly created articles, and avoid creating orphaned pages.
Use templates where appropriate
This especially applies to making text larger; please use the {{magnify}} template instead of headings to increase the size of text that is not appropriate as a header.

Basic Wiki syntax

Description You type You get
Applies anywhere
Italic text

''italic''

italic

Bold text

'''bold'''

bold

Bold and italic text

'''''bold & italic'''''

bold & italic

Internal link

(within Data Crystal)

[[name of page]]
[[name of page|display text]]
[[#Basic Wiki syntax|anchor link text]]

name of page
display text
anchor link text

Redirect to another page

#redirect [[Target page]]

1. redirect Target page

External link

(to other websites)

[http://www.example.com]
[http://www.example.com display text]
http://www.example.com

[1]
display text
http://www.example.com

Don't interpret text

<!--an embedded comment-->
<nowiki><!--an embedded comment--></nowiki>


<!--an embedded comment-->

Sign your posts
on talk pages

~~~~

Username 13:21,
12 May 2024 (UTC)

Applies only at the beginning of the line
Headings

of different sizes

==level 1==
===level 2===
====level 3====
=====level 4=====

Headings of different levels.

Horizontal rule

----


Bulleted list

* list item a
* list item b
** list sub-item
* list item c

  • list item a
  • list item b
    • list sub-item
  • list item c
Numbered list

# first list item
# second list item
## sub-item
# third list item

  1. first list item
  2. second list item
    1. sub-item
  3. third list item
Mixture of bulleted
and numbered lists

* list item X
* list item Y
*# first sub-item
*# second sub-item
* list item Z

  • list item X
  • list item Y
    1. first sub-item
    2. second sub-item
  • list item Z
Definition

; Technical Term
: Definition 1
: Definition 2

Technical Term
Definition 1
Definition 2
Indentation

: normal text (indented)
::* List item A (indented)
:# First List Item (indented)
:; Technical Term (indented)

normal text (indented)
  • List item A (indented)
  1. First List Item (indented)
Technical Term (indented)
Preformatted text

(boxed text)

add a space at the beginning of the line to create preformatted text in a box

add a space at the beginning of the line
to create preformatted text in a box
Thumbnail image

[[Image:Wiki.png|thumb|Caption text]]

Caption text

Namespaces

TODO

Templates

Please refer to the Templates Help page for a list of existing templates and their usage.