Introduction

All of the pages on this site use a special type of formatting, which follows some features commonly found in Wiki systems.
The documents of this site (including submissions) are not edited in HTML or bbCode!
This page explains all of the features of this customized markup language, which is developed in simplicity of editing in mind.

Paragraphs

Example: This is paragraph one.
This is paragraph two. There is a blank line in between.
However, if your lines begin with a space, none of this happens. See preformatted text.

Lists

Hint: See the source code of this page to see how the markup works.

Line breaking

Note: If what you want is to make a list, read above.
If you want to make paragraph breaks, just put an empty line between the paragraphs.
Now, if you really
need to write
like this, you can use
the %%% code to force a linebreak.
But it is not recommended.

Headings

Four or more minus signs at the start of a line make a horizontal ruler.

Emphasis

Preformatted text

In order to use preformated text, such as indented code, use space as the first character of a line (monospace font).
Example: This is standard text
This is preformatted text using a monospace font (space as first character).
Here is an action scene:
   +__-+-       “One image says more than a thousand words.”
 --   \__|                                    _____ _:
              _____             ____    - -- |     | |_
     - - --- /  |__\__    --  _/ |__\|_    - O  ~  |   \
   _  -   __ `-o----o-'__    `-o-----o-'  __ `-oo--^--o-'
Notice the usage of '''' (four successive apostrophes) to break long strings of underscores to prevent them being interpreted as bold on/off.
Please use preformatted text for program source code and such only. Otherwise, ensure your lines do not begin with space.
When you make links to pages of this site (including the forum), just link to the page by name, e.g. [guidelines] (guidelines) or [828S] (#828: Bisqwit's NES Mega Man in 16:57.93). Do not write an URL between the brackets.
Linking to submissions
Construct the link from the movie ID and "S". For example, Rockman submission is #1032, so the link is written as: [1032S].
To add description, write for example: [1032S|rockman submission].
You can find the number from the URL of the submission.
Linking to movies
Construct the link from the movie ID and "M". For example, Rockman movie is movie 515, so the link is written as: [515M].
To add description, write for example: [515M|rockman movie].
You can find the number at List All Movies.
(Note: This was recently changed. Before it used to be =movies.cgi?id=number)
Linking to forum topics
Construct the link from "=forum/t/" and the topic ID. For example, the Gradius topic is written as [=forum/t/629|Gradius topic].
Linking to forum posts
Construct the link from "=forum/p/" and post ID. For example, the forum rules is written as [=forum/p/9#9|forum rules].
Linking to other internal pages
To link to any other page that does not have a .html in the URL, take the URL and replace “http://bisqwit.iki.fi/nesvideos/” with “=”
e.g. [=movies.cgi?name=Mega+Man+X], [=ref.exe?page=TODO], [=forum/]

Tables

Tables are created with lines that begin with vertical bars. Doubled vertical bars create headers.
Example:
||header1||header2||header3||header4||
|field1a|field2a| |field4a|
|field1b|field2b with [|] vertical bar|field3b with%%%a few words|field4b|
becomes:
header1header2header3header4
field1afield2a field4a
field1bfield2b with | vertical barfield3b with
a few words
field4b

To output a literal vertical bar in a table, surround it in brackets: [|]. To output empty cells, put a space between the cell edges.
To ensure that the table format and appearance is consistent (white lattice with border), every row should have one more vertical bar separator than the number of cells in a table row.

Mark-Up Language (HTML)

Table of contents

Tabs

To create tab entries, write as follows:
%%TAB header_text1%%
entry1
%%TAB header_text2%%
entry2
...
%%TAB header_textn%%
entryn
%%TAB_END%%
For example:
%%TAB Table of Pokémon%%
Bulbasaur, Venusaur, Ivysaur, and hundreds of others.
%%TAB Minimize tab%%
%%TAB_END%%
produces:
Bulbasaur, Venusaur, Ivysaur, and hundreds of others.
Note: In the current implementation of the site, tabs are implemented with Javascript. It is not recommended to use them, because the tabs are not usable with Javascript-challenged browsers.

Comments and if macros

e.g. [if:!UserIsLoggedOn]
(The ! reverses 1 and 0)
Other macros

Character set


[1]: This is an example of footnote.
Expand/Collapse collapse-content-_b27300dff3e942518bd4453217e507c6

TextFormattingRules last edited by FractalFusion on 9/19/2006 7:10 PM
Page History Latest diff List referrers View Source