476
edits
(→Tables: clarify) |
(Some small changes) |
||
Line 46: | Line 46: | ||
=== Content === | === Content === | ||
<nowiki> <div id="layout-content"> | <nowiki> <div id="layout-content"( class="nonav")> | ||
<h1>[pagetitle]</h1> | <h1>[pagetitle]</h1> | ||
<div class="section [pagename]_[sectionnamea]"> | <div class="section [pagename]_[sectionnamea]"> | ||
Line 62: | Line 62: | ||
Tables of information, displayed in a columny way. | Tables of information, displayed in a columny way. | ||
<nowiki> <table( class="[tablename]")> | <nowiki> <table( class="[tablename] (g_incomplete)")> | ||
<tr> | <tr> | ||
<th class="[colnamea]">[title]</th> | <th class="[colnamea]( c_[sortclass])">[title]</th> | ||
<th class="[colnameb]">[title]</th> | <th class="[colnameb]( c_[sortclass])">[title]</th> | ||
<th class="[colnamec]">[title]</th> | <th class="[colnamec]( c_[sortclass])">[title]</th> | ||
<th class="[colnamed]">[title]</th> | <th class="[colnamed]( c_[sortclass])">[title]</th> | ||
<th class="[colnamee]">[title]</th> | <th class="[colnamee]( c_[sortclass])">[title]</th> | ||
<th class="[colnamef]">[title]</th> | <th class="[colnamef]( c_[sortclass])">[title]</th> | ||
</tr> | </tr> | ||
<tr( class="g_odd")> | <tr( class="g_odd")> | ||
Line 99: | Line 99: | ||
<li class="g_odd">[value]</li> | <li class="g_odd">[value]</li> | ||
<li>[value]</li> | <li>[value]</li> | ||
<li>...etc | <li class="g_odd">...etc | ||
</ol></nowiki> | </ol></nowiki> | ||
Line 146: | Line 146: | ||
=== Text === | === Text === | ||
Text data should convert <code>\n</code> into <code><nowiki><br /></nowiki></code> before output. | Text data should convert <code>\n</code> into <code><nowiki><br /></nowiki></code> before output. Text derived from user input should also [http://tracker.anidb.info/view.php?id=498 convert from simple formating to html]. | ||
<nowiki> <p class="[name]">[text]<br /> | <nowiki> <p class="[name]">[text]<br /> | ||
[text]<br /> | [text]<br /> | ||
[text]</p></nowiki> | [text]</p></nowiki> |
edits