User:Davidgothberg/Test77
From Wikipedia, the free encyclopedia
Testing
Testing the Help:Books/for experts#Fixing problems stuff:
1: +{{davidtest}}+
2: +This is User:Davidgothberg/Test78.+
3: {{noprint}}: +
+
4: {{hide in print}}: +{{hide in print| Text to be hidden }}+
5: {{only in print}}: +{{only in print| Text to be shown }}+
6: {{noprint}} with headings:
7: {{hide in print}} with headings:
{{hide in print| 1 =
=== Heading 1 ===
Some text.
=== Heading 2 ===
Some text.
=== Heading 3 ===
}}
8: {{only in print}} with headings:
{{only in print
| 1 =
=== Heading 1 ===
Some text.
=== Heading 2 ===
Some text.
=== Heading 3 ===
}}
9: Hardcoded ((print version)) with headings:
{{#if: {{hide in print|web}}
| === Web heading 1 ===
Some text.
=== Web heading 2 ===
Some text.
=== Web heading 3 ===
| === Print heading 1 ===
Some text.
=== Print heading 2 ===
Some text.
=== Print heading 3 ===
}}
10: Just an if-case with headings:
Heading 1
Some text.
Heading 2
Some text.
Heading 3
14: Headings inside a parameter piped fall-back:
=== Heading 1 === Some text.
Heading 2
Some text.
Heading 3
15: Headings inside <div class="noprint"> :
16: Headings inside a div inside an if-case:
Some text directly on the page.
A heading directly on the page
End of testing
Some more text directly on the page.