<!−− id:uniqueidentifier −−>Text string
If not provided the export system will do its best to generate one, and will also ensure that any identifier given is indeed unique (by adding a numeric suffix as necessary)
%!-- The comment uses percents instead of angle brackets --%
|< - 132 397 ... n >|
where 132
is the width of the first column, 397
the width of the second column and n
the width of the nth column. All measurements are in pixels.
<imgcaption figure_x|The caption>
The caption may also include subcaptions, which are assumed to start with (a), (b), © etc:
<imgcaption figure_y|Another caption (a) with subcaption>
Finally, you can include unique identifiers for caption strings using the same notation as for HTML comments:
<imgcaption figure_z|%!-- id:cap8 --%Last caption %!-- id:cap8sub1 --%(z) and its subcaption>
<tblcaption table_x|The caption>
<imgref figure_x>
The reference to a table caption is once again similar:
<tblref table_x>
Please note that references to figures and tables only work within the same page
==START==
and followed by
==END==
headings in order to provide convenient edit links
<code 1> ...
To import the XML form of a manual into the Wiki run the PHP importing script from the command line:
cd <gsdl-docs>/php php gs-manual-import.php -m [user|install|develop|paper] -l [ar|fr|en|es|pt-br|ru]
Export of a manual into XML form is handled by clicking one of the two links at the top of the top level manual page (where cover metadata is listed). Exporting the draft version of a manual will produce XML from the latest version of pages regardless of approval. Meanwhile exporting the approved version of a manual includes only the most recently approved versions of pages (and only uses draft versions if approved versions not available).