|
|
Linha 2: |
Linha 2: |
| A anotação dos metadados, seguirá sempre que possível a lógica da ISO/TS 21526:2019. | | A anotação dos metadados, seguirá sempre que possível a lógica da ISO/TS 21526:2019. |
| {| class="wikitable smwtable" | | {| class="wikitable smwtable" |
| ! What it does | | ! ID |
| ! What you type | | ! Nome Tabela |
| ! What is to note | | ! Nome Coluna |
| |- | | ! Versão SONHO |
| | Classify a [[link]] with the property "example property." | | ! Instituição |
| | <div class="smwpre"><nowiki>Classify a [[Example property::link]] with the property "example property."</nowiki></div> | | ! Descrição |
| | | | ! Código SNOMED |
| |-
| | |
| | Make [[link|alternate text]] appear in place of the link.
| |
| | <div class="smwpre"><nowiki>Make [[Example property::link|alternate text]] appear in place of the link.</nowiki></div>
| |
| |
| |
| |-
| |
| | To hide the property [[link| ]] from appearing at all, use a space as the alternate text.
| |
| | <div class="smwpre"><nowiki>To hide the property [[Example property::link| ]] from appearing at all use a space as the alternate text.</nowiki></div>
| |
| |
| |
| The space after “<code><nowiki>|</nowiki></code>” is necessary. If the space is omitted, the MediaWiki [[wp:Help:Pipe trick|pipe trick]] applies, but rarely with desirable effects. If the space is present, SMW will not print anything (the desired result in most cases). To make a space appear in the text, use <code>&nbsp;</code> as a space symbol).<br>
| |
| → Consider using [[#Silent annotations using .23set|annotations with <code>#set</code>]] instead.
| |
| |-
| |
| | To make an ordinary link with :: without creating a property, escape the markup with a colon in front, e.g.<br />The [[:C++ :: operator]].
| |
| | <div class="smwpre"><nowiki>The [[:C++ :: operator]].</nowiki></div>
| |
| |
| |
| |-
| |
| | Since {{Release|2.3.0}} it is possible to have property values which include a :: without creating an extra property (see just below), e.g.<br />The IPv6 address is [[IPv6 address::fc00:123:8000::/%6]].[[CiteRef::gh:smw:1066]]
| |
| | <div class="smwpre"><nowiki>The IPv6 address is [[IPv6 address::fc00:123:8000::/%6]].</nowiki></div>
| |
| |
| |
| Square brackets “<code>[</code>“, wiki links “<code><nowiki>[[...]]</nowiki></code>”, double colons “<code>::::</code>” are not possible.[[CiteRef::gh:smw:893]]<br>
| |
| → Consider using [[#Silent annotations using .23set|annotations with <code>#set</code>]] instead.
| |
| |-
| |
| | To assign one value to multiple properties, add :: between each name, e.g. [[link]].
| |
| | <div class="smwpre"><nowiki>e.g. [[Property1::Property2::link]].</nowiki></div>
| |
| |
| |
| As of {{Release|2.3.0}} it requires a disabled [[Help:$smwgEnabledInTextAnnotationParserStrictMode|strict mode]] setting.[[CiteRef::gh:smw:1252]])<br>
| |
| → Consider using [[#Silent annotations using .23set|annotations with <code>#set</code>]] instead.
| |
| |} | | |} |