fostered content - bhsd-harry/wikiparser-node GitHub Wiki
fostered-content
⚠️ By default, this rule reports fostered table content as warnings. See also: Help:Lint errors/fostered.
Examples
Examples of incorrect code for { "fostered-content": 2 }
:
{|
Foo
|}
Options
transclusion
This option can be configured to specify the severity of fostered table content starting with a template or a magic word.
Examples of incorrect code for { "fostered-content": [ 0, { "transclusion": 2 } ] }
:
{|
{{Foo}}
|}
Examples of correct code for { "fostered-content": [ 2, { "transclusion": 0 } ] }
:
{|
{{Foo}}
|}