Page Setup Tips
From Modpedia
m |
m |
||
Line 1: | Line 1: | ||
Adapted from [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Wikipedia Cheatsheet]. | Adapted from [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Wikipedia Cheatsheet]. | ||
+ | |||
+ | I (Zanarh) hope that these tips will help you in your page setups. | ||
+ | |||
+ | Due to some technical difficulties, those shown below will be stretched into the middle of the page. Please use your scroll button to scroll to the middle to view the page, and vice versa for those even below. | ||
===Modpedia Cheatsheet=== | ===Modpedia Cheatsheet=== | ||
Line 191: | Line 195: | ||
</div> | </div> | ||
+ | These is the code used for the infobox above. | ||
+ | To use it, paste the code below into the page you want, and edit the required info. | ||
{| style="border: none; background: transparent;" | {| style="border: none; background: transparent;" | ||
|<pre> | |<pre> |
Revision as of 10:30, 28 October 2006
Adapted from Wikipedia Cheatsheet.
I (Zanarh) hope that these tips will help you in your page setups.
Due to some technical difficulties, those shown below will be stretched into the middle of the page. Please use your scroll button to scroll to the middle to view the page, and vice versa for those even below.
Contents |
Modpedia Cheatsheet
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 Wikipedia) |
[[name of page]] | |
Redirect to another page |
#redirect [[Target page]] |
1. redirect Target page |
External link (to other websites) |
[http://www.example.com] | |
Escape wiki markup |
with ''markup'' |
with markup |
Applies only at the beginning of the line | ||
Headings of different sizes |
==level 1== |
Level 1Level 2Level 3Level 4 |
Bullet list |
* one |
|
Numbered list |
# one |
|
Definition list |
;Definition |
|
Thumbnail image |
[[Image:Linkbtn.gif|thumb|Caption text]] | |
Introduction | Extended cheatsheet | More editing help |
Making Infoboxes
This is an example of an infobox.
MoD Manga Comics
Image from MoDM 1
Release | 20th May, 2006 |
---|---|
Author/ Artist | Lady Kopaka |
Publisher | none |
Comic Style | Manga |
Predecessor | MoD Community Comics (community made) |
Rating | 7.6/10 Still needs some work, but good in overall. |
Official site | MoD Manga Comics (www.maskofdestiny.com) |
These is the code used for the infobox above. To use it, paste the code below into the page you want, and edit the required info.
<!-- floated right section --> <div style="margin-right: 2em; margin-right: 4em; width: 240px;"> <!-- slate grey box --> <div style="font-size: 0.86em; font-family: lucida grande, sans-serif; line-height: normal; border: 1px solid #ccd2d9; background: #f0f6fa; text-align: left; padding: 0.5em 1em; text-align: center; margin-bottom: 2em"> <div style="font-weight: bold; text-align: center; color: #6a6c76; margin-bottom: 1em"> MoD Manga Comics </div> [[Image:MoD_Manga.JPG]]<br/> Image from [http://www.maj.com/gallery/Kopaka101/Art/MoDcomics/page1.jpg MoDM 1] {| style="background: transparent; text-align: left; table-layout: auto; border-collapse: collapse; margin-top: 1em;" cellspacing="0" cellpadding="0" |- ! style="border-top: solid 1px #ccd2d9; padding: 0.4em 1em 0.4em 0; vertical-align: top; text-align: left;" | Release | style="border-top: solid 1px #ccd2d9; padding: 0.4em 1em 0.4em 0; vertical-align: top" | 20th May, 2006 |- ! style="border-top: solid 1px #ccd2d9; padding: 0.4em 1em 0.4em 0; vertical-align: top; text-align: left;" | Author/ Artist | style="border-top: solid 1px #ccd2d9; padding: 0.4em 1em 0.4em 0; vertical-align: top" | Lady Kopaka |- ! style="border-top: solid 1px #ccd2d9; padding: 0.4em 1em 0.4em 0; vertical-align: top; text-align: left;" | Publisher | style="border-top: solid 1px #ccd2d9; padding: 0.4em 1em 0.4em 0; vertical-align: top" | ''none'' |- ! style="border-top: solid 1px #ccd2d9; padding: 0.4em 1em 0.4em 0; vertical-align: top; text-align: left;" | Comic Style | style="border-top: solid 1px #ccd2d9; padding: 0.4em 1em 0.4em 0; vertical-align: top" | Manga |- ! style="border-top: solid 1px #ccd2d9; padding: 0.4em 1em 0.4em 0; vertical-align: top; text-align: left;" | Predecessor | style="border-top: solid 1px #ccd2d9; padding: 0.4em 1em 0.4em 0; vertical-align: top" | MoD Community Comics (community made) |- ! style="border-top: solid 1px #ccd2d9; padding: 0.4em 1em 0.4em 0; vertical-align: top; text-align: left;" | Rating | style="border-top: solid 1px #ccd2d9; padding: 0.4em 1em 0.4em 0; vertical-align: top" | 7.6/10 Still needs some work, but good in overall. |- ! style="border-top: solid 1px #ccd2d9; padding: 0.4em 1em 0.4em 0; vertical-align: top; text-align: left;" | Official site | style="border-top: solid 1px #ccd2d9; padding: 0.4em 1em 0.4em 0; vertical-align: top" | [http://forums.maskofdestiny.com/ubb/ultimatebb.php?ubb=get_topic;f=8;t=000837;p=1 MoD Manga Comics (www.maskofdestiny.com)] |} </div> <!-- end of slate grey box --> </div> |