User talk:Roxanne/Crib Sheet

From PS4 Developer wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Crib Sheet

* (Multiple) Tables
{| class="wikitable sortable mw-datatable" style="float:left"
|+ Headline
! Headline 2 !! Headline 3
|-
| Point 1 || Point 2
|-
| Point 3 || Point 4
|}
// do the same again (Multiple)
<div style="clear:both"></div>


* Borders
style="border-left:medium solid;" | Left border
style="border-right:medium solid;" | Right border


* Colors
style="background-color:#90FF90;" | Light Green
style="background-color:#FFB6C1;" | (Some kind of) Light Pink
style="background-color:#FFFFBB;" | Light Yellow
style="background-color:#FF9090;" | Light Red


* Colors (recommended)
style="background-color:#BBFFDD;" | Light Green
style="background-color:#FFDDDD;" | Light Red


* Abbreviations
<abbr title="Explanation">Text</abbr>


* Comments
<!--// Comment //-->


* File links not working
1. put {{Missingfiles}} on top of the page
2. Use <span style="text-decoration: line-through;"></span> tag on the broken links