Template:Note/help

From Sugar Labs
Revision as of 15:00, 29 January 2011 by FGrose (talk | contribs)
Jump to navigation Jump to search
Question.png
Bold headword
extended help request or helpful tip

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)