Template:CatalogPage: Difference between revisions
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|{{{ | | 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 |
---|---|---|
|
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.
|
|
string | The type of the item corresponding to its above counterpart. Valid types are:
|
|
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. |