Template:Todo: Difference between revisions
From Videogame Morgue File
(Implementing an improvement I made a while ago - now you can optionally explain what exactly needs to be added) |
m (Slightly adjusting the markup so that there's less space after the template) |
||
Line 1: | Line 1: | ||
<div class="alert alert-secondary" role="alert">This section is incomplete. ''{{{reason| }}}''</div> | <div class="alert alert-secondary" role="alert">This section is incomplete. ''{{{reason| }}}''</div><noinclude> | ||
<noinclude> | |||
== Usage == | == Usage == | ||
<code><nowiki>{{Todo}}</nowiki></code> | <code><nowiki>{{Todo}}</nowiki></code> | ||
Line 12: | Line 11: | ||
This will produce the following: | This will produce the following: | ||
{{Todo|reason=[explain what specifically needs to be changed]}} | {{Todo|reason=[explain what specifically needs to be changed]}}</noinclude> | ||
</noinclude> |
Latest revision as of 20:35, 28 Haziran 2023
This section is incomplete.
Usage[edit]
{{Todo}}
Using this template without any defined reason will produce this:
This section is incomplete.
Alternately, you can specify a reason using the following markup:
{{Todo|reason=[explain what specifically needs to be changed]}}
This will produce the following:
This section is incomplete. [explain what specifically needs to be changed]