The Ranma Wiki style guide in conjunction with the Ranma Wiki layout guide documents the standardizing elements used on Ranma Wiki articles.
Manga References[]
When referencing the manga always use the Shonen Sunday Tankoban volume and chapter numbering. This way a consistent cross-reference can be made between any other language translations without confusion.
See the List of Ranma ½ manga for any needed references.
Ranma Wiki Color Palette[]
Color | Color Code | Usage |
---|---|---|
#6495ED | Table Headers | |
#000000 black |
Body Text Table Borders |
Tables[]
Tables included in the body of an article should be formatted at a minimum with:
- A collapsed border of 1 pixel
- Cell padding of no less than 2 pixels
- A bold caption of size 1.25em with the standard table caption colored background padded with an additional 5 pixels at the top. (If applicable.)
More styling information can be added as necessary for controlling width, margins, and text alignment.
Example[]
Heading 1 | Heading 2 |
---|---|
Data 1 | Data 2 |
Data 3 | Data 4 |
Code:
{| border="1" cellpadding="2" style="border-collapse:collapse;" |+ style="background-color:#6495ED; font-weight:bold; font-size:1.25em; padding-top:5px;" |Table Caption ! Heading 1 ! Heading 2 |- | Data 1 || Data 2 |- | Data 3 || Data 4 |}