Jump to content

Template:Note/faq: Difference between revisions

From Sugar Labs
adjust background color
No edit summary
Line 1: Line 1:
{{message|bgcolor=#f9f6b7|{{#if:{{{1|}}}|'''{{{1}}}'''<BR>}}{{#if:{{{2|}}}|{{{2}}}}}|image=question.png}}<noinclude>[[Category:Admonition template]]</noinclude>
{{message|bgcolor=#f9f6b7|{{#if:{{{1|}}}|'''{{{1}}}'''<BR>}}{{#if:{{{2|}}}|{{{2}}}}}|image=question.png}}<noinclude>
 
==Usage==
<nowiki>{{Admon/help|Bold headword (optional)|extended help request or message text}}</nowiki>
 
real example:
{{Admon/help|Please help!|We need someone who understands filesystems to explain this more clearly.}}
 
or:
{{Admon/help|Help tip for pasting code blocks in the wiki:|Put a space in the first column before<code><nowiki> <nowiki></nowiki></code>followed by a block of code with indentations and newlines to preserve the code block formatting. See below:}}
<nowiki>function () {
    """This is the __doc__ str"""
   
    _local_variable = 'set here'
    if _local_variable is not None:
        this_code_will_execute(self, _local_variable)
</nowiki>
 
[[Category:Admonition template|help]]
</noinclude>

Revision as of 04:13, 27 January 2011

Usage

{{Admon/help|Bold headword (optional)|extended help request or message text}}

real example: Template:Admon/help

or: Template:Admon/help

function () {
    """This is the __doc__ str"""
    
    _local_variable = 'set here'
    if _local_variable is not None:
        this_code_will_execute(self, _local_variable)