[[Property:title|Help to edit documentation]] [[Property:link_title|Editing help]] [[Property:weight|3]] = Wikitext syntax = * Have a look at [https://en.wikipedia.org/wiki/Help:Wiki_markup Wikipedia markup] documentation. * The current website does not support the full Wikipedia syntax, but still most of the needed cases. * To embed inline code: ** `` `foo.bar` `` ** `foo.bar` ** `foo.bar` * To embed block code: ```xml class FOOBAR ``` ```xml class FOOBAR ``` ```eiffel class FOOBAR ``` Note: if you do not specify the lang, it is defaulted to "eiffel" = Templates = == Top page templates == Used to qualify the current page. === ReviewRequested === :{{ReviewRequested|This is a ReviewRequested message}} {{ReviewRequested|This is a ReviewRequested message}} === UnderConstruction === :{{UnderConstruction|This is a UnderConstruction message}} {{UnderConstruction|This is a UnderConstruction message}} === UpdateNeeded === :{{UpdateNeeded|This is a UpdateNeeded message}} {{UpdateNeeded|This is a UpdateNeeded message}} === Beta === :{{Beta|This is a beta message}} {{Beta|This is a beta message}} == Block templates == === Caution === :{{Caution|This is a caution message}} {{Caution|This is a caution message}} === Definition === :{{Definition|abc|This is a Definition message}} {{Definition|abc|This is a Definition message}} === Info === :{{Info|This is a Info message}} {{Info|This is a Info message}} === Note === :{{Note|This is a Note message}} {{Note|This is a Note message}} === Recommended === :{{Recommended|This is a Recommended message}} {{Recommended|This is a Recommended message}} === Rule === :{{Rule|name=abc|text=This is a Rule message}} {{Rule|name=abc|text=This is a Rule message}} === Sample === :{{Sample|This is a Sample message}} {{Sample|This is a Sample message}} === SeeAlso === :{{SeeAlso|This is a SeeAlso message}} {{SeeAlso|This is a SeeAlso message}} === Tip === :{{Tip|This is a Tip message}} {{Tip|This is a Tip message}} === Warning === :{{Warning|This is a Warning message}} {{Warning|This is a Warning message}} == Inline templates == === Key === :This is a {{Key|key message}} in the text. This is a {{Key|key message}} in the text. === Error === :This is a {{Inline-Error|error message}} in the text. This is a {{Inline-Error|error message}} in the text. === Info === :This is a {{Inline-Info|info message}} in the text. This is a {{Inline-Info|info message}} in the text. === Success === :This is a {{Inline-Success|success message}} in the text. This is a {{Inline-Success|success message}} in the text. === Warning === :This is a {{Inline-Warning|warning message}} in the text. This is a {{Inline-Warning|warning message}} in the text.