Anonymous

Template:In Progress: Difference between revisions

From No Man's Land - A Trigun Wiki
no edit summary
(making new template)
 
No edit summary
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{{messagebox
{{messagebox
|image=Milly-book.png
|image=Meryl-types.png
|imagewidth=70px
|imagewidth=70px
|text=This {{#if:{{{1|}}}|article}} {{#if:{{{2|}}}|section of the article}} is currently in progress.
|text=This {{#if:{{{1|}}}|section of the}} article is currently in progress.
|bottomtext=
}}</includeonly><noinclude>
|categories=
<pre>{{In Progress}}</pre>
}}
{{In Progress}}
</includeonly>
<pre>{{In Progress|1}}</pre>
{{In Progress|1}}


<noinclude>
{{In Progress|1}}
{{In Progress|2}}


[[Category:Templates]]
[[Category:Templates]]
Line 19: Line 17:
"params": {
"params": {
"1": {
"1": {
"label": "Article",
"description": "For a whole article in progress.",
"type": "content",
"default": "article"
},
"2": {
"label": "Section",
"label": "Section",
"description": "For a section of the article in progress.",
"description": "Changes template to say \"section of the article.\" do NOT type anything here, leave the auto value \"1\".",
"type": "content",
"autovalue": "1"
"default": "section of the article"
}
}
},
},
"paramOrder": [
"paramOrder": [
"1",
"1"
"2"
],
]
"description": "This template is for indicating when an article is in the process of being written. Use the section option to indicate that a specific section is being worked on."
}
}
</templatedata></noinclude>
</templatedata></noinclude>