Template:Todo: Difference between revisions
From Videogame Morgue File
MorgueFile (talk | contribs) (+template) |
(Implementing an improvement I made a while ago - now you can optionally explain what exactly needs to be added) |
||
Line 1: | Line 1: | ||
<div class="alert alert-secondary" role="alert">This section is incomplete.</div> | <div class="alert alert-secondary" role="alert">This section is incomplete. ''{{{reason| }}}''</div> | ||
<noinclude> | |||
== Usage == | |||
<code><nowiki>{{Todo}}</nowiki></code> | |||
Using this template without any defined reason will produce this: | |||
{{Todo}} | |||
Alternately, you can specify a reason using the following markup: | |||
<code><nowiki>{{Todo|reason=[explain what specifically needs to be changed]}}</nowiki></code> | |||
This will produce the following: | |||
{{Todo|reason=[explain what specifically needs to be changed]}} | |||
</noinclude> |
Revision as of 20:42, 5 March 2022
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]