AniDB:Page layout: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
m (→‎Text: tag overlap)
mNo edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{todo}}
{{todo}}
{{TOCright}}


This page is going to be a guide to how pages on anidb are layed out and marked up, to aid the creation of new stylesheets.
This page is going to be a guide to how pages on AniDB are layed out and marked up, to aid the creation of new stylesheets.


== Structure ==
== Structure ==
Line 46: Line 47:
=== 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="g_content [pagename]_all">
  [content]
    <div class="g_section [pagename]_[sectionnamea]">
  </div>
      [content]
  <div class="section [pagename]_[sectionnameb]">
    </div>
  [content]
    <div class="g_section [pagename]_[sectionnameb]">
  </div>
      [content]
    </div>
  </div>
  </div></nowiki>
  </div></nowiki>


Line 62: Line 65:
Tables of information, displayed in a columny way.
Tables of information, displayed in a columny way.


  <nowiki> <table>
  <nowiki> <table( class="[tablename] (g_incomplete)")>
   <tr>
   <tr>
   <th class="[namea]">[title]</th>
   <th class="[colnamea]( c_[sortclass])">[title]</th>
   <th class="[nameb]">[title]</th>
   <th class="[colnameb]( c_[sortclass])">[title]</th>
   <th class="[namec]">[title]</th>
   <th class="[colnamec]( c_[sortclass])">[title]</th>
   <th class="[named]">[title]</th>
   <th class="[colnamed]( c_[sortclass])">[title]</th>
   <th class="[namee]">[title]</th>
   <th class="[colnamee]( c_[sortclass])">[title]</th>
   <th class="[namef]">[title]</th>
   <th class="[colnamef]( c_[sortclass])">[title]</th>
   </tr>
   </tr>
   <tr( class="g_odd")>
   <tr( class="g_odd")>
   <td class="[namea]( [contentmarker])">[content]</td>
   <td class="[colnamea]( [contentmarker])">[content]</td>
   <td class="[nameb]( [contentmarker])">[content]</td>
   <td class="[colnameb]( [contentmarker])">[content]</td>
   <td class="[namec]( [contentmarker])">[content]</td>
   <td class="[colnamec]( [contentmarker])">[content]</td>
   <td class="[named]( [contentmarker])">[content]</td>
   <td class="[colnamed]( [contentmarker])">[content]</td>
   <td class="[namee]( [contentmarker])">[content]</td>
   <td class="[colnamee]( [contentmarker])">[content]</td>
   <td class="[namef]( [contentmarker])">[content]</td>
   <td class="[colnamef]( [contentmarker])">[content]</td>
   </tr>
   </tr>
   <tr>...etc
   <tr>...etc
Line 94: Line 97:
  </ol></nowiki>
  </ol></nowiki>


When the sequence counts up from 1, it's easier.
When the sequence counts up from 1, it's simple.


  <nowiki> <ol>
  <nowiki> <ol>
   <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 149:
=== 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 {{t|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>
[[Category:Development]]
[[Category:CSS]]
1,633

edits

Navigation menu

MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.