Important! Please read the announcement at http://myst.dustbird.net/uru-account.htm
Also! Please read the retirement announcement at http://myst.dustbird.net/uru-retirement.htm

Plasma Engine HTML

From UamWiki
Revision as of 19:41, 5 January 2011 by Dustin (talk | contribs) (Created page with '=Introduction= Journals and other books use a special form of HTML. Here is what is known. =Tags= <pb> - creates a page break in the book <cover src="texturefilename" >…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

Journals and other books use a special form of HTML. Here is what is known.

Tags

<pb> - creates a page break in the book
<cover src="texturefilename" > - gives the location of a cover image for the book. (Don't put the texture file's extension though.)
<font size=16 face=Michelle color=982A2A > - gives the typeface, size, and color of a font, see below.
<margin left=64 right=62 top=48 > - gives the size of the margin in pixels? points?
<p align=center > - is the paragraph tag, allows you to align text.
<img src="whatever.hsm*0#1" align=center link=100 blend=alpha > - gives the location of an image. Align is the alignment of the image on the page.  Link means that the image is a Link Image and its number is how it is identified(100 is the first, 101 is the second, ...). blend=alpha interprets the image's alpha channel as transparency info.  You can use parameters such as pos=100,200 , align=center , resize = no .
<decal src="whatever.hsm*1#0" > - Places the image as a decal on the book.  You can use parameters such as pos=100,200 , align=center , resize = no .



\' - gives an apostrophe
\n - gives a new line

Fonts

The following is a complete list of all available fonts, though it is possible to create your own. B=bold, I=italics, #=fontsize

Arial           8,10,12,16,24,B7,B8,B10,B11,B12,B14,BI12,BI14
Atrus           12,14,16,18,20,22,24,26,28,30,32
Courier         6,8,9,10,12,14,16,18,20,22,24,26,28,30,32,B8,B14,B18
DniFontDniHand  8,12
Michelle        12,14,16,18,20,22,24,26,28,30,32
Nick            12,14,16,18,20,22,24,26,28,30,32
Sam             12,14,16,18,20,22,24,26,28,30,32
Sharper         12,14,16,18,20,22,24,26,28,30,32
Tahoma          8,10,12,14,24
Tricia          12,14,16,18,20,22,24,26,28,30,32
Uru             12,14,16,18,20,22,24,26,28,30,32
Yeesha          12,14,16,18,20,22,24,26,28,30,32

Things That Don't Work

<br> - doesn't do anything
<img src=".\\1.jpg"> - doesn't load an image from a file