Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

By using semantic labeling you can capture more information than is visible in the text. This applies especially to footnotes, comments and citations.
  • When entering it, put two # sympols behind the characteristic word, the explain it.
  • The entire term is set into square brackets.
  • The following table displays possible semantic labels.
  • In order to test the function, please move your cursor above the labelled word.
FormatCommandExample (input)Example (output)
Abbreviationabbr: Please move your cursor above the following [abbr:abbreviation##Explenation of abbreviation].Please move your cursor above the following abbreviation.
Definitiondfn: Please move your cursor above the following[abbr:definition##Explenation of definition].Please move your cursor above the following definition.
Acronymacronym: Please move your cursor above the following [abbr:Akronym##Explenation of acronyms].Please move your cursor above the following acronym.

(Info) With x-html_tag you may generate arbitrary inline HTML-Tags. e.g to support  project specific HTML5 Tags.

Tables and Overviews

You can display a set of facts or figures systematically in tables. The data to be displayed is set in columns and rows

  • Tables start with the tab: command, followed by a line break.
  • All following lines each represent a row with columns. Columns are separated using a separator mark, with a space before and after the separator mark.
  • To clearly separate a table-block from the rest of the text of you place a blank line before and after the table-block.
  • In case the table should contain a heading at the top, enter tab:spaltig. Should the left table culumn be a heading, enter tab:zeilig. (Unfortunately the commands splatig and zeilig are not localized.)

FormattingCommandExample InputExample Output
Indexdef:
:=
def:
FRG := German
UK := English

FRG German

UK English


Tabletab:
|
tab:
 | Colour | Flavor
Apples | red | sourish
Peas | yellow | sweet



ColourFlavor
Applesredsourish
Peasyellowsweet


Cell Blockingnbsp:tab:
nbsp: | pieces
Apples | 10 br: (20)
Peas | 3 br: (6)



Pieces
Apples10
(20)
Peas3
(6)


Tabletab:
|
tab:
 | Colour | Flavor
Apples | red | sourish
Peas | yellow | sweet



ColourFlavor
Applesredsourish
Peasyellowsweet


Molded horizontal cells|<tab:
 | Colour | Flavor
Apples | red | sourish
Peas gone! |< |<



ColourFlavor
Applesredsourish
Peas gone!


Molded vertical cells|^tab:
 | Colour | Flavor
Apples | red | sourish
Cherries |^| sourish



ColourFlavor
Applesredsourish
Cherriessourish



(Warnung) Please note it is more clear to add a new text paragraph element for each block (in this case the table-block).


Links and References inside text

Inside the text you can place links to external web sites or a document or image inside the system.

  • A reference is set by entering a reference command and a path to the location of the referenced target.
  • The description for a references follows after the path, separated by two # symbols
  • The whole phrase is set in square brackets.
  • Possible link- and reference-commands are shown in the table below
FormattingCommandExample InputExample Output
Internal Reference  (1)doc:Additional Information in [doc:/acme.com/en/Content##Content]
Additional Information in [doc:reference-context##Content]
Additional Information in Content
External Referencehttps:Visit us at [https://www.salient.de##Salient]Visit us at Salient
E-Mail (2)mailto:For further questions, please contact [mailto:service@salient.de##salient]For further questions, please contact salient
Popuppopup;pixel-width;pixel-heightAdditional Information in [doc:/acme.com/en/Content##Content##popup;500;600]Additional Information in Content
Modalmodal;pixel-width;pixel-heightAdditional Information in [doc:/acme.com/en/Content##Content##modal;500;600]Additional Information in Content
New Window_blank;pixel-width;pixel-heightAdditional Information in [doc:/acme.com/en/Content##Content##_blank;500;600]Additional Information in Content
Media Assetmedia:media:/Media/Picture##Description##80


Please note that links and references placed by this technique are not updated if the target document or asset is being moved. Therefore it is recommended to use paragraphs like the reference-paragraph instead.

(1) The use of absolute internal paths is problematic.  If the target document has been moved, this link will no longer be valid. As of openforms version 5.50, it ist possible to use reference context key defined in the 'Known Links' attribute of the current paragraph or version. 

(2) It is also possible to preset a mail body: [mailto:address##label##subject##body].