PipeEscape

De Semantic MediaWiki - Sandbox

Révision datée du 23 janvier 2019 à 19:30 par Kghbln (discussion | contributions) (add)

Demonstrates the usage of the "PipeEscape" extension.

Code 1
{{#if: {{{arg|}}}
 |{{#!:
{|
|-
!       || Heading 1 || Heading 2
|-
| Row a || a1        || a2
|-
| Row b || b1        || b2
|}
}}
}}
Result 1


Code 2
{{#if: {{{arg|value}}}
 |{{#!:
{|
|-
!       || Heading 1 || Heading 2
|-
| Row a || a1        || a2
|-
| Row b || b1        || b2
|}
}}
}}
Result 2
Heading 1 Heading 2
Row a a1 a2
Row b b1 b2
Les cookies nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de cookies.