VNDev Wiki:Getting Started

From VNDev Wiki
Revision as of 16:52, 25 November 2024 by Ironnori (talk | contribs) (Starting revamp. Saving progress)

Wiki Layout & Components

Editing Basics

To edit a page, log in, then click "Edit" in the top right. You can then enter text normally, with no special formatting required.

Headers

Headers are set up with equals signs on either side. The more equals signs, the smaller the header.

== This is a top level header ==
=== One level smaller ===
==== Even smaller ====
===== And so on =====

Links

To link to another page on the Wiki, put the name of the page in square brackets:

[[Editing]]

You can also choose the display text for the link. For example, if you want to have the words "beep boop" that link to the Programming page, you can do:

[[Programming | beep boop]]

For links external to the Wiki (such as Wikipedia, Itch, VNDB, etc.), use a single set of brackets, and no vertical line divider.

[https://google.com Visit Google]

Formatting

Italics

Put two apostrophes on each side.

'' this is in italics ''

Bold

Put three apostrophes on each side.

''' this is in bold '''

Bulleted list

  • Place an asterisk at the start of each new bullet.
    • More asterisks give deeper levels.

* Level 1
** This is a sub-bullet
** This is a sub-bullet
*** Another level deep
* Another Level 1

Numbered list

  1. Mostly the same as above
  2. Use # instead of *.

# Level 1
## This is a sub-bullet
## This is a sub-bullet
### Another level deep
# Another Level 1



Cheatsheet More formatting tips

Documentation Links

Policies and Guidelines

Contribution Policy

Manual of Style

Basic Editing

Formatting

Links

Lists

Tables

Uploading Files

Images

Templates

Tasks

Article Wishlist

Wiki Maintenance

Editing Resources

Article Management

Community

More information