Jump to content

User:Paradox-01/Sandbox: Difference between revisions

m
link fixes
m (dumping image code)
m (link fixes)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===Page markers (templates)===
Delete the leading text from template pages and add <nowiki>{{</nowiki> and <nowiki>}}</nowiki>.
<nowiki>https://wiki.oni2.net/Template:</nowiki>'''Update'''
Most often used:
<nowiki>{{Update}}</nowiki>
<nowiki>{{Finish}}</nowiki>
<nowiki>{{fmbox|text=This is an infobox}}</nowiki>
See also:
* [[:Category:Administrative templates]]
* [[:Category:Templates]]
===Images===
[[Image:TheDayIsMine_crate.png|thumbnail|Developer Mode's cheat code on [[Easter eggs#OMM|a special crate]] in Syndicate Warehouse.]]
Looks like "thumbnail" and "frame" are almost identical except "frame" doesn't give you a superfluous Enlarge icon.
[[Image:TheDayIsMine_crate.png|frame|Developer Mode's cheat code on [[Easter eggs#OMM|a special crate]] in Syndicate Warehouse.]]
<nowiki>[[Image:ModTool_can_import_objs_in_hierarchies.jpg|right|thumb|Mod Tool can import objects in hierarchies to Oni.]]</nowiki>
[[Image:ModTool_can_import_objs_in_hierarchies.jpg|right|thumb|Mod Tool can import objects in hierarchies to Oni.]]
===Links===
<nowiki>[[#some_anchor_name|blam]]</nowiki>
[[#some_anchor_name|blam]]
[[#some_anchor_name|blam]]


<nowiki>{{Anchor|some_anchor_name}}</nowiki>
{{Anchor|some_anchor_name}}
===Categories===
Categories code...
<nowiki>
[[Category:Modding diagrams]]
</nowiki>


[[Image:ModTool_can_import_objs_in_hierarchies.jpg|right|thumb|Mod Tool can import objects in hierarchies to Oni.]]


===Tables===
{| class="wikitable" width="600"
{| class="wikitable" width="600"
|width="100"| '''A'''
|width="100"| '''A'''
Line 59: Line 95:




===XML headers===
<nowiki>{{XML_File_Header | type=AISA | prev=AGQR | next=AITR | name=AI Character Setup Array }}</nowiki>
{{XML_File_Header | type=AISA | prev=AGQR | next=AITR | name=AI Character Setup Array }}
{{XML_File_Header | type=AISA | prev=AGQR | next=AITR | name=AI Character Setup Array }}


<nowiki>{{XML_BINA_Header | prev=ONIE | type=PAR3 | next=SABD | name=Particle v3}}</nowiki>
{{XML_BINA_Header | prev=ONIE | type=PAR3 | next=SABD | name=Particle v3}}
{{XML_BINA_Header | prev=ONIE | type=PAR3 | next=SABD | name=Particle v3}}


<nowiki>{{XML_OBJC_Header | type=CHAR | prev=WEAP | next=CMBT | name=Character }}</nowiki>
{{XML_OBJC_Header | type=CHAR | prev=WEAP | next=CMBT | name=Character }}
{{XML_OBJC_Header | type=CHAR | prev=WEAP | next=CMBT | name=Character }}
<nowiki>{{XML_File_Header | type=AISA | prev=AGQR | next=AITR | name=AI Character Setup Array }}
{{XML_BINA_Header | prev=ONIE | type=PAR3 | next=SABD | name=Particle v3}}
{{XML_OBJC_Header | type=CHAR | prev=WEAP | next=CMBT | name=Character }}</nowiki>




===div test===
===div test===
Testing css import: http://wiki.oni2.net/User:Paradox-01/vector.js
Testing css import: [[User:Paradox-01/vector.js]]


Notes:
Notes:
Line 86: Line 122:
: <span id="DID">D</span> Id must have two or more letters? Or maybe D is reserved for something else.
: <span id="DID">D</span> Id must have two or more letters? Or maybe D is reserved for something else.


{{Anchor|some_anchor_name}}


[[Category:Userspace]]
[[Category:Userspace]]