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: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Undo revision 21455 by 208.77.19.242 (Talk) Vandalism)
(This is a very important page and the previous content didn't do it justice; I still have a few ideas for future edits.)
Line 1: Line 1:
General information about editing and formatting wiki articles can be found at [http://meta.wikimedia.org/wiki/Help:Contents the Meta-Wiki help page]. Other links on this page will cover such topics specific to this wiki.
General information about editing and formatting Wiki articles can be found at [http://meta.wikimedia.org/wiki/Help:Contents the Meta-Wiki help page]. Other links on this page will cover such topics specific to this Wiki.


* [[Help:Page names|Page naming conventions]]
== New page creation ==
* [[Help:Templates|Templates used by this wiki]]
When creating a new page:
* [[Help:Game page example|An example of the standard game page outline]]
* Use the simplest, most obvious name possible; you can always create a redirect and/or disambiguation page later if needed.
* [[Help:Table page example|An example of the standard table page outline]]
* 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:Datacrystal Style|Stylistic and formatting conventions used by this wiki]]
* Help prevent chaotic growth by editing existing pages rather than creating new pages when possible.
* [[Help:Language|Linguistic conventions used by this wiki]]


==How ''you'' can help (Community Projects)==
== Content and conventions ==
===[[PJCL]]===
All Data Crystal articles should be written in [[Wikipedia:Standard English|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.
Project Cat Lover is a club founded by [[Cat Lover]] to do random stuff to improve the community.
* Founder: [[Cat Lover]]
* Misc Info:
** I'm willing to rename this club. --[[User:Cat Lover|Cat Lover]] 18:43, 14 April 2007 (EDT)
====PJCL Members====
* [[Cat Lover]]


====PJstats====
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.
Categorizing all the games into hacked-ness categories.
 
* 100% as of Saturday, April 14, 2007, 7:06 PM, GMT-05:00
'''[[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.
====PJcat====
 
Categorizing all the categories in [[Special:Uncategorizedcategories]].
Data Crystal strives for a uniform style across all pages. Please adhere to the following guidelines when writing articles of your own.
* 174 divided by (174 - number completed) equals precent completed.
 
** 174 divided by 164 = 1.07% as of Saturday, April 14, 2007, 6:43 PM, GMT-05:00
; Third-person point of view.
====PJwrite====
: Data Crystal aims for an encyclopedic method of writing so please phrase all articles in the third person. This includes Wikipedia's idea of '''[[Wikipedia:Neutral point of view|Neutral point of view]]'''.
Marking unwritten articles with the Unwritten template and writing articles in the [[:Category:Unwritten|Unwritten category]]
; ROM Hacking Content.
* Unable to get a complete tally. Most likely, as the community grows rapidly, the total will be, at most, 90%. As of Saturday, April 14, 2007, 7:17 PM, GMT-05:00, the estimated total is 0.1%.
: 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 [[Help:Templates|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 [[Template talk:Magnify|<nowiki>{{magnify}}</nowiki>]] template instead of headings to increase the size of text that is not appropriate as a header.
 
== Basic Wiki syntax ==
<div align="center">
{| style="border:1px solid #aaa; text-align:left;"
|-<!--COLUMN HEADINGS-->
| width="25%" style="background: #ccccff; text-align:center;"|'''Description'''
| style="background: #ccccff; text-align:center; border:1px solid #ccc;"|'''You type'''
| width="25%" style="background: #ccccff; text-align:center;"|'''You get'''
|-<!--1ST HEADING-->
| colspan="3" style="background: #ccccff; font-family: sans-serif; text-align:center;" | Applies anywhere
|-<!--1ST ROW 1ST COLUMN-->
|Italic text
|<!--2ND COLUMN-->
<tt><big><nowiki>''italic''</nowiki></big></tt>
|<!--3RD COLUMN-->
''italic''
|-<!--HORIZONTAL LINE-->
|colspan="3" style="border-top:1px solid #ccc;"|
|-<!--2ND ROW 1ST COLUMN-->
|Bold text
|
<tt><big><nowiki>'''bold'''</nowiki></big></tt>
|
'''bold'''
|-
|colspan="3" style="border-top:1px solid #ccc;"|
|-
|Bold and italic text
|
<tt><big><nowiki>'''''bold & italic'''''</nowiki></big></tt>
|
'''''bold & italic'''''
|-
|colspan="3" style="border-top:1px solid #ccc;"|
|-
|Internal link<br />
(within Data Crystal)
|
<tt><big><nowiki>[[name of page]]</nowiki></big></tt><br />
<tt><big><nowiki>[[name of page|display text]]</nowiki></big></tt><br />
<tt><big><nowiki>[[#Basic Wiki syntax|anchor link text]]</nowiki></big></tt><br />
|
[[name of page]]<br />
[[name of page|display text]]<br />
[[#Basic Wiki syntax|anchor link text]]<br />
|-
|colspan="3" style="border-top:1px solid #ccc;"|
|-
|Redirect to another page
|
<tt><big><nowiki>#redirect [[Target page]]</nowiki></big></tt>
|
1. redirect [[Target page]]
|-
|colspan="3" style="border-top:1px solid #ccc;"|
|-
|External link<br />
(to other websites)
|
<tt><big><nowiki>[http://www.example.com]</nowiki></big></tt><br />
<tt><big><nowiki>[http://www.example.com display text]</nowiki></big></tt><br />
<tt><big><nowiki>http://www.example.com</nowiki></big></tt>
|
[http://www.example.com]<br />
[http://www.example.com display text]<br />
http://www.example.com
|-
|colspan="3" style="border-top:1px solid #ccc;"|
|-
|Don't interpret text<br />
|
<tt><big><nowiki><!--an embedded comment--></nowiki></big></tt><br />
<tt><big><nowiki><nowiki><!--an embedded comment--></nowiki></nowiki></big></tt>
|
<!--an embedded comment--><br />
<nowiki><!--an embedded comment--></nowiki>
|-
|colspan="3" style="border-top:1px solid #ccc;"|
|-
|
Sign your posts <br />
on talk pages
|
<tt><big><nowiki>~~~~</nowiki></big></tt>
|
[[User:Username|Username]] {{CURRENTTIME}}, <br />
{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)
|-<!--2ND HEADING-->
| colspan="3" style="background: #ccccff; font-family: sans-serif; text-align:center;" | Applies only at the beginning of the line
|-
|Headings<br />
of different sizes
|
<tt><big><nowiki>==level 1==</nowiki></big></tt><br />
<tt><big><nowiki>===level 2===</nowiki></big></tt><br />
<tt><big><nowiki>====level 3====</nowiki></big></tt><br />
<tt><big><nowiki>=====level 4=====</nowiki></big></tt>
|
 
Headings of different levels.
 
|-
|colspan="3" style="border-top:1px solid #ccc;"|
|-
|Horizontal rule
|
<big><nowiki>----</nowiki></big>
|
----
|-
|colspan="3" style="border-top:1px solid #ccc;"|
|-
|Bulleted list
|
<tt><big>* list item a</big></tt><br />
<tt><big>* list item b</big></tt><br />
<tt><big>** list sub-item</big></tt><br />
<tt><big>* list item c</big></tt>
|
* list item a
* list item b
** list sub-item
* list item c
|-
|colspan="3" style="border-top:1px solid #ccc;"|
|-
|Numbered list
|
<tt><big># first list item</big></tt><br />
<tt><big># second list item</big></tt><br />
<tt><big>## sub-item</big></tt><br />
<tt><big># third list item</big></tt>
|
# first list item
# second list item
## sub-item
# third list item
|-
|colspan="3" style="border-top:1px solid #ccc;"|
|-
|Mixture of bulleted<br />and numbered lists
|
<tt><big>* list item X</big></tt><br />
<tt><big>* list item Y</big></tt><br />
<tt><big>*# first sub-item</big></tt><br />
<tt><big>*# second sub-item</big></tt><br />
<tt><big>* list item Z</big></tt>
|
* list item X
* list item Y
*# first sub-item
*# second sub-item
* list item Z
|-
|colspan="3" style="border-top:1px solid #ccc;"|
|-
|Definition
|
<tt><big>; Technical Term</big></tt><br />
<tt><big>: Definition 1</big></tt><br />
<tt><big>: Definition 2</big></tt><br />
|
; Technical Term
: Definition 1
: Definition 2
|-
|colspan="3" style="border-top:1px solid #ccc;"|
|-
|Indentation
|
<tt><big>: normal text (indented)</big></tt><br />
<tt><big>::* List item A (indented)</big></tt><br />
<tt><big>:# First List Item (indented)</big></tt><br />
<tt><big>:; Technical Term (indented)</big></tt><br />
|
: normal text (indented)
::* List item A (indented)
:# First List Item (indented)
:; Technical Term (indented)
|-
|colspan="3" style="border-top:1px solid #ccc;"|
|-
|Preformatted text<br />
(boxed text)
|
<big><tt> add a space at the beginning of the line to create preformatted text in a box</tt></big><br />
|
<big>add a space at the beginning of the line<br />to create preformatted text in a box</big>
|-
|colspan="3" style="border-top:1px solid #ccc;"|
|-
|Thumbnail image
|
<big><tt><nowiki>[[Image:Wiki.png|thumb|Caption text]]</nowiki></tt></big><br />
|
[[Image:Super_Mario_Bros_Title.png|thumb|Caption text]]
|}
</div>
 
== Namespaces ==
TODO
 
== Templates ==
Please refer to the [[Help:Templates|Templates Help page]] for a list of existing templates and their usage.

Revision as of 17:37, 20 September 2010

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 21:23,
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.