Difference between revisions of "Style Guide"

From XMission Wiki
Jump to: navigation, search
(new page)
 
 
(One intermediate revision by one other user not shown)
Line 26: Line 26:
 
All pages have at least one category
 
All pages have at least one category
 
All images have been stripped of their <pre>&lt;img src=" " /&gt;</pre>
 
All images have been stripped of their <pre>&lt;img src=" " /&gt;</pre>
 +
 +
 +
[[Category:Contributions|Style Guide]]

Latest revision as of 12:35, 8 May 2009

Items that may actually be clicked on (keywords: 'click', 'select'), and items that precede items to be selected or typed in (keywords: 'where it says "blah", type') should be wrapped in

<span class="button"></span>

Items that users may type in should be wrapped in

<tt></tt>

Examples, such as filenames, usernames, and areas or subsections of a display should be wrapped in

'' ''

Toggles or checkboxes should be wrapped in

''' '''

Items such as web addresses that are presented for example, but are not actual destinations should be wrapped in

<pre></pre>

Brief asides such as notes to users should be wrapped in

<div class="messagebox metadata"></div>

Such notes should have the word 'Note' presented in bold with a colon and a space

'''Note''':  


CHECKLIST:

All headers are properly denoted All pages have at least one category

All images have been stripped of their
<img src=" " />