Template:Code: Difference between revisions

    From KDE TechBase
    No edit summary
    No edit summary
     
    (27 intermediate revisions by 3 users not shown)
    Line 1: Line 1:
    <div class="codebox">
    <div class="codebox">
    <div class="codebarbg">{{{1|Code}}}</div>
    <div class="codebarbg">{{{title|Code}}}</div>
    {{pre|<code {{{2|}}}>{{{3}}}</code>}}
    <code {{{args|cpp}}}>{{{text}}}</code>
    </div>
    </div><noinclude>
     
    ==Parameters==
     
    {| class="wikitable"
    |-
    ! Parameter !! Function
    |-
    | '''title''' || A label for the code
    |-
    | '''args''' || Highlighting type and line-numbering settings
    |-
    | '''text''' || The code
    |-
    |}
     
    [[Category:Template]]
    </noinclude>

    Latest revision as of 21:49, 3 March 2011

    Code

    {{{text}}}

    Parameters

    Parameter Function
    title A label for the code
    args Highlighting type and line-numbering settings
    text The code