Difference between revisions of "Help:Wikicode"

From Baka-Tsuki
Jump to navigation Jump to search
(Undo revision 249716 by Setsuna86 (talk))
m
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
=== Wiki Editing Tips ===
<tt><nowiki>Thank you!</nowiki></tt>[[Special:Mypage|setsuna86]] {{CURRENTTIME}}, <br />
 
  +
  +
<div align="center">
  +
{| align="right" style="background:transparent; border-bottom:1px 1px 0px 0px #a3b1bf solid;"
  +
|
  +
|}
  +
<!--COMMENT MARKUP. Displays:Edit mode only.-->
  +
{|align="center" style="width:100%; border:2px #a3b1bf solid; background:#f5faff; text-align:left;"
  +
|colspan="3" align="center" style="background:#cee0f2; text-align:center;" |
  +
<h2 style="margin:.5em; margin-top:.1em; margin-bottom:.1em; border-bottom:0; font-weight:bold;">Wiki Cheatsheet</h2>
  +
<h4>Below is list of codes which are commonly used on this wiki</h4>
  +
|-<!--COLUMN HEADINGS-->
  +
| width="25%" style="background:#cee0f2; padding:0.3em; text-align:center;"|'''Description'''
  +
| style="background:#cee0f2; padding:0.3em; text-align:center;"|'''You type'''
  +
| width="25%" style="background:#cee0f2; padding:0.3em; text-align:center;"|'''You get'''
  +
|-<!--1ST HEADING-->
  +
| colspan="3" style="background:#E6F2FF; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere
  +
|-<!--1ST ROW 1ST COLUMN-->
  +
|Italicise text
  +
|<!--2ND COLUMN-->
  +
<tt><nowiki>''italic''</nowiki></tt>
  +
|<!--3RD COLUMN-->
  +
''italic''
  +
|-<!--HORIZONTAL LINE-->
  +
|colspan="3" style="border-top:1px solid #cee0f2;"|
  +
|-<!--2ND ROW 1ST COLUMN-->
  +
|Bold text
  +
|
  +
<tt><nowiki>'''bold'''</nowiki></tt>
  +
|
  +
'''bold'''
  +
|-
  +
|colspan="3" style="border-top:1px solid #cee0f2;"|
  +
|-
  +
|Bold and italic
  +
|
  +
<tt><nowiki>'''''bold & italic'''''</nowiki></tt>
  +
|
  +
'''''bold & italic'''''
  +
|-
  +
|colspan="3" style="border-top:1px solid #cee0f2;"|
  +
|-
  +
||Internal link<br />
  +
(within Baka-Tsuki)
  +
|
  +
<tt><nowiki>[[Name of page]]</nowiki></tt><br />
  +
<tt><nowiki>[[Name of page|displayed text]]</nowiki></tt><br />
  +
|
  +
[[Name of page]]<br />
  +
[[Name of page|displayed text]]<br />
  +
|-
  +
|colspan="3" style="border-top:1px solid #cee0f2;"|
  +
|-
  +
|Redirect to another page
  +
|
  +
<tt><nowiki>#REDIRECT [[Target page]]</nowiki></tt>
  +
|
  +
[[Image:Redirectltr.png|30px]][[Target page]]
  +
|-
  +
|colspan="3" style="border-top:1px solid #cee0f2;"|
  +
|-
  +
|External link<br />
  +
(to other websites)
  +
|
  +
<tt><nowiki>[http://www.example.org]</nowiki></tt><br />
  +
<tt><nowiki>[http://www.example.org displayed text]</nowiki></tt><br />
  +
<tt><nowiki>http://www.example.org</nowiki></tt>
  +
|
  +
[http://www.example.org]<br />
  +
[http://www.example.org displayed text]<br />
  +
http://www.example.org
  +
|-
  +
|colspan="3" style="border-top:1px solid #cee0f2;"|
  +
|-
  +
|
  +
Sign your posts <br />
  +
on talk pages
  +
|
  +
<tt><nowiki>~~~~</nowiki></tt>
  +
|
  +
[[Special:Mypage|Your username]] {{CURRENTTIME}}, <br />
  +
{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)
  +
|-<!--2ND HEADING-->
  +
| colspan="3" style="background:#E6F2FF; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line
  +
|-
  +
|Headings<br />
  +
<span style="font-size:0.9em;">''A Table of Contents will automatically be generated when four headings are added to an article.''</span>
  +
|
  +
<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><br />
  +
<tt><nowiki>====== Level 5 ======</nowiki></tt>
  +
|
  +
[[Category:Help Page]]

Latest revision as of 04:51, 3 April 2014

Wiki Editing Tips[edit]

Wiki Cheatsheet

Below is list of codes which are commonly used on this wiki

Description You type You get
Applies anywhere
Italicise text

''italic''

italic

Bold text

'''bold'''

bold

Bold and italic

'''''bold & italic'''''

bold & italic

Internal link

(within Baka-Tsuki)

[[Name of page]]
[[Name of page|displayed text]]

Name of page
displayed text

Redirect to another page

#REDIRECT [[Target page]]

Redirectltr.pngTarget page

External link

(to other websites)

[http://www.example.org]
[http://www.example.org displayed text]
http://www.example.org

[1]
displayed text
http://www.example.org

Sign your posts
on talk pages

~~~~

Your username 07:52,
5 May 2024 (UTC)

Applies only at the beginning of the line
Headings

A Table of Contents will automatically be generated when four headings are added to an article.

== Level 1 ==
=== Level 2 ===
==== Level 3 ====
===== Level 4 =====
====== Level 5 ======