Changes

Jump to: navigation, search

Help:StyleGuide

990 bytes added, 12:32, 22 September 2017
Added complication
__NOTOC__
== A short guide to formatting text for this Wiki ==
It’s not necessary to learn a complex markup language to create good-looking wiki pages. Plain text will work just as well as something with too much effort expended. Content beats form every time.
 
The toolbar at the top of the editing area is very useful and transforms a previously arcane art into something akin to using a simple text editor to create, er… complex things. What follows is a guide for those who wish to delve deeper and for those who wish to apply consistent styling across this wiki.
 
Use the Preview button. Use it often. The preview button is your friend.
 
<hr>
 
=== Section headings ===
Note: Heading 1 is used as the page title.
 
== Heading 2 ==
<pre>==Heading 2 ==</pre>
 
=== Heading 3 ===
<pre>=== Heading 3 ===</pre>
 
==== Heading 4 ====
<pre>==== Heading 4 ====</pre>
 
<hr>
=== Basic styles ===
<pre>Monospaced text:</pre>
<<nowiki />pre>Monospaced text<<nowiki />/pre> for code, explanations. (Or start a line with a space.)
(Some html tags can also be used.)
=== Links ===
External pages, just type the URL, e.g. https://pnut.io: <pre>https://pnut.io</pre>
External Pages with friendlier names e.g. [https://pnut.io a nice site], with a space between URL and text: <pre>[https://pnut.io a nice site]</pre>
 
=== Banners ===
To draw the reader’s attention to facts about a page add a:
{{Template:Banner|‽|Banner!}}
<pre>{{Template:Banner|'''‽'''|Banner!}}</pre>
 
=== Other ===
Some html tags can also be used.
Hopefully useful.
398
edits

Navigation menu