Guidelines for Writing this Manual: Difference between revisions

From Bluefish Wiki
Jump to navigation Jump to search
Line 86: Line 86:
|}</pre>
|}</pre>


 
{{top}}
{|
{|
{{Man2bottom
{{Man2bottom

Revision as of 12:57, 9 January 2010

 

create an account

Your are a bluefish user? You can help to write the Bluefish 2 Manual!

  • first step: create an account,
  • second step: feel free to edit te manual,
  • third step: thanks for your help! :)

Using Bluefish 2 to edit Bluefish 2 Manual

See: Bluefish mediawiki editor.

Templates

Top and bottom menus

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

Template:Man2top Template:Man2bottom

Man2top and Man2bottom templates do not usually need to be edited. 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: |st=d by |st=u.

Man2 tip.gif After a Bluefish version update, you can have to modify the rev parameter.


Tips and Notes Templates

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!

examples

{{note|text=mytext here, use <br /> to break lines.}}
Man2 note.gif mytext here, use <br />
to break lines.
{{warning|text=mytext here, use <br /> to break lines.}}
Man2 warning.png mytext here, use <br />
to break lines.
Man2 tip.gif use Bluefish mediawiki snippets to edit this manual...
task will be more easy!

Clear Template

You can write {{clear}} as a shortcut of <br style="clear:both" />
The next element will be moved below all floating boxes of earlier elements.

Top Template

You can write {{top}} to create a link to the top of the page: Top.png

Toc Template

You can write {{toc}} to create a floating right ToC

Images

see mediawiki manual: Images Syntax
note: to add in snippets and bflang2

In the manual images are framed with a title:

One image

For one large image, with text on top and/or bottom:

[[File:Man2_snippet_insert_dialog.png|none|frame|snippet insert dialog]]

For a small image floating left with text on the right:

[[File:Man2 create snippet4.png|left|frame|lorem ipsum]]
lorem ipsum
{{clear}}

More images

In this case we use a table:

{|
|valign="bottom" align="center"|[[File:Man2 create snippet.png|none|frame|lorem ipsum]]
|valign="bottom" align="center"|[[File:Man2 create snippet2.png|none|frame|lorem ipsum]]
|valign="bottom" align="center"|[[File:Man2 create snippet3.png|none|frame|lorem ipsum]]
|}

Top.png