Jump to content

Template:Note/faq: Difference between revisions

From Sugar Labs
No edit summary
(No difference)

Revision as of 14:59, 29 January 2011

Bold headword
extended helpful tip

Usage

{{Admon/help|Bold headword (optional)|extended helpful tip text}}

real example: Template:Admon/faq

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