Template:CatalogPage: Difference between revisions

From Deceive Inc. Wiki
Jump to navigation Jump to search
(Created and tested basic template. This one can and should be expanded on in the future, but this will suffice for now.)
 
m (Fixed a logic error and made inks link properly.)
 
(One intermediate revision by the same user not shown)
Line 26: Line 26:
| <code>completion-title</code> || string || The [[Titles|Title]] you get for completing the entire page as it appears in-game.
| <code>completion-title</code> || string || The [[Titles|Title]] you get for completing the entire page as it appears in-game.
|}
|}
[[Category:Templates]][[Category:Display Templates]]
</noinclude><includeonly><!--
</noinclude><includeonly><!--


Line 184: Line 186:
| Profile Portrait = [[Profile Portraits|{{{p1}}}]]
| Profile Portrait = [[Profile Portraits|{{{p1}}}]]
| Intro Pose = [[Intro Poses|{{{p1}}}]]
| Intro Pose = [[Intro Poses|{{{p1}}}]]
| Ink = [[Inks|{{{p1}}}]]
| Credits = [[Credits|{{{p1}}}]]
| Credits = [[Credits|{{{p1}}}]]
| Bonds = [[Bonds|{{{p2}}}]]
| Bonds = [[Bonds|{{{p1}}}]]
 
| XP Booster = [[XP Booster]]
| XP Booster = [[XP Booster]]
| #default = {{{p1}}} }}
| #default = {{{p1}}} }}
Line 195: Line 199:
| Intro Pose = [[Intro Poses|{{{p2}}}]]
| Intro Pose = [[Intro Poses|{{{p2}}}]]
| Credits = [[Credits|{{{p2}}}]]
| Credits = [[Credits|{{{p2}}}]]
| Ink = [[Inks|{{{p2}}}]]
| Bonds = [[Bonds|{{{p2}}}]]
| Bonds = [[Bonds|{{{p2}}}]]
| XP Booster = [[XP Booster]]
| XP Booster = [[XP Booster]]
Line 205: Line 210:
| Intro Pose = [[Intro Poses|{{{p3}}}]]
| Intro Pose = [[Intro Poses|{{{p3}}}]]
| Credits = [[Credits|{{{p3}}}]]
| Credits = [[Credits|{{{p3}}}]]
| Ink = [[Inks|{{{p3}}}]]
| Bonds = [[Bonds|{{{p3}}}]]
| Bonds = [[Bonds|{{{p3}}}]]
| XP Booster = [[XP Booster]]
| XP Booster = [[XP Booster]]
Line 214: Line 220:
| Profile Portrait = [[Profile Portraits|{{{f1}}}]]
| Profile Portrait = [[Profile Portraits|{{{f1}}}]]
| Intro Pose = [[Intro Poses|{{{f1}}}]]
| Intro Pose = [[Intro Poses|{{{f1}}}]]
| Ink = [[Inks|{{{f1}}}]]
| Credits = [[Credits|{{{f1}}}]]
| Credits = [[Credits|{{{f1}}}]]
| Bonds = [[Bonds|{{{f1}}}]]
| Bonds = [[Bonds|{{{f1}}}]]
Line 224: Line 231:
| Profile Portrait = [[Profile Portraits|{{{f2}}}]]
| Profile Portrait = [[Profile Portraits|{{{f2}}}]]
| Intro Pose = [[Intro Poses|{{{f2}}}]]
| Intro Pose = [[Intro Poses|{{{f2}}}]]
| Ink = [[Inks|{{{f2}}}]]
| Credits = [[Credits|{{{f2}}}]]
| Credits = [[Credits|{{{f2}}}]]
| Bonds = [[Bonds|{{{f2}}}]]
| Bonds = [[Bonds|{{{f2}}}]]

Latest revision as of 15:31, 20 March 2024

This template is used to display Catalog pages.

Parameters

Each page has 3 Premium items (denoted by p) and 2 Free items (denoted by f). As such, each item follows this naming-convention.

Parameter Type Description
  • p1
  • p2
  • p3
  • f1
  • f2
string The name of the item in question as it appears in-game. Any starting with p denotes a Premium Item, whereas any starting with f denotes a Free item.
  • p1-type
  • p2-type
  • p3-type
  • f1-type
  • f2-type
string The type of the item corresponding to its above counterpart. Valid types are:
  • Agent Skin
  • Profile Portrait
  • Ink
  • Intro Pose
  • Credits
  • Bonds
  • XP Booster


Capitalisation is not required. Should the input not match any of these types (or be blank), it will still display the item, but not link to the page for its appropriate item type.

  • p1-image
  • p2-image
  • p3-image
  • f1-image
  • f2-image
file The file name of the image for the item in question. File: does not (and should not) need to precede the file name.
completion-title string The Title you get for completing the entire page as it appears in-game.