Template:Note/faq

From Sugar Labs
Revision as of 10:22, 16 July 2011 by FGrose (talk | contribs) (consolidate categories)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Question-answer.png
Bold headword
extended helpful tip

Usage

{{Note/faq|Bold headword (optional)|extended helpful tip text}}

real example:

Question-answer.png
Help tip for pasting code blocks in the wiki:
Put a space in the first column before <nowiki>followed by a block of code with indentations and newlines to preserve the code block formatting. See below:
function () {
    """This is the __doc__ str"""
    
    _local_variable = 'set here'
    if _local_variable is not None:
        this_code_will_execute(self, _local_variable)
}