Template:Comingsoontoy: Difference between revisions
No edit summary |
Tigerpaw28 (talk | contribs) Automated documentation update |
||
| Line 1: | Line 1: | ||
<noinclude>__NOTOC__ | |||
==Description== | |||
Use this template (write <tt><nowiki>{{comingsoontoy}}</nowiki></tt> when editing a page) in a character page's toy section to indicate that you are writing about a toy that isn't released yet. The above messagebox will be inserted into the article, and the article will be added to [[:Category:Upcoming toy releases]]. | Use this template (write <tt><nowiki>{{comingsoontoy}}</nowiki></tt> when editing a page) in a character page's toy section to indicate that you are writing about a toy that isn't released yet. The above messagebox will be inserted into the article, and the article will be added to [[:Category:Upcoming toy releases]]. | ||
| Line 25: | Line 12: | ||
==See also== | ==See also== | ||
*[[Template:Coming soon]] to mark upcoming story info | *[[Template:Coming soon]] to mark upcoming story info | ||
==Usage== | |||
===Parameters=== | |||
====Optional==== | |||
This template takes one optional anonymous parameter. | |||
* ''nocategory'' - | |||
[[Category:Character article templates|Comingsoontoy]]</noinclude> | ===Code=== | ||
<pre> | |||
{{Comingsoontoy | |||
|param1 | |||
|nocategory= | |||
}} | |||
</pre> | |||
==Examples== | |||
===Code=== | |||
<pre> | |||
{{comingsoontoy|''Legacy''}} | |||
</pre> | |||
===Result=== | |||
{{comingsoontoy|''Legacy''}} | |||
[[Category:Character article templates|Comingsoontoy]] | |||
</noinclude> | |||
<includeonly> | |||
{{Messagebox | |||
message_text='''This item is currently scheduled for release, but is not yet available.''' | |||
header= | |||
image_name=Notyetbox.gif | |||
talkpage= | |||
categories=[[Category:Upcoming toy releases]] | |||
mouseover=Or you could pick... WHAT'S IN THE BOX. | |||
image_width= | |||
border=9f9fff | |||
bgcolor=efefff | |||
justification=center | |||
talkSameLine= | |||
bottomtext={{#if: {{{1}}}{{{1}}} }} | |||
}} | |||
</includeonly> | |||
Revision as of 01:42, 8 June 2022
Description
Use this template (write {{comingsoontoy}} when editing a page) in a character page's toy section to indicate that you are writing about a toy that isn't released yet. The above messagebox will be inserted into the article, and the article will be added to Category:Upcoming toy releases.
When applying this template to an entry with multiple items, such as a wave listing on a toyline page or a single toy with a yet-released variant in a different country, you can add a "note" to it, allowing you specify exactly what isn't out yet. Writing {{comingsoontoy|Waves 3 and 4 not yet released}} results in:
{{Messagebox message_text=This item is currently scheduled for release, but is not yet available. header= image_name=Notyetbox.gif talkpage= categories= mouseover=Or you could pick... WHAT'S IN THE BOX. image_width= border=9f9fff bgcolor=efefff justification=center talkSameLine= bottomtext= }}
Please see Help:Coming soon for information about what pre-release info is kosher and what isn't.
See also
- Template:Coming soon to mark upcoming story info
Usage
Parameters
Optional
This template takes one optional anonymous parameter.
- nocategory -
Code
{{Comingsoontoy
|param1
|nocategory=
}}
Examples
Code
{{comingsoontoy|''Legacy''}}
Result
{{Messagebox message_text=This item is currently scheduled for release, but is not yet available. header= image_name=Notyetbox.gif talkpage= categories= mouseover=Or you could pick... WHAT'S IN THE BOX. image_width= border=9f9fff bgcolor=efefff justification=center talkSameLine= bottomtext= }}

