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) }
{{Note/faq|Bold headword (optional)|extended helpful tip text}}
real example:
<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) }