staff
2,096
edits
m (→Syntax) |
|||
Line 15: | Line 15: | ||
==Examples== | ==Examples== | ||
* {{m|<nowiki>eyecatch|0|Note|'''No''' indentation, just like the normal <tt>eyecatch</tt>.</nowiki>}} | |||
* {{m|<nowiki>eyecatch|abc|Note|'''No''' indentation, just like the normal <tt>eyecatch</tt>.</nowiki>}} | |||
* {{m|<nowiki>eyecatch||Note|'''No''' indentation, just like the normal <tt>eyecatch</tt>.</nowiki>}} | |||
{{eyecatch|0|Note|'''No''' indentation, just like the normal <tt>eyecatch</tt>.}} | {{eyecatch|0|Note|'''No''' indentation, just like the normal <tt>eyecatch</tt>.}} | ||
* {{m|<nowiki>eyecatch|1|Another note|'''One''' indentation, just like <tt>eyecatch2</tt>.</nowiki>}} | |||
{{eyecatch|1|Another note|'''One''' indentation, just like <tt>eyecatch2</tt>.}} | {{eyecatch|1|Another note|'''One''' indentation, just like <tt>eyecatch2</tt>.}} | ||
* {{m|<nowiki>eyecatch|2|Important|Level '''two''' indentation!</nowiki>}} | |||
{{eyecatch|2|Important|Level '''two''' indentation!}} | {{eyecatch|2|Important|Level '''two''' indentation!}} | ||
* {{m|<nowiki>eyecatch|6|Very important|Maximum indentation level of '''six'''! "Very important" is ...</nowiki>}} | |||
{{eyecatch|6|Very important|Maximum indentation level of '''six'''! "Very important" is '''not''' word-wrapped.}} | {{eyecatch|6|Very important|Maximum indentation level of '''six'''! "Very important" is '''not''' word-wrapped.}} | ||
==Test the Code== | ==Test the Code== | ||
Should more code testing be required see the [[Template:Eyecatch/Test Code]] page. | Should more code testing be required see the [[Template:Eyecatch/Test Code]] page. |