This page (revision-7) was last changed on 30-Jul-2012 15:52 by Administrator

This page was created on 30-Jul-2012 14:37 by Administrator

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
7 30-Jul-2012 15:52 4 KB Administrator to previous
6 30-Jul-2012 15:51 4 KB Administrator to previous | to last
5 30-Jul-2012 15:42 4 KB Administrator to previous | to last
4 30-Jul-2012 15:40 4 KB Administrator to previous | to last
3 30-Jul-2012 15:28 4 KB Administrator to previous | to last
2 30-Jul-2012 15:26 4 KB Administrator to previous | to last
1 30-Jul-2012 14:37 5 KB Administrator to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
!!! G2GP Wiki Guide: Markup and Conventions
[Support Index|help]
At line 3 added 2 lines
!!! ARCHES Wiki Guide: Markup
At line 9 changed one line
By default all users are set to use the plain editor for wiki page markup. Once in the editor you will be able to see, below the text panel, an outline of common markup elements. A number of standardised tags along with details of where to use them are also detailed on this page (below). Two alternative editors have also been installed, plain and FCKEditor (discussed below), and both can be accessed from the 'My Prefs' link on the wiki toolbar. All of the editors do have an options and editor toolbars so much of the formatting can be applied a la Word (select text and click formatting option). The three editors are:
By default all users are set to use the plain editor for wiki page markup. This is a simple plain text editor. All markup is visible and display formatting can be seen in the preview window below the editor. Once in the editor you will be able to see a toolbar at the top which includes buttons for the common markup elements. A number of standardised tags along with details of where to use them are also detailed on this page (below). The editor toolbar allows the formatting to be applied a la Word (select text and click formatting option) or it can be written by hand.
At line 11 changed one line
* __Plain__ - a simple plain text editor. All markup is visible and will only display formatting in the preview window below the editor.
!Page headings
At line 13 removed one line
Users should be aware that a time-out period of 30 minutes has been across the whole wiki (both viewing and editing). If no activity is registered within this period you will be automatically logged out.
At line 15 removed 7 lines
! Headings
__Table of Contents__
* Guide Titles - triple !
* Guide authors and section headings - single !
At line 24 removed 20 lines
!!! A G2GP (!!!)
! By A. nonymous (!)
! Edited by S. Omebody (!)
~\\ \\
~\\
! Section 1. blah blah (!) (unlinked)
* 1.1 Introduction (all linked)
%%
__Page headings__
* All pages should contain navigation (very top and bottom) and the section heading (top, !!)
* Subheadings should be styled as per example below
%%( border: 1px dotted black; padding: 1em; background-color: rgb(221, 221, 221); )
Example:
At line 82 removed 28 lines
!Navigation Elements
Top of page:
{{{
[Previous|DbSht_2] ~| [Next|DbSht_Bib] ~| [Contents|DbSht_Toc]
----
!!Section 3. Archiving Databases and Spreadsheets...
}}}
Bottom of page
{{{
...documentation can then be stored in sub directories within this structure.
----
[1|#1] [http://www.gnome.org/projects/gnumeric/|http://www.gnome.org/projects/gnumeric/]
\\[2|#2] [http://www.bar.admin.ch/dienstleistungen/00823/00825/index.html?lang=en]
----
[Previous|DbSht_2] ~| [Next|DbSht_Bib] ~| [Contents|DbSht_Toc]
\\
\\
}}}
At line 123 changed one line
* Images should be named using the guide title, section and figure numbers e.g. gis_1-1_fig01.gif.
* It is helpful if images are given a relevant to the image content or page they are included in
At line 125 removed 2 lines
* Figures should be centred
* Captions should be formatted as below (prefixed 'Figure #'(bold) and centred, followed by double line break).
At line 149 removed 2 lines
At line 153 changed one line
* Should be captioned above table e.g.
The JSPwiki [http://www.jspwiki.org/wiki/TablePlugin|table plug in] has been included to allow the use of complex tables (with colspan and rowspan etc)
At line 97 added one line
Example:
At line 156 changed 6 lines
\\
%%center
__Table 1__: caption text here...
%%
||Header1||Header2
|Content1|Content2
|Nr |A |< |C |<
|# |a |b |c |(background:yellow;)d
|# |^ |b |^ |(background:yellow;)d
At line 103 added one line
becomes (simulated)
At line 105 added 10 lines
{{
&nbsp;&nbsp;+----+-------+-------+\\
&nbsp;&nbsp;| Nr | A &nbsp; &nbsp; | C &nbsp; &nbsp; |\\
&nbsp;&nbsp;+----+---+---+---+---+\\
&nbsp;&nbsp;| 1&nbsp; | a | b | c |%%(background:yellow;) d %%|\\
&nbsp;&nbsp;+----+ &nbsp; +---+ &nbsp; +---+\\
&nbsp;&nbsp;| 2&nbsp; | &nbsp; | b | &nbsp; |%%(background:yellow;) d %%|\\
&nbsp;&nbsp;+----+---+---+---+---+\\
}}
At line 186 changed one line
* double-clicking to highlight a word will include the trailing space (unless follwed by punctuation).
* double-clicking to highlight a word will include the trailing space (unless followed by punctuation).