Editing Wiki Sandbox Test
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
http://www.ps3devwiki.com/wiki/Category:Templates | |||
http://www. | |||
== | == inline table cell == | ||
[[ | |||
{| class="wikitable sortable" | |||
|- | |||
! Type !! Result !! Effect !! Method | |||
|- | |||
| {{stylematrix}} Lazy Cat || {{Yes}} {{padcross}} || {{No}} || {{Opt}} | |||
|- | |||
| {{styleinvert}} Early Bird || {{No}} || {{Opt}} || {{Yes}} | |||
|- | |||
|} | |||
== ASCII buttons == | |||
○ circle | |||
× cross | |||
□ square | |||
△ triangle | |||
== icons == | |||
=== normal === | |||
[[Image:icon_ps3.png|PS3 icon]] | |||
=== templated === | |||
{{iconps3}} | |||
Dualshock 3 cross button {{padcross}} | |||
Dualshock 3 select button {{padselect}} | |||
Dualshock 3 R1 button {{padr1}} | |||
== Target ID shorts == | |||
[[Target ID]] | |||
* {{CEX}} | |||
* {{DEX}} | |||
* {{DECR}} | |||
* {{ARC}} | |||
* {{TEST}} | |||
== Disc icons == | |||
* {{ps2cd}} | |||
* {{ps2dvd}} | |||
* {{Unsupported data}} | |||
== Boxes == | |||
{{info|content=Info remarks here | |||
}} | |||
{{keyboard|content=Sample of keyboard input here | |||
}} | |||
{{warning|content=Warning message here | |||
}} | |||
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> | |||
==Mboxes== | |||
{{mbox | |||
| text = | |||
line 1 | |||
line 2 | |||
line 3 | |||
}} | |||
{{ambox | |||
| text = | |||
line 1 | |||
line 2 | |||
line 3 | |||
}} | |||
{{ombox | |||
| text = | |||
line 1 | |||
line 2 | |||
line 3 | |||
}} | |||
{{ombox | |||
| type = content | |||
| text = | |||
line 1 | |||
line 2 | |||
line 3 | |||
}} | |||
{{fmbox | |||
| text = | |||
line 1 | |||
line 2 | |||
line 3 | |||
}} | |||
{| class="plainlinks ambox" | |||
|- | |||
| bla | |||
|- | |||
| blablabla | |||
|- | |||
|} | |||
==Hand made Boxes== | |||
This ones are box tests that maybe will be converted to templates later | |||
*boxnotice1 | |||
<div style="float:left; background-color:#ffe2e2; width:100%; border:2px #CC5555 solid;"> | |||
<div style="float:left; background-color:#CC5555;">[[image:Imbox_content.png|Notice|22x22px|center]]</div> | |||
<div style="float:left; margin-left:10px;">line 1</div> | |||
</div> | |||
*boxnotice2 | |||
<div style="float:left; background-color:#ffe2e2; width:100%; border:2px #CC5555 solid;"> | |||
<div style="float:left; background-color:#CC5555;">[[image:Imbox_content.png|Notice|40x40px|center]]</div> | |||
<div style="float:left; margin-left:10px;">line 1<br />line 2</div> | |||
</div> | |||
*boxnotice3 | |||
<div style="float:left; background-color:#ffe2e2; width:100%; border:2px #CC5555 solid;"> | |||
<div style="float:left; background-color:#CC5555;">[[image:Imbox_content.png|Notice|58x58px|center]]</div> | |||
<div style="float:left; margin-left:10px;">line 1<br />line 2<br />line 3</div> | |||
</div> | |||
*boxtip1 | |||
<div style="float:left; background-color:#e2ffe2; width:100%; border:2px #55CC55 solid;"> | |||
<div style="float:left; background-color:#55CC55;">[[image:64px-Info.png|Tip|22x22px|center]]</div> | |||
<div style="float:left; margin-left:10px;">line 1</div> | |||
</div> | |||
*boxtip2 | |||
<div style="float:left; background-color:#e2ffe2; width:100%; border:2px #55CC55 solid;"> | |||
<div style="float:left; background-color:#55CC55;">[[image:64px-Info.png|Tip|40x40px|center]]</div> | |||
<div style="float:left; margin-left:10px;">line 1<br />line 2</div> | |||
</div> | |||
*boxtip3 | |||
<div style="float:left; background-color:#e2ffe2; width:100%; border:2px #55CC55 solid;"> | |||
<div style="float:left; background-color:#55CC55;">[[image:64px-Info.png|Tip|58x58px|center]]</div> | |||
<div style="float:left; margin-left:10px;">line 1<br />line 2<br />line 3</div> | |||
</div> | |||
*boxinfo1 | |||
<div style="float:left; background-color:#e2e2ff; width:100%; border:2px #5555CC solid;"> | |||
<div style="float:left; background-color:#5555CC;">[[image:Ambox_notice.png|Info|22x22px|center]]</div> | |||
<div style="float:left; margin-left:10px;">line 1</div> | |||
</div> | |||
*boxinfo2 | |||
<div style="float:left; background-color:#e2e2ff; width:100%; border:2px #5555CC solid;"> | |||
<div style="float:left; background-color:#5555CC;">[[image:Ambox_notice.png|Info|40x40px|center]]</div> | |||
<div style="float:left; margin-left:10px;">line 1<br />line 2</div> | |||
</div> | |||
*boxinfo3 | |||
<div style="float:left; background-color:#e2e2ff; width:100%; border:2px #5555CC solid;"> | |||
<div style="float:left; background-color:#5555CC;">[[image:Ambox_notice.png|Info|58x58px|center]]</div> | |||
<div style="float:left; margin-left:10px;">line 1<br />line 2<br />line 3</div> | |||
</div> | |||
*boxframe0 | |||
<div style="float:left; background-color:#ffffff; width:100%; border:2px solid;"> | |||
<div style="float:left; margin-left:10px;">line 1<br />line 2<br />line 3</div> | |||
</div> | |||
*boxframe1 | |||
<div style="float:left; background-color:#f3f3f3; width:100%; border:2px solid;"> | |||
<div style="float:left; margin-left:10px;">line 1<br />line 2<br />line 3</div> | |||
</div> | |||
*boxframe2 | |||
<div style="float:left; background-color:#e3e3e3; width:100%; border:2px solid;"> | |||
<div style="float:left; margin-left:10px;">line 1<br />line 2<br />line 3</div> | |||
</div> | |||
*boxframe3 | |||
<div style="float:left; background-color:#d3d3d3; width:100%; border:2px solid;"> | |||
<div style="float:left; margin-left:10px;">line 1<br />line 2<br />line 3</div> | |||
</div> | |||
*boxframe4 | |||
<div style="float:left; background-color:#c3c3c3; width:100%; border:2px solid;"> | |||
<div style="float:left; margin-left:10px;">line 1<br />line 2<br />line 3</div> | |||
</div> | |||
*boxframe5 | |||
<div style="float:left; background-color:#b3b3b3; width:100%; border:2px solid;"> | |||
<div style="float:left; margin-left:10px;">line 1<br />line 2<br />line 3</div> | |||
</div> | |||
*boxwarning1 | |||
<center> | |||
<div style="background-color:#ffff66; width:70%; border:2px solid;"> | |||
<div style="float:left; background-color:#000000;">[[image:64px-Warning.png|Warning|22x22px|center]]</div> | |||
<div style="float:right; background-color:#000000;">[[image:64px-Warning.png|Warning|22x22px|center]]</div> | |||
<div style="text-align:center; font-weight:bold;">line 1</div> | |||
</div> | |||
</center> | |||
*boxwarning2 | |||
<center> | |||
<div style="background-color:#ffff66; width:80%; border:2px solid;"> | |||
<div style="float:left; background-color:#000000;">[[image:64px-Warning.png|Warning|40x40px|center]]</div> | |||
<div style="float:right; background-color:#000000;">[[image:64px-Warning.png|Warning|40x40px|center]]</div> | |||
<div style="text-align:center; font-weight:bold;">line 1<br />line 2</div> | |||
</div> | |||
</center> | |||
*boxwarning3 | |||
<center> | |||
<div style="background-color:#ffff66; width:90%; border:2px solid;"> | |||
<div style="float:left; background-color:#000000;">[[image:64px-Warning.png|Warning|58x58px|center]]</div> | |||
<div style="float:right; background-color:#000000;">[[image:64px-Warning.png|Warning|58x58px|center]]</div> | |||
<div style="text-align:center; font-weight:bold;">line 1<br />line 2<br />line 3</div> | |||
</div> | |||
</center> | |||
*boxread1 | |||
<center> | |||
<div style="background-color:#ff6666; width:70%; border:2px solid"> | |||
<div style="float:left; background-color:#000000;">[[image:Main_allpages.png|Read|22x22px|center]]</div> | |||
<div style="float:right; background-color:#000000;">[[image:Main_allpages.png|Read|22x22px|center]]</div> | |||
<div style="text-align:center; font-weight:bold;">line 1</div> | |||
</div> | |||
</center> | |||
*boxread2 | |||
<center> | |||
<div style="background-color:#ff6666; width:80%; border:2px solid"> | |||
<div style="float:left; background-color:#000000;">[[image:Main_allpages.png|Read|40x40px|center]]</div> | |||
<div style="float:right; background-color:#000000;">[[image:Main_allpages.png|Read|40x40px|center]]</div> | |||
<div style="text-align:center; font-weight:bold;">line 1<br />line 2</div> | |||
</div> | |||
</center> | |||
*boxread3 | |||
<center> | |||
<div style="background-color:#ff6666; width:90%; border:2px solid"> | |||
<div style="float:left; background-color:#000000;">[[image:Main_allpages.png|Read|58x58px|center]]</div> | |||
<div style="float:right; background-color:#000000;">[[image:Main_allpages.png|Read|58x58px|center]]</div> | |||
<div style="text-align:center; font-weight:bold;">line 1<br />line 2<br />line 3</div> | |||
</div> | |||
</center> | |||
*boxcode | |||
<div style="float:left; width:100%; background-color:#ccccff; border-left: 3px #ccccff solid; border-right: 3px #ccccff solid;"> | |||
<div style="float:right; width:70px;">[[image:Edit-copy_green.svg.png|Source Code|64x64px]]</div><pre> | |||
line 1 | |||
line 2 | |||
line 3 | |||
line 4 | |||
line 5 | |||
line 6 | |||
</pre></div> | |||
*boxhexeditor | |||
<div style="float:left; width:100%;"> | |||
<div style="float: left; width: 70px;">[[image:Edit-copy_green.svg.png|Source Code|64x64px|left]]</div> | |||
<div style="float:left; width:700px;"><pre> | |||
line 1 | |||
line 2 | |||
line 3 | |||
line 4 | |||
line 5 | |||
line 6 | |||
</pre></div></div> |