Template:Block bug documentation
File:Information icon4.svg | Ignore any errors showing below; they do not appear when this snippet is transcluded (nor does this message box). This doc snippet's output only works when it's transcluded into the context of a specific template, e.g. at Template:Block indent/doc |
If the block-formatted content begins with a list (or any other wikimarkup that is dependent upon a specific markup character being at the beginning of a line) then due to a bug in MediaWiki, a <nowiki />
and a new line must exist before the list (or whatever) starts. Compare:
code | result | |
---|---|---|
FAIL |
{{ Block bug documentation|1= *Firstly, ... *Secondly, ... *Thirdly, ... }} |
Template:Error |
Works as intended |
{{ Block bug documentation|1=<nowiki /> *Firstly, ... *Secondly, ... *Thirdly, ... }} |
Template:Error |
To embed a table in block markup like this, the block template's content parameter must be named or numbered and include the self-closing noinclude – as in |1=<nowiki />
– then every |
character in the table markup must be escaped with {{!}}
. An alternative is to use explicit HTML <syntaxhighlight lang="html" class="" id="" style="" inline="1">
</syntaxhighlight>, and <syntaxhighlight lang="html" class="" id="" style="" inline="1"> | </syntaxhighlight> markup.
File:Test Template Info-Icon - Version (2).svg Template documentation
This is transcluded documentation, which can be transcluded in the /doc pages of various templates like |
---|