Difference between revisions of "Template:Kernelop"

From Funtoo
Jump to navigation Jump to search
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| width="100%" cellpadding=0 cellspacing=0 style="margin: .5em 0; background-color: #d3d7cf; border: solid 1px #34dae0;"
{{#if:{{{title|}}}|<b>Under {{#replace:{{{title|}}}|,| --> }}:</b><br/>}}
| width="150px" valign="top" style="background-color: #3465a4; border-left: solid 1px #34dae0; border-top: solid 1px #34dae0; border-bottom: 1px solid #888; font-size: 0.9em" | '''Kernel option path:'''
{{#tag:pre|{{{desc|}}}|style="background: #4070f0; color: #fff;"}}<noinclude>
| style="background-color: #3465a4; border-top: solid 1px #34dae0; border-right: solid 1px #34dae0; border-bottom: 1px solid #888; font-size: 0.9em" | {{{1}}}
Use the kernelop template with the following parameters:
|-  
 
| style="padding: 0 0.5em; font-family=monospace, fixed;" colspan="2" | {{{2}}}
;title: <b>Optional.</b> Specify a comma-delimited list of kernel heirarchy where these options can be found. Example: <tt>foo,bar</tt>. This will display as <b>Under foo --> bar:</b>
|}<noinclude>{{documentation}}</noinclude>
;desc: <b>Required.</b> Include raw-formatted text defining kernel options. Typically copied and pasted from <tt>make menuconfig</tt>. Your formatting will be preserved.
</noinclude>
 
[[Category:Templates]]

Revision as of 20:10, September 22, 2014


Use the kernelop template with the following parameters:

title
Optional. Specify a comma-delimited list of kernel heirarchy where these options can be found. Example: foo,bar. This will display as Under foo --> bar:
desc
Required. Include raw-formatted text defining kernel options. Typically copied and pasted from make menuconfig. Your formatting will be preserved.