Template:Note/help: Difference between revisions

No edit summary
No edit summary
Line 5: Line 5:


real example:
real example:
{{Admon/help|Please help!|We need someone who understands filesystems to explain this more clearly.}}
{{Admon/help|Please help!|We need someone who understands Macintosh filesystems to explain this more clearly.}}


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


[[Category:Admonition template|help]]
[[Category:Admonition template|help]]
</noinclude>
</noinclude>