Anonymous
×
Create a new article
Write your page title here:
We currently have 2,416 articles on Monstropedia. Type your article name above or click on one of the titles below and start writing!



Monstropedia
2,416Articles

Difference between revisions of "Quick Mark-up Guide"

m
Line 1: Line 1:
<div align="center">
{| style="border:1px solid #B8C7D9; background:#f5faff; font-size: 95%;"
|-
| width="25%" style="background: #cedff2; padding: 3px 5px; text-align:center;"|'''Description'''
| style="background: #cedff2; padding: 3px 5px; text-align:center;"|'''You type'''
| width="25%" style="background: #cedff2; padding: 3px 5px; text-align:center;"|'''You get'''
|-
| colspan="3" style="background: #cedff2; padding: 3px 5px; text-align:center;" | ''applies anywhere''
|-
|Italify text
|<tt><nowiki>''italic''</nowiki></tt>
|''italic''
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
|-
| Bold text
|<tt><nowiki>'''bold'''</nowiki></tt>
|'''bold'''
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
|-
| Bold and italic
|<tt><nowiki>'''''bold & italic'''''</nowiki></tt>
|'''''bold & italic'''''
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
|-
| Internal link<br/>
(within Monstropedia)
|<tt><nowiki>[[name of page]]</nowiki><br/>
<nowiki>[[name of page|display text]]</nowiki>
|[[name of page]]<br/>
[[name of page|display text]]</tt>
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
|-
| External link<br/>
(to other websites)
|<tt><nowiki>[http://www.example.com]</nowiki><br/>
<nowiki>[http://www.example.com display text]</nowiki><br/>
<nowiki> http://www.example.com </nowiki>
| [http://www.example.com]<br/>
[http://www.example.com display text]<br/>
http://www.example.com
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
|-
|Escape wiki markup
|<nowiki><nowiki>no ''markup''</nowiki></nowiki></tt>
|<nowiki>no ''markup''</nowiki>
|-
| colspan="3" style="background: #cedff2; padding: 3px 5px; text-align:center;" | ''  applies only at the beginning of the line''
|-
|Headings<br>
of different sizes
|
<tt><nowiki>==level 1==</nowiki></tt><br />
<tt><nowiki>===level 2===</nowiki></tt><br />
<tt><nowiki>====level 3====</nowiki></tt><br />
<tt><nowiki>=====level 4=====</nowiki></tt>
|
==Level 1==
===Level 2===
====Level 3====
=====Level 4=====
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
|-
|Bullet list
|
&#42; one<br>
&#42; two<br>
&#42;&#42; two point one<br/>
&#42; three<br>
|
* one
* two
** two point one
* three
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
|-
|Numbered list
|
&#35; one<br>
&#35; two<br>
&#35;&#35; two point one<br/>
&#35; three<br>
|
# one
# two
## two point one
# three
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
|-
| Definition list
|
&#59;Definition<br>
&#58;item 1<br>
&#58;item 2<br>
|
;Definition
:item 1
:item 2
|-
|colspan="3" style="border-top:1px solid #cedff2;"|
|-
|Unformatted text
|
&nbsp;&nbsp;a space at the<br/>
&nbsp;&nbsp;beginning of each line<br/>
&nbsp;&nbsp;creates unformatted<br/>
&nbsp;&nbsp;monospaced text
|
a space at the
beginning of each line
creates unformatted
monospaced text
|-
|colspan="3" align="center" style="border-top:1px solid #B8C7D9;"|
|}
</div>


__NOTOC__
__NOEDITSECTION__
[[Category:Editors Guides]]

Revision as of 03:41, 18 April 2007