Help:Editing
118Wiki is a WikiWiki, meaning that anyone can easily edit any unprotected article and have those changes posted immediately. This page is the reference for Wiki markup, but is a very basic resource. If you need more assistance in editing the wiki, you will want to see the Wikipedia's Editing Wikipedia help page.
Minor edits
See also Wikipedia:Minor edit
When editing a page, a logged-in user can mark that edit as "minor". Minor edits generally mean spelling corrections, formatting, and minor rearranging of text. It is possible to hide minor edits when viewing Recent Changes. Marking a real change as a minor edit is considered bad behavior, and even more so if it involves the deletion of some text. If one has accidentally marked an edit as minor, make another edit (add an extra space between two words, or a line break), mark it major, and say "the previous edit was major" in the summary.
The wiki markup
In the left column of the table below, you can see what effects are possible. In the right column, you can see how those effects were achieved. In other words, to make text look like it looks in the left column, type it in the format you see in the right column.
You may want to keep this page open in a separate browser window for reference. If you want to try out things without danger of doing any harm, you can do so in the Sandbox.
Description | You type | You get |
applies anywhere | ||
Italify text | ''italic'' | italic |
Bold text | '''bold''' | bold |
Bold and italic | '''''bold & italic''''' | bold & italic |
Internal link (within Wikipedia) |
[[name of page]] [[name of page|display text]] |
name of page |
External link (to other websites) |
[http://www.example.com] [http://www.example.com display text] |
[1] |
Escape wiki markup | <nowiki>no ''markup''</nowiki> | no ''markup'' |
applies only at the beginning of the line | ||
Headings of different sizes |
==level 1== |
Level 1Level 2Level 3Level 4 |
Bullet list |
* one |
|
Numbered list |
# one |
|
Definition list |
;Definition |
|
Unformatted text |
a space at the |
a space at the beginning of each line creates unformatted monospaced text |
More editing help |
Tables
Placement of the Table of Contents (TOC)
At the current status of the wiki markup language, at least four headers trigger the TOC in front of the first header (or after introductory sections). Putting __NOTOC__ anywhere forces the TOC to disappear. See also compact TOC for alphabet and year headings.
Tables
There are two ways to build tables:
- in special Wiki-markup (see Wikipedia Help:Table)
- with the usual HTML elements: <table>, <tr>, <td> or <th>.
For the latter, and a discussion on when tables are appropriate, see Wikipedia:How to use tables.
Variables
(See also Wikipedia Help:Variable)
Code | Effect |
---|---|
{{CURRENTWEEK}} | 47 |
{{CURRENTDOW}} | 0 |
{{CURRENTMONTH}} | 11 |
{{CURRENTMONTHNAME}} | November |
{{CURRENTMONTHNAMEGEN}} | November |
{{CURRENTDAY}} | 24 |
{{CURRENTDAYNAME}} | Sunday |
{{CURRENTYEAR}} | 2024 |
{{CURRENTTIME}} | 02:31 |
{{NUMBEROFARTICLES}} | 14,934 |
{{PAGENAME}} | Editing |
{{NAMESPACE}} | Help |
{{REVISIONID}} | 19307 |
{{localurl:pagename}} | /wiki/index.php?title=Pagename |
{{localurl:Wikipedia:Sandbox|action=edit}} | /wiki/index.php?title=Wikipedia:Sandbox&action=edit |
{{SERVER}} | https://wiki.starbase118.net |
{{ns:1}} | Talk |
{{ns:2}} | User |
{{ns:3}} | User talk |
{{ns:4}} | 118Wiki |
{{ns:5}} | 118Wiki talk |
{{ns:6}} | File |
{{ns:7}} | File talk |
{{ns:8}} | MediaWiki |
{{ns:9}} | MediaWiki talk |
{{ns:10}} | Template |
{{ns:11}} | Template talk |
{{ns:12}} | Help |
{{ns:13}} | Help talk |
{{ns:14}} | Category |
{{ns:15}} | Category talk |
{{SITENAME}} | 118Wiki |
NUMBEROFARTICLES is the number of pages in the main namespace which contain a link and are not a redirect, in other words number of articles, stubs containing a link, and disambiguation pages.
CURRENTMONTHNAMEGEN is the genitive (possessive) grammatical form of the month name, as used in some languages; CURRENTMONTHNAME is the nominative (subject) form, as usually seen in English.
In languages where it makes a difference, you can use constructs like {{grammar:case|word}} to convert a word from the nominative case to some other case. For example, {{grammar:genitive|{{CURRENTMONTHNAME}}}} means the same as {{CURRENTMONTHNAMEGEN}}.