Template:Doc-inline/doc: Difference between revisions
More actions
modified |
modified |
||
| Line 10: | Line 10: | ||
Do not forget to add categories below. If it is a template documentation, the combination of templates {{tlc|doc-inline}} and {{tlc|doc-end}} and the categories must be inside <code><noinclude></code>. | Do not forget to add categories below. If it is a template documentation, the combination of templates {{tlc|doc-inline}} and {{tlc|doc-end}} and the categories must be inside <code><noinclude></code>. | ||
== | == Examples == | ||
<code style="display: block; width: | <code style="display: block; width: 28em; font-family: monospace; font-size: 80%; white-space: nowrap; margin: auto auto 2em 0; padding: 1em;"><noinclude>{{doc-inline}} | ||
<br><br>William Shakespeare. Hamlet{{doc-end}} | <br>To be? Or not to be? It is a question. | ||
<br><br>William Shakespeare. Hamlet | |||
<br>{{doc-end}} | |||
<br><br>[[Category:William Shakespeare]] | <br><br>[[Category:William Shakespeare]] | ||
<br></noinclude></code> | |||
<code style="display: block; width: 28em; font-family: monospace; font-size: 80%; white-space: nowrap; margin: 2em auto auto 0; padding: 1em;"><noinclude>{{doc-inline}}E=mc²{{doc-end}} | |||
<br><br>[[Category:Albert Einstein]] | |||
<br></noinclude></code> | <br></noinclude></code> | ||
Revision as of 19:15, 30 January 2024
It is recommended in most cases to create documentation on a subpage and include it with the template {{documentation}}. The combination of templates {{doc-inline}} and {{doc-end}} is intended mostly for short documentation.
These templates display text in a green box like the template {{documentation}}.
Usage
Just write {{doc-inline}}Text of documentation{{doc-end}} (instead of Text of documentation write the text your want).
Do not forget to add categories below. If it is a template documentation, the combination of templates {{doc-inline}} and {{doc-end}} and the categories must be inside <noinclude>.
Examples
<noinclude>{{doc-inline}}
To be? Or not to be? It is a question.
William Shakespeare. Hamlet
{{doc-end}}
[[Category:William Shakespeare]]
</noinclude><noinclude>{{doc-inline}}E=mc²{{doc-end}}
[[Category:Albert Einstein]]
</noinclude>
See also
{{Documentation}}