Sales Template 5

From Unofficial Fantasica Wiki
Revision as of 16:53, 2 November 2018 by Jarrbox (Talk | contribs)

Jump to: navigation, search

This is very similar to Sales Template 4, but replaces the "Ascension" field with a hyperlink to the "Artist" and swaps the placement of the "Notes" and "Price" fields to include more text.

(It also uses a lot of conditional statements that can be pretty finicky, so if you encounter problems let Jarrbox know!)


FOR UNITS:

To use the template, copy the format below and paste it in the Edit tab on your User Page, replacing the "CardName", "Level", "Artist", "Notes", and "Price" fields with your units' information and replacing the "5★" and "6★" text with your units' rarity. Keep in mind that the "Level" field becomes case-sensitive after inputting a card name! (you can only enter numbers):

<tabber>
|-|
5★=
{{Sales_5_Header}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
|-
{{Sales_5|CardName|Level|Artist|Notes|Price}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
|} 

|-|
6★=
{{Sales_5_Header}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
|-
{{Sales_5|CardName|Level|Artist|Notes|Price}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
{{Sales_5|CardName|Level|Artist|Notes|Price}}
|}
</tabber>

FOR MONSTERS:

To use the template, copy the format below and paste it in the Edit tab on your User Page, replacing the "CardName", "Level", "Artist", "Notes", and "Price" fields with your monsters' information and replacing the "5★" and "6★" text with your monsters' rarity. Keep in mind that the "Level" field becomes case-sensitive after inputting a card name! (you can only enter numbers):

<tabber>
|-|
5★=
{{Sales_5_Header}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
|-
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
|} 

|-|
6★=
{{Sales_5_Header}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
|-
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
{{Sales_5_m|CardName|Level|Artist|Notes|Price}}
|}
</tabber>

Also note that you are able to use both the Sales_5 and Sales_5_m in the same table, if desired.


To customize this format, copy the format below and paste it in the Edit tab on your User Page, replacing the "NAME", "LEVEL", "ARTIST", "PRICE", and "NOTES" text with your cards' information and replacing the "5★" and "6★" text with your cards' rarity:

<tabber>

|-|
5★=
{| class="wikitable" style="text-align:center" 
! colspan="5" style="font-size: 20px" | Black = Fresh, <span style="color:Purple;">Purple</span> = Leveled, <span style="color:Blue;">Blue</span> = Maxed, <span style="color:Green;">Green</span> = MLB'd
|-
|
{| style="border:2px solid black; background: #e0e0e0" 
| colspan="3"| [[File:NAME_card.jpg|link=NAME|220px]]
|-
| style="width:40px"| LEVEL || style="width:10px" colspan="2"| ARTIST
|-
| style="width:10px" colspan="2"| NOTES (x {# IN STOCK}) || style="width:40px"| '''PRICE'''
|}
|
{| style="border:2px solid purple; background: #ede3ef" 
| colspan="3"| [[File:NAME_card.jpg|link=NAME|220px]]
|-
| style="width:40px"| LEVEL || style="width:10px" colspan="2"| ARTIST
|-
| style="width:10px" colspan="2"| NOTES (x {# IN STOCK}) || style="width:40px"| '''PRICE'''
|}
|
{| style="border:2px solid blue; background: #e3e5ef" 
| colspan="3"| [[File:NAME_card.jpg|link=NAME|220px]]
|-
| style="width:40px"| LEVEL || style="width:10px" colspan="2"| ARTIST
|-
| style="width:10px" colspan="2"| NOTES (x {# IN STOCK}) || style="width:40px"| '''PRICE'''
|}
|- <!-- This starts the next row -->
|
{| style="border:2px solid green; background: #e3efe3" 
| colspan="3"| [[File:NAME_card.jpg|link=NAME|220px]]
|-
| style="width:40px"| LEVEL || style="width:10px" colspan="2"| ARTIST
|-
| style="width:10px" colspan="2"| NOTES (x {# IN STOCK}) || style="width:40px"| '''PRICE'''
|}
|
{| style="border:2px solid red; background: #f9bbbb" 
| colspan="3"| [[File:NAME_card.jpg|link=NAME|220px]]
|-
| style="width:40px"| LEVEL || style="width:10px" colspan="2"| ARTIST
|-
| style="width:10px" colspan="2"| NOTES (x {# IN STOCK}) || style="width:40px"| '''PRICE'''
|}
|}

|-|
6★=
{| class="wikitable" style="text-align:center" 
! colspan="5" style="font-size: 20px" | Black = Fresh, <span style="color:Purple;">Purple</span> = Leveled, <span style="color:Blue;">Blue</span> = Maxed, <span style="color:Green;">Green</span> = MLB'd
|-
|
{| style="border:2px solid black; background: #e0e0e0" 
| colspan="3"| [[File:NAME_card.jpg|link=NAME|220px]]
|-
| style="width:40px"| LEVEL || style="width:10px" colspan="2"| ARTIST
|-
| style="width:10px" colspan="2"| NOTES (x {# IN STOCK}) || style="width:40px"| '''PRICE'''
|}
|
{| style="border:2px solid purple; background: #ede3ef" 
| colspan="3"| [[File:NAME_card.jpg|link=NAME|220px]]
|-
| style="width:40px"| LEVEL || style="width:10px" colspan="2"| ARTIST
|-
| style="width:10px" colspan="2"| NOTES (x {# IN STOCK}) || style="width:40px"| '''PRICE'''
|}
|
{| style="border:2px solid blue; background: #e3e5ef" 
| colspan="3"| [[File:NAME_card.jpg|link=NAME|220px]]
|-
| style="width:40px"| LEVEL || style="width:10px" colspan="2"| ARTIST
|-
| style="width:10px" colspan="2"| NOTES (x {# IN STOCK}) || style="width:40px"| '''PRICE'''
|}
|- <!-- This starts the next row -->
|
{| style="border:2px solid green; background: #e3efe3" 
| colspan="3"| [[File:NAME_card.jpg|link=NAME|220px]]
|-
| style="width:40px"| LEVEL || style="width:10px" colspan="2"| ARTIST
|-
| style="width:10px" colspan="2"| NOTES (x {# IN STOCK}) || style="width:40px"| '''PRICE'''
|}
|
{| style="border:2px solid red; background: #f9bbbb" 
| colspan="3"| [[File:NAME_card.jpg|link=NAME|220px]]
|-
| style="width:40px"| LEVEL || style="width:10px" colspan="2"| ARTIST
|-
| style="width:10px" colspan="2"| NOTES (x {# IN STOCK}) || style="width:40px"| '''PRICE'''
|}
|}

</tabber>

Preview

Black = Fresh, Purple = Leveled, Blue = Maxed, Green = MLB'd
Joachim card.jpg
Lv1 Category:Artist:Hideo_Minaba
Looks cool 999
Joachim 4 card.jpg
Lv3 Category:Artist:Hideo_Minaba
Eats raw eggs 999
Joachim 6 card.jpg
Lv120 Can put other notes here
One punch training program 999
Joachim 10 m card.jpg
Lv240 Category:Artist:Hideo_Minaba
Has crossbow for arm 999
Joachim 11 card.jpg
Lv259 Asc3, Perfect specimen
RESERVED 9999

Black = Fresh, Purple = Leveled, Blue = Maxed, Green = MLB'd
Aaa
Unknown card.jpg
LvLevel Hideo Minaba
Notes 99
Joachim_4
Joachim 4 card.jpg
Lv1 Hideo Minaba
Notes 99
Joachim
Joachim card.jpg
Lv23 Hideo Minaba
Notes 999
Joachim_6
Joachim 6 card.jpg
Lv120 Hideo Minaba
Notes 999
Joachim_9_m
Joachim 9 m card.jpg
Lv200 Hideo Minaba
Notes 999
Joachim_10_m
Joachim 10 m card.jpg
Lv200 Hideo Minaba
reserved 999
Joachim_11
Joachim 11 card.jpg
Lv220 Hideo Minaba
Lookin good 9999

Personal tools
Namespaces

Variants
Actions
Menu
Game Menu
Card Lists
Trading
External Resources
Toolbox
Google AdSense