User:Paradox-01/Sandbox: Difference between revisions
Jump to navigation
Jump to search
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 62: | Line 62: | ||
===div test=== | ===div test=== | ||
Testing css import: http://wiki.oni2.net/User:Paradox-01/vector.js | |||
<div> | Notes: | ||
* Changing div and span is not a good id use id and class instead! | |||
---- | |||
: <div>A</div> | |||
: <span>B</span> | |||
<!-- font-size: 150% via js-imported css --> | |||
: <span class="CID">C</span> Class with one letter works too. | |||
<!-- font-size: 200% via js-imported css --> | |||
: <span id="DID">D</span> Id must have two or more letters? Or maybe D is reserved for something else. |
Revision as of 15:23, 13 November 2012
A | B | C | D |
1a
1b |
2 | 3 | 4 |
width="100%" |
standard |
style="margin-left:auto; margin-right:auto; text-align:center" |
style="float:right; text-align:right" |
XML tag | content type | description |
---|---|---|
{| class="wikitable" width="100%" !width=150px| XML tag !width=120px| content type ! description |- |valign=top| |valign=top| | |}
AISA : AI Character Setup Array | ||
---|---|---|
XML
AGQR << Other file types >> AITR |
PAR3 : Particle v3 | ||
---|---|---|
XML
AKEV << Other file types >> CONS ONIE << Other BINA >> SABD |
CHAR : Character | ||
---|---|---|
XML
AKEV << Other file types >> CONS TMBD << Other BINA >> ONIE WEAP << Other OBJC >> CMBT |
{{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 }}
div test
Testing css import: http://wiki.oni2.net/User:Paradox-01/vector.js
Notes:
- Changing div and span is not a good id use id and class instead!
- A
- B
- C Class with one letter works too.
- D Id must have two or more letters? Or maybe D is reserved for something else.