(Created blank page)
 
Riadok 1: Riadok 1:
 +
<noinclude>
 +
= Template:Comment =
  
 +
An empty template that can be used to comment-out portions of wiki text, which can contain regular comments <code>&lt;!-- … --></code>, and even nested <code><nowiki>{{Comment|}}</nowiki></code>s.
 +
 +
== Usage ==
 +
 +
{{Row|
 +
{{Column| width=6 |
 +
=== Code ===
 +
<nowiki>Some regular content{{Comment|
 +
blah blah <!-- comment --> blah {{Comment|<!-- comment -->}}
 +
}}Regular content continues …</nowiki>
 +
}}
 +
{{Column| width=6 |
 +
=== Output ===
 +
Some regular content {{Comment|
 +
blah blah <!-- comment --> blah {{Comment|<!-- comment -->}}
 +
}} Regular content continues …
 +
}}
 +
}}

Verzia zo dňa a času 09:18, 11. september 2017

Template:Comment

An empty template that can be used to comment-out portions of wiki text, which can contain regular comments <!-- … -->, and even nested {{Comment|}}s.

Usage

Code

Some regular content{{Comment|
blah blah <!-- comment --> blah {{Comment|<!-- comment -->}}
}}Regular content continues …

Output

Some regular content Regular content continues …