Toolbox: Difference between revisions
No edit summary |
|||
Line 6: | Line 6: | ||
==Deciding where to create your page== <!--T:2--> | ==Deciding where to create your page== <!--T:2--> | ||
Many people choose to draft a page on their own Talk page, then move the result to the desired site. Sometimes there is a good reason for preferring to do it in the final location. If that is the case, consider using before your content <nowiki>{{Construction}}</nowiki> which will display | Many people choose to draft a page on their own Talk page, then move the result to the desired site. Sometimes there is a good reason for preferring to do it in the final location. If that is the case, consider using before your content <nowiki>{{Construction}}</nowiki> which will display | ||
{{Construction}} | {{Construction}} | ||
===Directory Structure=== <!--T:3--> | ===Directory Structure=== <!--T:3--> | ||
Try to avoid creating a structure more than three levels deep. For most purposes, the following guide will suffice: | Try to avoid creating a structure more than three levels deep. For most purposes, the following guide will suffice: | ||
Line 32: | Line 34: | ||
==Add an introductory screenshot and description== <!--T:8--> | ==Add an introductory screenshot and description== <!--T:8--> | ||
Whenever possible we begin an application's top-level page with this. The code to achieve it is | Whenever possible we begin an application's top-level page with this. The code to achieve it is | ||
Line 43: | Line 46: | ||
==Format your text== <!--T:10--> | ==Format your text== <!--T:10--> | ||
===Use Headings=== | ===Use Headings=== | ||
Headings automatically form part of your Table of Contents, so need to be structured. Their place in the tree is governed by multiple '=' characters at each end of the heading. Avoid using a single one - that denotes a page heading, and the automatic page heading should be used. Your major headings will use '==text goes here==', the next level, '===more text===' and so on. | Headings automatically form part of your Table of Contents, so need to be structured. Their place in the tree is governed by multiple '=' characters at each end of the heading. Avoid using a single one - that denotes a page heading, and the automatic page heading should be used. Your major headings will use '==text goes here==', the next level, '===more text===' and so on. | ||
===Use '''bold''' and ''italic''=== <!--T:11--> | ===Use '''bold''' and ''italic''=== <!--T:11--> | ||
Blips are used to specify bold and italic words. | Blips are used to specify bold and italic words. | ||
Line 94: | Line 99: | ||
===Lists, numbered and bulleted=== <!--T:20--> | ===Lists, numbered and bulleted=== <!--T:20--> | ||
<nowiki>*</nowiki> is the symbol to use for bulletted lists. ** gives a second level: | <nowiki>*</nowiki> is the symbol to use for bulletted lists. ** gives a second level: | ||
<nowiki> | |||
* One star | |||
<!--T:21--> | <!--T:21--> | ||
* Next point | |||
<!--T:22--> | <!--T:22--> | ||
** Sub-point | |||
<!--T:23--> | <!--T:23--> | ||
* Third point</nowiki> | |||
<!--T:24--> | <!--T:24--> | ||
Line 111: | Line 117: | ||
<!--T:25--> | <!--T:25--> | ||
* One star | |||
* Next point | |||
** Sub-point | |||
* Third point | |||
<!--T:26--> | <!--T:26--> | ||
Line 122: | Line 128: | ||
<!--T:27--> | <!--T:27--> | ||
<nowiki> | <nowiki> | ||
# A single hash | |||
<!--T:28--> | <!--T:28--> | ||
# Second point | |||
<!--T:29--> | <!--T:29--> | ||
## A sub-point | |||
<!--T:30--> | <!--T:30--> | ||
# Third point</nowiki> | |||
<!--T:31--> | <!--T:31--> | ||
Line 137: | Line 143: | ||
<!--T:32--> | <!--T:32--> | ||
# A single hash | |||
# Second point | |||
## A sub-point | |||
# Third point | |||
<!--T:33--> | <!--T:33--> | ||
Line 154: | Line 160: | ||
<!--T:37--> | <!--T:37--> | ||
{{Input|1=<nowiki>[[PageLayout|this page]]</nowiki>}} | |||
<!--T:38--> | <!--T:38--> | ||
Line 166: | Line 172: | ||
<!--T:41--> | <!--T:41--> | ||
{{Input|1=<nowiki>[http://techbase.kde.org/Schedules our road map]</nowiki>}} | |||
<!--T:42--> | <!--T:42--> | ||
Line 178: | Line 184: | ||
==Illustrate your text== <!--T:45--> | ==Illustrate your text== <!--T:45--> | ||
===Add a single image, centered=== | ===Add a single image, centered=== | ||
<!--T:46--> | <!--T:46--> | ||
{{Input|1=<nowiki>[[Image:KMail-kde4.png|250px|center]]</nowiki>}} | |||
<!--T:47--> | <!--T:47--> | ||
Line 195: | Line 202: | ||
===Use tables to precisely place multiple images=== <!--T:51--> | ===Use tables to precisely place multiple images=== <!--T:51--> | ||
<div style="white-space:pre;"> | <div style="white-space:pre;"> | ||
{|style="border:2px dotted #BCBCBC; background:lemonchiffon" align="center" | |||
|<nowiki>{|class=tablecenter | |<nowiki>{|class=tablecenter | ||
|[[Image:Desktop-config-customized.png|230px|center]]||[[Image:Desktop-settings-rightclick.png|230px|center]] | |[[Image:Desktop-config-customized.png|230px|center]]||[[Image:Desktop-settings-rightclick.png|230px|center]] | ||
Line 209: | Line 217: | ||
<!--T:53--> | <!--T:53--> | ||
{|class=tablecenter | |||
|[[Image:Desktop-config-customized.png|230px|center]]||[[Image:Desktop-settings-rightclick.png|230px|center]] | |[[Image:Desktop-config-customized.png|230px|center]]||[[Image:Desktop-settings-rightclick.png|230px|center]] | ||
|- | |- | ||
Line 223: | Line 231: | ||
<!--T:56--> | <!--T:56--> | ||
Where a note or warning is relevant within your text, use | Where a note or warning is relevant within your text, use these templates: | ||
< | <nowiki>{{Info|This is general information}}</nowiki> displays | ||
{{Info|This is general information}} | |||
| | |||
< | <nowiki>{{Note|Some important information at this point}}</nowiki> displays | ||
{ | {{Note|Some important information at this point}} | ||
</nowiki> | |||
|} | |||
< | <nowiki>{{Tip|A helpful piece of advice, something to remember}}</nowiki>displays | ||
{{Tip|A helpful piece of advice, something to remember}} | |||
<nowiki>{{Warning|Take care - this is a dangerous thing to do}}</nowiki> displays | |||
{{Warning|Take care - this is a dangerous thing to do}} | |||
{{ | |||
==KDE3 and KDE SC 4 versions of applications== <!--T:68--> | ==KDE3 and KDE SC 4 versions of applications== <!--T:68--> | ||
<!--T:69--> | <!--T:69--> | ||
By default, KDE SC 4 is assumed. If the KDE SC 4 version is not yet ready for release it may be necessary to document the KDE3 version. In this case you should add an icon <nowiki>{{KDE3}}</nowiki> | By default, KDE SC 4 is assumed. If the KDE SC 4 version is not yet ready for release, or where only a KDE 3 version exists, it may be necessary to document the KDE3 version. In this case you should add an icon <nowiki>{{KDE3}}</nowiki> | ||
which displays {{KDE3}}. Should you be writing about a KDE3 version and KDE SC 4 version on the same page, use icons for both - <nowiki>{{KDE4}}</nowiki> which displays {{KDE4}} | which displays {{KDE3}}. Should you be writing about a KDE3 version and KDE SC 4 version on the same page, use icons for both - <nowiki>{{KDE4}}</nowiki> which displays {{KDE4}} | ||
==Useful Templates== <!--T:70--> | ==Other Useful Templates== <!--T:70--> | ||
===Community Applications=== | ===Community Applications=== | ||
Line 304: | Line 268: | ||
===Making major edits to Existing Pages=== <!--T:75--> | ===Making major edits to Existing Pages=== <!--T:75--> | ||
If a page is likely to be open for editing for some time there is a danger of conflicts - someone else may edit at the same time, and saving your edit will cancel out theirs, or vice versa. The way to avoid that is to make a temporary entry, directly under the language bar, using <nowiki>{{Being_Edited}}</nowiki> which will display | If a page is likely to be open for editing for some time there is a danger of conflicts - someone else may edit at the same time, and saving your edit will cancel out theirs, or vice versa. The way to avoid that is to make a temporary entry, directly under the language bar, using <nowiki>{{Being_Edited}}</nowiki> which will display | ||
Line 313: | Line 278: | ||
===Adding a new complex page=== <!--T:78--> | ===Adding a new complex page=== <!--T:78--> | ||
If you need to be able to work on a page for quite some time, over several days, for instance, you may like to use the Construction template - <nowiki>{{Construction}}</nowiki>, which displays | If you need to be able to work on a page for quite some time, over several days, for instance, you may like to use the Construction template - <nowiki>{{Construction}}</nowiki>, which displays | ||
Line 328: | Line 294: | ||
=== Subpages of {{FULLPAGENAME}}=== <!--T:82--> | === Subpages of {{FULLPAGENAME}}=== <!--T:82--> | ||
{{Special:PrefixIndex/{{FULLPAGENAME}}/}} | {{Special:PrefixIndex/{{FULLPAGENAME}}/}} | ||
<!--T:83--> | <!--T:83--> | ||
---- | ---- | ||
[[Category:Contributing]] | |||
</translate> | </translate> | ||
Revision as of 10:23, 11 September 2010
This page offers examples of formatting code for common tasks
Deciding where to create your page
Many people choose to draft a page on their own Talk page, then move the result to the desired site. Sometimes there is a good reason for preferring to do it in the final location. If that is the case, consider using before your content {{Construction}} which will display
Directory Structure
Try to avoid creating a structure more than three levels deep. For most purposes, the following guide will suffice:
Application
Application/Troubleshooting
Application/xxx-How-To
Application/Manual
Application/Manual/Introduction
Application/Manual/Section_1
Application/Manual/Section_xxx
Do not add an i18n language bar
{{Template:I18n/Language Navigation Bar|Toolbox}} |
New pages should not have this language bar. It related to the old style of translation and will not work with page translation extension. The new style language bar will be added by the software when the first translation is made.
Add an introductory screenshot and description
Whenever possible we begin an application's top-level page with this. The code to achieve it is
{|class="tablecenter vertical-centered" |[[Image:YourScreenshot.png|250px|thumb]] |Your descriptive text |}
Format your text
Use Headings
Headings automatically form part of your Table of Contents, so need to be structured. Their place in the tree is governed by multiple '=' characters at each end of the heading. Avoid using a single one - that denotes a page heading, and the automatic page heading should be used. Your major headings will use '==text goes here==', the next level, '===more text===' and so on.
Use bold and italic
Blips are used to specify bold and italic words.
Use '''bold text''' to specify bold text and ''italic text'' to specify italic text.
In order to ensure we get easy and accurate translations, please adhere to the typographical guidelines.
Add a code snippet
We distinguish code that the user inputs from terminal output by the use of templates. {{Input|1=this piece of code is input by the user}} displays
this piece of code is input by the user
Code output by a terminal is shown similarly, using {{Output|1=the user would read this in konsole}} which displays as
the user would read this in konsole
Be aware that very long lines can be problematic. Wherever possible display the code in reasonably short lines.
You can also combine input/output areas with GeSHi syntaxhiglighting. An input area like this
{{Input|<syntaxhighlight lang="php" line> # Initialise common code $preIP = dirname( __FILE__ ); require_once( "$preIP/includes/WebStart.php" ); </syntaxhighlight>}}
will result in
# Initialise common code $preIP = dirname( __FILE__ ); require_once( "$preIP/includes/WebStart.php" );
Add indents
- ":" is used for an indent, and was used in multiples in some old pages. This is deprecated, and causes some problems, so the multiples will be removed as they are found. A single ":" indents by four characters.
Lists, numbered and bulleted
* is the symbol to use for bulletted lists. ** gives a second level: * One star * Next point ** Sub-point * Third point
produces
- One star
- Next point
- Sub-point
- Third point
Numbered lists are produced in the same way, using '#'.
# A single hash # Second point ## A sub-point # Third point
produces
- A single hash
- Second point
- A sub-point
- Third point
This is less useful than the bulletted list.
Add a link
There are two kinds of links to learn, internal ones, to another userbase page, and external URL links.
For an internal link the format [[PageLayout]], where you want to display the name of the page, does work, but it is not ideal, particularly for translation to docbook. It is better to use the form [[PageLayout|Page Layout]], as it avoids problems at the translator stage. You often need to include the link in a sentence, so in that case you would use
[[PageLayout|this page]]
which displays
External links are slightly different so
[http://techbase.kde.org/Schedules our road map]
displays
our road map, which would take you straight to the techbase page.
One last thing to note - when you preview your page, the links are live. This gives you two benefits. You can check (by hovering) that your links are set up as you expected, and you can use a red link to create a new page.
Illustrate your text
Add a single image, centered
[[Image:KMail-kde4.png|250px|center]]
Note that you can change the position of the image, but the default is left. The size of the image depends on the circumstances, but for screenshots I recommend no less than 250px and no more than 500px.
Where you need to show more detail, create a moderately sized image, clickable, so that the full-size can be seen. Simply add the parameter '|thumb' within the image parentheses.
A caption can also be added as a parameter, but will only show if '|thumb' is present.
Use tables to precisely place multiple images
{|class=tablecenter |[[Image:Desktop-config-customized.png|230px|center]]||[[Image:Desktop-settings-rightclick.png|230px|center]] |- |[[Image:Desktop-theme-details-dialog.png|230px|center]]||[[Image:Plasma-multiple-themes.png|230px|center]] |} |
displays
Note that all the parameters for one image are contained within [[...]], and cells are separated by '||'. To start a new line, insert '|-' on an otherwise-empty line, then '|' at the start of the next one.
Add Notes and Warnings
Where a note or warning is relevant within your text, use these templates:
{{Info|This is general information}} displays
{{Note|Some important information at this point}} displays
{{Tip|A helpful piece of advice, something to remember}}displays
{{Warning|Take care - this is a dangerous thing to do}} displays
KDE3 and KDE SC 4 versions of applications
By default, KDE SC 4 is assumed. If the KDE SC 4 version is not yet ready for release, or where only a KDE 3 version exists, it may be necessary to document the KDE3 version. In this case you should add an icon {{KDE3}} which displays . Should you be writing about a KDE3 version and KDE SC 4 version on the same page, use icons for both - {{KDE4}} which displays
Other Useful Templates
Community Applications
The final consideration concerns those applications which are not distributed as core KDE applications. These need to be indicated by an icon, placing {{Community-app}}
at the end of your sentence or line, just as you would to denote a footnote in general writing. You then need to add {{Community-app-footnote}} which will create a footnote, like this:
Support for this application can be found from the project's home page
Making major edits to Existing Pages
If a page is likely to be open for editing for some time there is a danger of conflicts - someone else may edit at the same time, and saving your edit will cancel out theirs, or vice versa. The way to avoid that is to make a temporary entry, directly under the language bar, using {{Being_Edited}} which will display
If this notice persists for an unreasonable time, please either notify irc.freenode.org #kde-www or report on Annew's Talk page
Note: Pages should not normally be marked for translation while they are being actively worked on
Don't forget to remove it when you have finished!
Adding a new complex page
If you need to be able to work on a page for quite some time, over several days, for instance, you may like to use the Construction template - {{Construction}}, which displays
Adding a List of Sub-Pages
== Subpages of {{FULLPAGENAME}} == {{Special:PrefixIndex/{{FULLPAGENAME}}/}}
is very useful when you want to list subpages with active links, such as