Template:Todo: Difference between revisions
m Arseniiv moved page User:Arseniiv/TodoTest to Template:Todo: ready |
remove the placeholder text it fights with the free comment/description/text parameter in the box, also period removed |
||
| Line 1: | Line 1: | ||
<includeonly>{{#if: {{{inline|}}}|<div class="todo_plaque" style="background: aliceblue; color: darkslategray; font-style: italic; border: 1px solid lightblue; margin: 15px; padding: 4px; text-align: center;"> | <includeonly>{{#if: {{{inline|}}}|<div class="todo_plaque" style="background: aliceblue; color: darkslategray; font-style: italic; border: 1px solid lightblue; margin: 15px; padding: 4px; text-align: center;"> | ||
'''Todo:''' {{#if: {{{1|}}} |{{{1}}} [[Category:Todo:{{trim| {{{1}}} }}]]| | '''Todo:''' {{#if: {{{1|}}} |{{{1}}} [[Category:Todo:{{trim| {{{1}}} }}]]|[[Category:Todo]]}}{{#if: {{{2|}}} | ||
|, {{{2}}}[[Category:Todo:{{trim| {{{2}}} }}]]}}{{#if: {{{3|}}} | |, {{{2}}}[[Category:Todo:{{trim| {{{2}}} }}]]}}{{#if: {{{3|}}} | ||
|, {{{3}}}[[Category:Todo:{{trim| {{{3}}} }}]]}}{{#if: {{{4|}}} | |, {{{3}}}[[Category:Todo:{{trim| {{{3}}} }}]]}}{{#if: {{{4|}}} | ||
| Line 7: | Line 7: | ||
|, {{{5}}}[[Category:Todo:{{trim| {{{5}}} }}]]}}{{#if: {{{6|}}} | |, {{{5}}}[[Category:Todo:{{trim| {{{5}}} }}]]}}{{#if: {{{6|}}} | ||
|, {{{6}}}[[Category:Todo:{{trim| {{{6}}} }}]]}}{{#if: {{{7|}}} | |, {{{6}}}[[Category:Todo:{{trim| {{{6}}} }}]]}}{{#if: {{{7|}}} | ||
|, {{{7}}}[[Category:Todo:{{trim| {{{7}}} }}]]}} | |, {{{7}}}[[Category:Todo:{{trim| {{{7}}} }}]]}}{{#if: {{{comment|{{{description|{{{text|}}}}}}}}} | ||
|<br> | |<br> | ||
{{{comment|{{{description|{{{text|}}}}}}}}}}} | {{{comment|{{{description|{{{text|}}}}}}}}}}} | ||
Revision as of 21:53, 4 December 2020
| This template should not be substituted. |
This template applies up to eight Todo: categories to the page, or the main Category: Todo itself. When inline is present, it additionally places a visible notice in the page text. With or without that, you mark the specific place in need of attention.
Usage
Just write something like {{Todo|inline=1| expand }} and get this:
Todo: expand
You can specify up to eight notes as unnamed arguments. {{Todo|inline=1| add color name | expand | unify precision }} gives:
Todo: add color name , expand , unify precision
Each unnamed argument adds the article to the same-name category. Make sure to check out Category: Todo for a catalogue of defined tasks. If you do not find a category the todo fits in, use this template without arguments: {{Todo}}.
You can add a comment, which appears with inline=1, using an optional argument comment, description, or text. You may want to end it with a full stop, which is not added automatically for this one.
{{Todo|inline=1| unify precision | comment=An occasionally appearing surplus decimal place <code>5</code> gives a deceptive impression of higher accuracy. }}
Todo: unify precision
An occasionally appearing surplus decimal place 5 gives a deceptive impression of higher accuracy.
See also
- Template:Category handler, which prevents this template from categorizing /doc pages, when added to a template or module's /doc page.
- Template:Expert needed