DLXS Style Guide

From DLXS Documentation

(Difference between revisions)
Jump to: navigation, search
m (Text Formatting)
Line 39: Line 39:
|Use when you want to indicate that something no longer applies, but don't want to delete it yet
|Use when you want to indicate that something no longer applies, but don't want to delete it yet
|<nowiki><strikethrough>lorem ipsum</strikethrough></nowiki>
|<nowiki><strikethrough>lorem ipsum</strikethrough></nowiki>
-
|<strikethrough>lorem ipsum</strikethrough>
+
|<strike>lorem ipsum</strike>
|}
|}

Revision as of 20:32, 10 October 2007

(DRAFT! a work in progress)

Contents

Basics

Text Formatting

Style When to use Markup Example
Citation Use when you need to display code that is used by the wiki <cite>lorem ipsum</cite> lorem ipsum
pre Use when displaying large chunks of code that you want to set apart from rest of text <pre>lorem ipsum</pre>
lorem ipsum
code Use when displaying in line code (code embedded in other text) <code>lorem ipsum</code> This is a sentence with a bit of code
tt Use when ??? <tt>lorem ipsum</tt> lorem ipsum
nowiki Use when you need to display code that is used by the wiki <nowiki><code>lorem ipsum</code></nowiki> <code>lorem ipsum</code>
strikethrough Use when you want to indicate that something no longer applies, but don't want to delete it yet <strikethrough>lorem ipsum</strikethrough> lorem ipsum

Linking

The preferable way of linking to a file is:


[[Sample Makefile.html|Makefile.html click here]]

(everything before the pipe won't show)

and NOT:


"For more information about the [[Makefile.html click here]]."

This isn't the best way to create a new page, it names the page whatever is in the brackets, and then forevermore you have to remember that it's not called "Sample Makefile.html" or something more intuitive when you want to link to it.

Lists

Comments

Advanced Markup

Style When to use Markup Example
bug [for use by DLXS staff only] use to alert users that there is a known bug in the software <div class="bug">'''Bug:''' We're working on it.</div>
Bug: We're working on it.
tip [for use by anyone] use to describe a tip for a particular procedure <div class="tip">'''Tip:''' I found that doing x first really helps -suz</div>
Tip: I found that doing x first really helps -suz
note [for use by anyone] use if you just want to describe something and have it stand out a bit more <div class="note">'''Note:''' Make sure you first blah blah blah.</div>
Note: Make sure you first blah blah blah.
release [for use by DLXS staff only] Additions about a forthcoming release should just be added to any relevant pages as a new paragraph. Header tags should also be used and the paragraph should be given a title "Release X" so it can be easily searched and integrated when the release is ready. <div class="release"> '''Release X''' Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent velit. </div>

Release X Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent velit.

Red Text Make text red so it stands out (usually in a code snippet) Here's what I have to say about <span class="redtext">this</span> Here's what I have to say about this and that's all.
Green Text Make text green so it stands out (usually in a code snippet) Here's what I have to say about <span class="greentext">this</span> Here's what I have to say about this and that's all.
Personal tools