Template:Block bug documentation
外观
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 />
must exist before the list (or whatever) starts. Compare:
code | result | |
---|---|---|
FAIL |
{{Block bug documentation|1= *Firstly, ... *Secondly, ... *Thirdly, ... }} |
This output only works when this doc snippet is transcluded. |
Works as intended |
{{Block bug documentation|1=<nowiki /> *Firstly, ... *Secondly, ... *Thirdly, ... }} |
This output only works when this doc snippet is transcluded. |
模板文档
This is transcluded documentation, which can be transcluded in the /doc pages of various templates like {{Block indent}}
and {{Quote}}
, e.g. under a "Technical issue with block templates" heading or the like. Right now it takes no parameter other than |1=foo
, to change the {{{1}}}
to something else, thus changing the display (and operation) to use something other than |1=
in the shown template operations.