#Wiki Templates

1 messages · Page 1 of 1 (latest)

dawn violet
#

Currently our Templates are a huge work in progress.

My list of priorities is {{infobox}} and {{name}} templates to help with creating Character Pages & Inserting Names with Icons when needed.

Completed Templates:
{{Stub}}
{{Spoiler}}

—————
Templates in the Works:
{{infobox}}
{{name}}

—————
Template Suggestions:

—————

Feel free to suggest other Templates and I’ll add them to the queue.

woeful crest
austere acorn
#

This might be a good place to have a complete list of finished custom templates (so we don't have to scroll through the entire Contibutions channel to find out what's available).

If so, you can add the templates Colorspot, Flowerspot, and HexColorspot to the list. Those are three slightly different ways to insert a box of a particular color into a page without using an image file - respectively by using a Master Palette color name, a flower color's name, or a hexadecimal RGB code.

woeful crest
#

note to self: [[File:Multiplayer_Quest_Symbol.png|alt=|center|64x64px|link=Multiplayer Quests]]

woeful crest
manic loom
#

Spo template and Spo/Table template, used in tandem with the rather poorly named Wiki template for the purpose of hiding yet unreleased info on pages: #1134916780045893662 message

#

Icon/Link template -> used to more concisely put an icon beside a link on a page: the little icon is clickable and will also link to the page #1134916780045893662 message

manic loom
#

So, to explain the stuff i was working on today: one of the things is the Icon template, which can work to display an icon for most stuff, if it doesn't work, it probs means the image of the thing needs to be renamed to something more standard. there is also now a separate icon template specifically for Tags, implemented on the Tags page.

#

Also, turns out the HKIA Wiki had the Navbox module already added which is good, so I copied over the documentation page to explain how it works (it's the one from my music wikis but adjusted a bit). the problem is that a lot of the stuff with the navbox looks kinda atrocious without css, but the documentation page has some explanation on styles you can input manually to make it look as nice as it can get without css.

manic loom
#

Spo/Start template and Spo/End template #1134916780045893662 message used for blocking out either an entire page, or large sections of a page as data-mined spoilers

woeful crest
restive jackal
woeful crest
sudden sand
restive jackal
woeful crest
sudden sand
sudden sand
restive jackal
#

Any content that is (temporarily) Apple Arcade only can be marked with these templates:
https://hellokittyislandadventure.wiki.gg/wiki/Template:Island2 - For entire pages that are unavailable on all platforms.
https://hellokittyislandadventure.wiki.gg/wiki/Template:Island2/Start - At the start of an entire section of content unavailable on all platforms.

sudden sand
#

I'm going to explain a basic breakdown of the cargo templates. Using the clothes ones as an example. I still have to write up the documentation for the some of them, especially the ClothesList

https://hellokittyislandadventure.wiki.gg/wiki/Template:ClothesList
**ClothesList **This is used to make the cargo table itself. It's where the headers are, but some of them are in IF statements, so that it's not used.

https://hellokittyislandadventure.wiki.gg/wiki/Template:ClothesList/Header
ClothesList/Header This is used to make the little count header above the lists. Use the same settings as you use in ClothesList. You can omit |order = (since it's just an item count)

https://hellokittyislandadventure.wiki.gg/wiki/Template:ClothesListRow
https://hellokittyislandadventure.wiki.gg/wiki/Template:ClothesListRow/Event
https://hellokittyislandadventure.wiki.gg/wiki/Template:ClothesListRow/Full
https://hellokittyislandadventure.wiki.gg/wiki/Template:ClothesListRow/Simple
These make the rules about how the data is displayed in the table. They each have a different number of columns.

**ClothesListRow **is for regular item lists. It doesn't have the event column
**ClothesList/Event **adds the event column, it's for event lists
ClothesList/Simple is used for the Balloons and Character Hats. It only has the columns for image, name, source and that they're not dyeable
**ClothesList/Full **adds a Type column (shirt, dress, etc) It is only used on the

The **ClothesList **template picks one to use based on parameters entered.
|event = y Use to make event lists (you can write anything here. I usually use y. If you're trying to list items from a old event that was replaced, what you type in event must match event name
For example:
|event = Launch Event |eventname = Launch Event

If you use either it will make it simple
|type = Balloons |type = Character Hats

ClothesList/Full is used on the Full item list. It not automatic

sudden sand
sudden sand
sudden sand
earnest otter
sudden sand
sudden sand
#

https://hellokittyislandadventure.wiki.gg/wiki/Template:Island
https://hellokittyislandadventure.wiki.gg/wiki/Template:Island/2

Templates to mark island/location specific content. It's set up now for friendship island and imagination island. I assume we won't use friendship island since it's available to everyone - but it's there as an example.

The templates are set up to accept any of the following:

Just the first word of the island name (Imagination)
The whole island name (Imagination Island)
Abbreviated name (II)

earnest otter