Guidelines for Writing this Manual: Difference between revisions
m →Images |
|||
Line 65: | Line 65: | ||
=== Images === | === Images === | ||
see mediawiki manual: [http://www.mediawiki.org/wiki/Help:Images#Syntax Images Syntax]<br /> | see mediawiki manual: [http://www.mediawiki.org/wiki/Help:Images#Syntax Images Syntax]<br /> | ||
<small>note: to add in snippets and bflang2<small> | <small>note: to add in snippets and bflang2</small> | ||
In the manual images are framed with a title:<br /> | |||
==== One image ==== | |||
For one large image, with text on top and/or bottom:<br /> | |||
<pre>[[File:Man2_snippet_insert_dialog.png|none|frame|snippet insert dialog]]</pre> | |||
For a small image floating left with text on the right: | |||
<pre>[[File:Man2 create snippet4.png|left|frame|lorem ipsum]] | |||
lorem ipsum | |||
{{clear}}</pre> | |||
==== More images ==== | |||
In this case we use a table: | |||
<pre>{| | |||
|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]] | |||
|}</pre> | |||
{| | {| |
Revision as of 12:55, 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
Bluefish Wiki Manual use 2 templates for navigation: Man2top and Man2bottom.
They do not usually need to be edited.
Man2top and Man2bottom templates do not usually need to be edited. Exceptions:
|
|
Tips and Notes Templates
Bluefish Wiki Manual use templates for:
note: | tip: | important: | warning: | ||||||||||||
|
|
|
|
examples
{{note|text=mytext here, use <br /> to break lines.}} |
| |||
{{warning|text=mytext here, use <br /> to break lines.}} |
|
|
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:
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]] |}