Template:ItemDescription: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 366: Line 366:


<!--TODO: change category param for clothing to functions?-->
<!--TODO: change category param for clothing to functions?-->
<!--<span style="color: crimson; font-weight: bold; font-size: 20px;">This template is currently not yet confirmed for widespread wiki usage.</span>-->
<!--
==Description==
This template generates a text description using key properties of an item. <!--It automatically adds select categories to a page based on values provided.-->
==Usage==
The convention is to add an ''ItemDescription'' section immediately below the '''''infoBox''''', as the second item on the page. There are multiple possible parameters, which will be outlined below.
-->
<!--
====source====
Applicable For: ...
<pre>
|source=
</pre>
'''source''' specifies how the item is obtained. For certain values, a relevant category will be automatically added to the page.
Possible Values:
*'''Founder's Pack: Standard Edition'''
*'''Founder's Pack: Deluxe Edition'''
*'''Founder's Pack: Ultimate Edition'''
*'''Crafting'''
*'''Pickup, Crafting''' - must also specify the '''found''' parameter
*'''Level''' - must also specify the '''playerLevel''' parameter
*'''Friendship''' - must also specify the '''character''' and '''friendshipLevel''' parameters
*'''Quest''' - must also specify the '''questCharacter''', '''friendshipLevel''', '''questName''' parameters. Should also specify '''questStage''', if not, generic language is used.
*'''Scrooge's Store'''
*'''Furniture Pouch'''
*'''Scrooge's Catalog, Scrooge's Store'''
*'''Pickup, Scrooge's Store''' - must also specify the '''found''' parameter
*'''Premium Shop''' - must also specify the '''bundle''' and '''bundleprice''' parameters
*'''Pixar Fest Star Path'''
*'''Villains' Star Path'''
*'''Festive Star Path'''
*'''Centennial Star Path'''
*'''Disney Parks Star Path'''
-->
<!--
<!--
<h4>Clothing / Empty universe param / Permanent / Source: Scrooge / Functionality: Coat / Collection: empty clothingCollection param</h4>
<h4>Clothing / Empty universe param / Permanent / Source: Scrooge / Functionality: Coat / Collection: empty clothingCollection param</h4>
Line 1,061: Line 1,100:
-->
-->


<!--
==Example ItemDescriptions==
===Clothing===
<pre>
</pre>
===Companion===
<pre>
{{ItemDescription
|Celestial Sea Turtle
|type=Companion
|category=
|source=Founder's Pack: Deluxe Edition
|environment=outdooronly
|critterCollection=no
}}
</pre>
===Crafting===
<pre>
</pre>
===Dream Style - Character===
<pre>
{{ItemDescription
|Ranger Donald
|type=Dream Style
|universe=Mickey & Friends
|source=Disney Parks Star Path
|tier=5
|premium=yes
|eventTokens=50
}}
</pre>
===Dream Style - House===
<pre>
</pre>
===Furniture===
<pre>
{{ItemDescription
|<<NAME>>
|type=Furniture
|craftingcategory=
|universe=
|source=
|tier=
|premium=
|eventTokens=
|bundle=
|bundleprice=
|questStage=
|questName=
|questCharacter=
|friendshipLevel=
|acquisition=
|use=
|placement=
|disappears=<<yes, no>>
|craftingCollection=<<yes, no>>
|furnitureCollection=<<yes, no>>
|functions=
|note=
}}
</pre>
===Quest Furniture Item (Persistent)===
<pre>
{{ItemDescription
|Dreamlight Fountain
|type=Furniture
|universe=none
|source=Quest
|questStage=during
|questName=The Dreamlight Fountain
|questCharacter=Donald Duck
|friendshipLevel=10
|acquisition=Crafted during quest
|use=Place in the [[Forgotten Lands]]
|disappears=no
|furnitureCollection=no
|placement=untiledOutdoor
}}
</pre>
===Temporary Quest Furniture===
<h4>TODO (fix spacing for no collection provided)</h4>
<pre>
{{ItemDescription
|Space Ranger Buffet
|type=Temporary Quest Furniture
|source=Quest
|questStage=during
|questName=The Definition of a Hero
|questCharacter=Buzz Lightyear
|friendshipLevel=10
|acquisition=Given by [[Buzz Lightyear]]
|use=Place near [[Buzz's RV]]
|disappears=yes
}}
</pre>
-->


</noinclude>
</noinclude>