Difference between revisions of "Template:Note/faq"
Jump to navigation
Jump to search
m (consolidate categories) |
|||
Line 14: | Line 14: | ||
}</nowiki> | }</nowiki> | ||
− | [[Category: | + | [[Category:Highlighting template|faq]] |
</noinclude> | </noinclude> |
Latest revision as of 09:22, 16 July 2011
Usage
{{Note/faq|Bold headword (optional)|extended helpful tip text}}
real example:
function () { """This is the __doc__ str""" _local_variable = 'set here' if _local_variable is not None: this_code_will_execute(self, _local_variable) }