Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Piñata Journal:FAQ: Difference between revisions

From Piñata Journal
Created page with "This guide will attempt to address all issues and questions that a user may have during their time on Piñata Journal. If you have a question not answered here, feel free to ask in our [https://discord.gg/zkFavBfs Discord server]. = Media = == How can I upload an image? == The page Special:Upload allows you to upload one image at a time. If this is insufficient, use the page Special:BatchUpload. Please be mindful of the fact that this is an independent wiki with..."
 
Line 7: Line 7:
= Templates =
= Templates =
== How can I create an infobox? ==
== How can I create an infobox? ==
Piñata Journal's infobox template is very robust and extensible.
Piñata Journal's infobox template is very robust and extensible. The most basic infobox can be created using the following template text:
  <nowiki>{{Infobox</nowiki>
| name          = Example
| image        = Question mark icon.png
}}
 
This creates the following infobox:
{{Infobox
| name          = Example
| image        = Question mark icon.png
}}
 
Infoboxes can also accept parameters for journal descriptions that will appear below the image. See below:
 
  <nowiki>{{Infobox</nowiki>
| name          = Example
| image        = Question mark icon.png
| journal_entry  = Example journal entry
}}
 
{{Infobox
| name          = Example
| image        = Question mark icon.png
| journal_entry  = Example journal entry}}
 
Infoboxes can also surface journal entries from multiple different games. See below:
 
 
  <nowiki>{{Infobox</nowiki>
| name          = Example
| image        = Question mark icon.png
| journal_vp1  = Example VP1 journal entry
| journal_pp  = Example PP journal entry
| journal_tip  = Example TIP journal entry
}}
 
{{Infobox
| name          = Example
| image        = Question mark icon.png
| journal_vp1  = Example VP1 journal entry
| journal_pp  = Example PP journal entry
| journal_tip  = Example TIP journal entry
}}
 
Infoboxes can also take parameters beyond the usual journal entry text:
 
  <nowiki>{{Infobox</nowiki>
| name          = Example
| image        = Question mark icon.png
| example_parameter_1 = Example parameter 1
| example_parameter_2 = Example parameter 2
| example_parameter_3 = Example parameter 3
}}
 
{{Infobox
| name          = Example
| image        = Question mark icon.png
| example_parameter_1 = Example parameter 1
| example_parameter_2 = Example parameter 2
| example_parameter_3 = Example parameter 3
}}

Revision as of 17:09, 28 February 2026

This guide will attempt to address all issues and questions that a user may have during their time on Piñata Journal. If you have a question not answered here, feel free to ask in our Discord server.

Media

How can I upload an image?

The page Special:Upload allows you to upload one image at a time. If this is insufficient, use the page Special:BatchUpload. Please be mindful of the fact that this is an independent wiki with limited server bandwidth, and large batch uploads can strain our infrastructure. If you start noticing lag or errors, please upload your files one at a time.

Templates

How can I create an infobox?

Piñata Journal's infobox template is very robust and extensible. The most basic infobox can be created using the following template text:

 {{Infobox
| name          = Example
| image         = Question mark icon.png
}}

This creates the following infobox:

Example
Example
Example


Infoboxes can also accept parameters for journal descriptions that will appear below the image. See below:

 {{Infobox
| name          = Example
| image         = Question mark icon.png
| journal_entry   = Example journal entry
}}
Example
Example
Example
Example journal entry


Infoboxes can also surface journal entries from multiple different games. See below:


 {{Infobox
| name          = Example
| image         = Question mark icon.png
| journal_vp1   = Example VP1 journal entry
| journal_pp   = Example PP journal entry
| journal_tip   = Example TIP journal entry
}}
Example
Example
Example
Viva Piñata

Example VP1 journal entry

Trouble in Paradise

Example TIP journal entry

Pocket Paradise

Example PP journal entry


Infoboxes can also take parameters beyond the usual journal entry text:

 {{Infobox
| name          = Example
| image         = Question mark icon.png
| example_parameter_1 = Example parameter 1
| example_parameter_2 = Example parameter 2
| example_parameter_3 = Example parameter 3
}}
Example
Example
Example
Example Parameter 1Example parameter 1
Example Parameter 2Example parameter 2
Example Parameter 3Example parameter 3