User:CloudsInMind/Sandbox: Difference between revisions

From StreetCatWiki
mNo edit summary
No edit summary
Line 1: Line 1:
me when i uhhhhh test things out :3 nothing here is finalized or anything, yes there will be grammar shenanigans that will eventually be fixed :P
me when i uhhhhh test things out :3 nothing here is finalized or anything, yes there will be grammar shenanigans that will eventually be fixed :P
there are some things i'm debating on keeping. i think having an example of a filled out infobox in code form would be helpful for those who want a visual reference but it also takes up alot of space... if any lurkers want to share their thoughts, feel free to ping me in the wiki discord :P


= '''How to Create a Page!''' =
= '''How to Create a Page!''' =
Line 17: Line 19:


== Adding Information ==
== Adding Information ==
The first thing you'll see in the source is the cat infobox. This is a template, what it does is shows all sorts of info about the cat to the right of the page. To start off, you will need to fill and replace text with information about the cat you're writing about. For example, where the bracket says <code>Name=|</code>, or <code>Coat=|</code>, you would fill in the according information ''after'' the equal sign. When adding an image in the infobox, use the [[Special:Upload|upload file]] page and upload a picture of the cat. Once successfully uploaded, copy the name of the file to the <code>Image=|</code> part of the template.
For a better understanding of the source you are working with, this guide will go step by step through each section.
 
=== Cat Infobox ===
The first thing you'll see in the source is the cat infobox, it should look like the following:
 
<code><nowiki>{{CatInfobox|name=Cat Name|image=Temp Image.png|breed=|coat=|sex=|appearance=|first_sighting=Month ##, Year}}</nowiki></code>
 
To start off, you will need to fill and replace text with information about the cat you're writing about. For example, where the bracket says <code>name=|</code>, or <code>coat=|</code>, you would fill in the according information ''after'' the equal sign. When adding an image in the infobox, use the [[Special:Upload|upload file]] page and upload a picture of the cat. Once successfully uploaded, copy the name of the file to the <code>image=|</code> part of the template.  
 
If you would like to add more information to your infobox, here are some following brackets you can add:
* Rarity, personality, and occupation are typically seen on a majority of cat pages. This can be done by adding <code>rarity=|occupation=|personality=|</code> inbetween the sex and first sighting brackets, and then fill them out accordingly.
* If your cat has a relationship with another cat, whether it is familial, romantically, or otherwise unspecified, then you would add the relationship brackets to the infobox. The following code for that would be <code>parents=|partner=|siblings=|children=|other_relations=|</code>, and this would be placed after the first sightings bracket.
* If the cat goes by another name or has a nickname either from the international community or the Chinese community, then you can add the other names bracket. The code for this would be <code>other_names=|</code> and would be placed after the image bracket.
 
This is an example of what a fully filled out infobox would look like, using the source code of [[Mr. Sunflower]]:
 
<code><nowiki>{{CatInfobox|name=Mr. Sunflower|image=MrSunflower3.png|caption=Mr. Sunflower looking into the camera|other_names=Mr. Nosey, Mr. Sniffs|breed=Domestic Shorthair|coat=Red (orange) Classic Tabby with Low White Spotting|sex=Male|rarity=Common|occupation=Professional sniffer|appearance=Orange and white|eye_color=Yellow|personality=Sleepy and cautious|first_sighting=February 25th, 2024
10:20 AM (LFT)|parents=Unknown|partner=[[Mrs. Eeper]]|siblings=Unknown|children=None}}</nowiki></code>
 
=== Description ===
to be worked on
 
=== Behavior ===
to be worked on
 
=== Appearance ===
to be worked on
 
=== Sightings ===
to be worked on
 
=== Gallery ===
to be worked on
 
== Making and Preparing a Feeder Page ==
to be worked on
 
== Additional Info and Tips! ==
to be worked on

Revision as of 02:30, 29 June 2024

me when i uhhhhh test things out :3 nothing here is finalized or anything, yes there will be grammar shenanigans that will eventually be fixed :P

there are some things i'm debating on keeping. i think having an example of a filled out infobox in code form would be helpful for those who want a visual reference but it also takes up alot of space... if any lurkers want to share their thoughts, feel free to ping me in the wiki discord :P

How to Create a Page!

This guide is to help you along the process of making a page, typically either for cats or feeders. If you're unfamiliar with source editor or need a refresher, this is for you.

However, before you make a page you will need to check the following:

  • Does this cat already exist? If you're making a cat page for a preexisting feeder, please double check that you're not making a page for a cat who has already been documented. You can double check this by going through the feeder page, or asking around in the wiki discord.
  • Do I have enough information? If you have a name chosen, at least two or three sightings recorded, a understanding of the cat's behavior, and a few pictures that includes a top and front view of the cat, then you have the go-ahead to make a page. If you're making a page on a feeder, it is recommended to have at the bare minimum four or five cat pages made for the feeder.
  • Have I read the Guidelines fully yet? Above all else, please make sure you're following the wiki rules, otherwise you run the risk of getting your page deleted.

This guide will be using the Page Template as an example.

Making and Preparing a Cat Page

To make a page, use the wiki search bar and enter the name of the cat you want to make the page of. If the page does not already exist, then it will prompt you with a red text you can click on. This will prompt you to the source editor.

In another tab, open up the page template page. Go into edit source, then copy the entire source. Paste the following source into the page you are making.

Adding Information

For a better understanding of the source you are working with, this guide will go step by step through each section.

Cat Infobox

The first thing you'll see in the source is the cat infobox, it should look like the following:

{{CatInfobox|name=Cat Name|image=Temp Image.png|breed=|coat=|sex=|appearance=|first_sighting=Month ##, Year}}

To start off, you will need to fill and replace text with information about the cat you're writing about. For example, where the bracket says name=|, or coat=|, you would fill in the according information after the equal sign. When adding an image in the infobox, use the upload file page and upload a picture of the cat. Once successfully uploaded, copy the name of the file to the image=| part of the template.

If you would like to add more information to your infobox, here are some following brackets you can add:

  • Rarity, personality, and occupation are typically seen on a majority of cat pages. This can be done by adding rarity=|occupation=|personality=| inbetween the sex and first sighting brackets, and then fill them out accordingly.
  • If your cat has a relationship with another cat, whether it is familial, romantically, or otherwise unspecified, then you would add the relationship brackets to the infobox. The following code for that would be parents=|partner=|siblings=|children=|other_relations=|, and this would be placed after the first sightings bracket.
  • If the cat goes by another name or has a nickname either from the international community or the Chinese community, then you can add the other names bracket. The code for this would be other_names=| and would be placed after the image bracket.

This is an example of what a fully filled out infobox would look like, using the source code of Mr. Sunflower:

{{CatInfobox|name=Mr. Sunflower|image=MrSunflower3.png|caption=Mr. Sunflower looking into the camera|other_names=Mr. Nosey, Mr. Sniffs|breed=Domestic Shorthair|coat=Red (orange) Classic Tabby with Low White Spotting|sex=Male|rarity=Common|occupation=Professional sniffer|appearance=Orange and white|eye_color=Yellow|personality=Sleepy and cautious|first_sighting=February 25th, 2024 10:20 AM (LFT)|parents=Unknown|partner=[[Mrs. Eeper]]|siblings=Unknown|children=None}}

Description

to be worked on

Behavior

to be worked on

Appearance

to be worked on

Sightings

to be worked on

Gallery

to be worked on

Making and Preparing a Feeder Page

to be worked on

Additional Info and Tips!

to be worked on