Difference between revisions of "Template:Note/faq"

From Sugar Labs
Jump to navigation Jump to search
Line 2: Line 2:
  
 
==Usage==
 
==Usage==
  <nowiki>{{Admon/help|Bold headword (optional)|extended helpful tip text}}</nowiki>
+
  <nowiki>{{Admon/faq|Bold headword (optional)|extended helpful tip text}}</nowiki>
  
 
real example:
 
real example:

Revision as of 15:08, 29 January 2011

Question-answer.png
Bold headword
extended helpful tip

Usage

{{Admon/faq|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)