Difference between revisions of "Template:Samp"
Jump to navigation
Jump to search
imported>SMcCandlish (padding is too much in Mac OS X Firefox) |
imported>SMcCandlish (upgrade to more XHTML attributes) |
||
Line 1: | Line 1: | ||
− | <samp style="padding-left:0.4em; padding-right:0.4em; color:{{#if:{{{color|}}}|{{{color}}}|#666666}};{{#if:{{{style|}}}| {{{style}}}|}}">{{{1}}}</samp><noinclude> | + | <samp {{#if:{{{class|}}}|class={{{class}}}}} {{#if:{{{id|}}}|id={{{id}}}}} style="padding-left:0.4em; padding-right:0.4em; color:{{#if:{{{color|}}}|{{{color}}}|#666666}};{{#if:{{{style|}}}| {{{style}}}|}}" {{#if:{{{lang|}}}|lang={{{lang}}} xml:lang={{{lang}}}}} {{#if:{{{title|}}}|title={{{title}}}}}>{{{1}}}</samp><noinclude> |
<!--Categories and interwikis go near the bottom of the /doc page.--> | <!--Categories and interwikis go near the bottom of the /doc page.--> | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> |