Difference between revisions of "Help:Wikicode"
Jump to navigation
Jump to search
(Replaced content with "| Sign your posts <br /> on talk pages | <tt><nowiki>Thank you!</nowiki></tt> | setsuna86 {{CURRENTTIME}}, <br />") |
m |
||
(15 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | === Wiki Editing Tips === |
||
+ | |||
+ | <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 /> |
Sign your posts <br /> |
||
on talk pages |
on talk pages |
||
| |
| |
||
− | <tt><nowiki> |
+ | <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]] |
||
− | [[Special:Mypage|setsuna86]] {{CURRENTTIME}}, <br /> |
Latest revision as of 04:51, 3 April 2014
Wiki Editing Tips[edit]
Wiki CheatsheetBelow 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]] |
|
Redirect to another page |
#REDIRECT [[Target page]] |
|
External link (to other websites) |
[http://www.example.org] |
|
Sign your posts |
~~~~ |
Your username 16:38, |
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 == |