Template:KconfigBox/testcases

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
This is the template test case page for Template:KconfigBox and its sandbox version. You may have to purge this page to update the examples.

Correct

Empty unnamed parameter with {{KEntry}} inside preformatted text (note the single space at the start of each line)
Wiki code
{{KconfigBox|1=}}
 Device Drivers --->
   Input device support --->
     <*>  {{KEntry|Event interface|INPUT_EVDEV}}
Main version
KCONFIG
Device Drivers --->
  Input device support --->
    <*>  Event interface Search for <code>CONFIG_INPUT_EVDEV</code> to find this item.
Sandbox version
KCONFIG
Device Drivers --->
  Input device support --->
    <*>  Event interface Search for <code>CONFIG_INPUT_EVDEV</code> to find this item.


Incorrect

No parameter
Wiki code {{KconfigBox}}

Main version
KCONFIG
{{{1}}}
Sandbox version
KCONFIG
{{{1}}}