Difference between revisions of "Book Formatting"

99 bytes added ,  12:50, 13 January 2010
imported>Aellis
imported>Aellis
Line 8: Line 8:
'''Warning:''' Do not use “ speech marks when coding or in writing, only " or ”, the main reason being that “ speech marks tend to disrupt coding. The book will still work, but parts of the coding will be obvious in game (such as having < marks everywhere), and the coding may not have taken effect.
'''Warning:''' Do not use “ speech marks when coding or in writing, only " or ”, the main reason being that “ speech marks tend to disrupt coding. The book will still work, but parts of the coding will be obvious in game (such as having < marks everywhere), and the coding may not have taken effect.


Get into the practice of omitting the quatation marks from the tag you use.  <FONT face="1"> compiles the same as <FONT face=1>.  This way, if you do want to use quotation marks, you can do so without borking your book.
Get into the practice of omitting the quotation marks from the tags you use.  <nowiki><FONT face="1"></nowiki> compiles the same as <nowiki><FONT face=1></nowiki>.  This way, if you do want to use quotation marks, you can do so without borking your book.
Example:  
Example: <nowiki><FONT face=3></nowiki>Buy the book at "First Edition".<nowiki></FONT></nowiki>
<FONT face=3>Buy the book at "First Edition"</FONT>
Will appear in game as: Buy the book at "First Edition".
Will appear in game properly.


== Supported Tags ==
== Supported Tags ==
Anonymous user