Guidelines for Writing this Manual: Difference between revisions

From Bluefish Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 30: Line 30:
|align="center"|'''warning''':
|align="center"|'''warning''':
|-
|-
|align="bottom" width="150"|{{note|text=this is a note}}
|align="bottom" width="150"|{{note|text=this is a note.}}
|align="bottom" width="150"|{{tip|text=this is a tip}}
|align="bottom" width="150"|{{tip|text=this is a tip.}}
|align="bottom" width="150"|{{important|text=this is important}}
|align="bottom" width="170"|{{important|text=this is important!}}
|align="bottom" width="150"|{{warning|text=this is a warning}}
|align="bottom" width="150"|{{warning|text=this is a warning!}}
|}
|}


Line 39: Line 39:


{|border=1 cellpadding=5
{|border=1 cellpadding=5
|<nowiki>{{note|</nowiki>text=mytext here, use <nowiki><br></nowiki> to break lines.<nowiki>}}</nowiki>
|<nowiki>{{note|</nowiki>text=mytext here, use <nowiki><br /></nowiki> to break lines.<nowiki>}}</nowiki>
|{{note|text=mytext here, use <nowiki><br></nowiki><br />to break lines.}}
|{{note|text=mytext here, use <nowiki><br /></nowiki><br />to break lines.}}
|}
|}



Revision as of 14:45, 30 December 2009


Appendix C. Guidelines for Writing this Manual

Templates

Bluefish Wiki Manual use 2 templates for navigation: Man2top and Man2bottom.
They do not usually need to be edited.

Template:Man2top Template:Man2bottom

Exceptions:

Man2 note.gif When you read a page, and make any necessary corrections so that this page conforms to Bluefish version 2.0.0,
thank you for changing the status, from d (draft) to u (update).

ie:


Bluefish Wiki Manual use templates for:

note: tip: important: warning:
Man2 note.gif this is a note.
Man2 tip.gif this is a tip.
Man2 important.png this is important!
Man2 warning.png this is a warning!

example:

{{note|text=mytext here, use <br /> to break lines.}}
Man2 note.gif mytext here, use <br />
to break lines.