User:Contribution/Chanopif Project: Difference between revisions

Contribution (talk | contribs)
No edit summary
Contribution (talk | contribs)
No edit summary
Line 70: Line 70:


Metadata is optional but, if included, should appear on the second line for quick identification without needing to scan the entire file. YAML is used, and fields are open-ended.
Metadata is optional but, if included, should appear on the second line for quick identification without needing to scan the entire file. YAML is used, and fields are open-ended.
<code><meta>
<code><meta>
YAML content
YAML content
</meta></code>
</meta></code>


=== Comments ===
=== Comments ===


Use # to insert a comment. Comments are ignored by the parser and do not affect the file's execution. They can be used to provide explanations or annotations within the file.
Use # to insert a comment. Comments are ignored by the parser and do not affect the file's execution. They can be used to provide explanations or annotations within the file.
Nota bene: YAML metadata only supports inline comment.
Nota bene: YAML metadata only supports inline comment.
  <code># Inline comment</code>
  <code># Inline comment</code>