« Issue/4821 » : différence entre les versions

De Semantic MediaWiki - Sandbox
(chg)
m (typo)
 
(2 versions intermédiaires par le même utilisateur non affichées)
Ligne 11 : Ligne 11 :


== Example 2 ==
== Example 2 ==
Preventing <nowiki><nowiki></nowiki> tags by using the HTML entity for underscores (<nowiki>&#95;</nowiki>).
Preventing <nowiki><nowiki></nowiki> tags by using the HTML entity for underscore (<code><nowiki>&#38;#95;</nowiki></code>).
; Annotation (alternative)
; Annotation
<pre>
<pre>
[[Has text::a new magic word &#95;&#95;NOCACHE&#95;&#95;]]
[[Has text::a new magic word &#95;&#95;NOCACHE&#95;&#95;]]
</pre>
</pre>


; Result (alternative)
; Result
[[Has text::a new magic word &#95;&#95;NOCACHE&#95;&#95;]]
[[Has text::a new magic word &#95;&#95;NOCACHE&#95;&#95;]]



Dernière version du 23 août 2020 à 18:00

Refs: https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/4821

Example 1

Annotation
[[Has text::a new magic word __NOCACHE__]]
Result

a new magic word <nowiki>__NOCACHE__</nowiki>

Example 2

Preventing <nowiki> tags by using the HTML entity for underscore (&#95;).

Annotation
[[Has text::a new magic word __NOCACHE__]]
Result

a new magic word __NOCACHE__

Browse

browse Issue/4821

Setting

$smwgParserFeatures = $smwgParserFeatures | SMW_PARSER_UNSTRIP;

docu for $smwgParserFeatures

Les cookies nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de cookies.