VNDev Wiki:Getting Started: Difference between revisions
mNo edit summary |
Starting revamp. Saving progress |
||
Line 1: | Line 1: | ||
< | == Wiki Layout & Components == | ||
<!-- How the wiki works, guides, talk pages, etc --> | |||
== 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. | |||
<blockquote style="background:#f2f2f2; width:fit-content"><nowiki>== This is a top level header ==</nowiki><br /><nowiki> | |||
=== One level smaller ===</nowiki><br /><nowiki> | |||
==== Even smaller ====</nowiki><br /><nowiki> | |||
===== And so on =====</nowiki></blockquote> | |||
=== Links === | |||
To link to another page on the Wiki, put the name of the page in square brackets: | |||
<blockquote style="background:#f2f2f2; width:fit-content"><nowiki>[[Editing]]</nowiki></blockquote> | |||
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: | |||
<blockquote style="background:#f2f2f2; width:fit-content"><nowiki>[[Programming | beep boop]]</nowiki></blockquote> | |||
For links external to the Wiki (such as Wikipedia, Itch, VNDB, etc.), use a single set of brackets, and no vertical line divider. | |||
<blockquote style="background:#f2f2f2; width:fit-content"><nowiki>[https://google.com Visit Google]</nowiki></blockquote> | |||
=== Formatting === | |||
====Italics==== | |||
''Put two apostrophes on each side.'' | |||
<blockquote style="background:#f2f2f2; width:fit-content"><nowiki>'' this is in italics ''</nowiki></blockquote> | |||
====Bold==== | |||
'''Put three apostrophes on each side.''' | |||
<blockquote style="background:#f2f2f2; width:fit-content"><nowiki>''' this is in bold '''</nowiki></blockquote> | |||
====Bulleted list==== | |||
*Place an asterisk at the start of each new bullet. | |||
**More asterisks give deeper levels. | |||
<blockquote style="background:#f2f2f2; width:fit-content"><nowiki>* Level 1</nowiki><br /><nowiki> | |||
** This is a sub-bullet</nowiki><br /><nowiki> | |||
** This is a sub-bullet</nowiki><br /><nowiki> | |||
*** Another level deep</nowiki><br /><nowiki> | |||
* Another Level 1</nowiki></blockquote> | |||
====Numbered list==== | |||
#Mostly the same as above | |||
#Use # instead of *. | |||
<blockquote style="background:#f2f2f2; width:fit-content"><nowiki># Level 1</nowiki><br /><nowiki> | |||
## This is a sub-bullet</nowiki><br /><nowiki> | |||
## This is a sub-bullet</nowiki><br /><nowiki> | |||
### Another level deep</nowiki><br /><nowiki> | |||
# Another Level 1</nowiki></blockquote> | |||
<br /><br />[[mw:Cheatsheet|{{clickable button|Cheatsheet|width=200px}}]] [[mw:Help:Formatting|{{clickable button|More formatting tips|width=200px}}]] | |||
== Documentation Links == | |||
<div style="font-size: 1.8em; font-weight: 501;">Policies and Guidelines</div> | <div style="font-size: 1.8em; font-weight: 501;">Policies and Guidelines</div> | ||
[[VNDev Wiki:Contribution Policy|{{clickable button|Contribution Policy|color=blue|width=200px}}]] | [[VNDev Wiki:Contribution Policy|{{clickable button|Contribution Policy|color=blue|width=200px}}]] | ||
Line 24: | Line 71: | ||
[[VNDev Wiki:Wiki Maintenance|{{clickable button|Wiki Maintenance|width=200px}}]] | [[VNDev Wiki:Wiki Maintenance|{{clickable button|Wiki Maintenance|width=200px}}]] | ||
== Editing Resources == | == Editing Resources == |
Revision as of 16:52, 25 November 2024
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
- Mostly the same as above
- Use # instead of *.
# Level 1
## This is a sub-bullet
## This is a sub-bullet
### Another level deep
# Another Level 1