Difference between revisions of "User:PanchamBro/Sandbox/Pink"

From Nookipedia, the Animal Crossing wiki
 
(40 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Memes==
+
{{Help}}
The following are notable memes in the ''Animal Crossing'' community that are not endorsed by Nintendo themselves.
+
This article deals with '''[[mw:Extension:Cargo|the Cargo extension]]''' used on '''Nookipedia''' and its [https://api.nookipedia.com/ API]. It teaches you how to properly create and query a cargo table.
 
==="Raymond in boxes"===
 
[[File:Raymond In Boxes NH.jpg|thumb|right|One of the many pictures taken of [[Raymond]] surrounded by cardboard boxes.]]
 
Due to his heightened popularity yet extreme rarity thanks to no [[amiibo]] card being released and small odds to appear on [[Mystery Island Tour]]s and from the [[Campsite (facility)|Campsite]], [[Raymond]] is often sold at higher margins of {{I|Nook Miles Ticket|New Horizons}}s or [[Bells]].<ref>{{Cite web|url=https://www.polygon.com/2020/4/22/21229959/animal-crossing-new-horizons-black-market-villager-trading-raymond-nmt-bells-nintendo-switch-discord|title=Raymond is blowing up the Animal Crossing villager black market|author=Patricia Hernandez|date=April 22, 2020|retrieved=April 19, 2021}}</ref> On some occasions, Raymond is sold on sites like eBay for real-world currencies.<ref>https://www.ebay.com/sch/i.html?_from=R40&_nkw=animal+crossing+raymond&_sacat=0&LH_TitleDesc=0&LH_BIN=1&_sop=12</ref> Scams have also occurred in the process of trading Raymond, such as a notable incident on Discord where one person had managed to scam a user of 500 Nook Miles Tickets for a "Raymond viewing session".<ref>{{Cite web|title=imagine lying 500 NMT to view raymond im|url=https://twitter.com/nishisenku/status/1259453273192316928/|author=[https://twitter.com/nishisenku @nishisenku]|date=May 10, 2020|retrieved=April 19, 2021}}</ref> This has lead to many community members of the ''Animal Crossing'' fandom calling out against the black market for Raymond on places such as [[Nookazon]], and many prominent ''Animal Crossing'' Discord servers now require a photo to be attached for whoever is trading a villager. Attempts to break the Raymond market had been done with hackers such as PokéNinja, who managed to give away Raymond to 50 users using a save editor.<ref>{{Cite web|url=https://www.polygon.com/2020/5/21/21266398/animal-crossing-new-horizons-raymond-hacking-nintendo-switch-villager-black-market-free-nook-miles|title=Animal Crossing hacker gives out free Raymonds to fight black market|author=Patricia Hernandez|date=May 21, 2020|retrieved=April 19, 2021}}</ref>
 
  
Nevertheless, the "Raymond in boxes" meme has been incorporated within the ''Animal Crossing'' fandom, mocking the black market situation with Raymond. Often, internet users would take screenshots with {{I|Cardboard Box|New Horizons}}es surrounding Raymond or an impersonator dressed as Raymond; or photoshopping images with Raymond and boxes, before posting these images on social media sites.<ref>{{Cite web|url=https://www.polygon.com/2020/5/12/21256054/animal-crossing-raymond-villager-new-horizons-black-market-in-boxes-meme-fan-art-nintendo-switch|title=Animal Crossing fans keep joking about ‘Raymond in boxes’|date=May 12, 2020|author=Patricia Hernandez|retrieved=April 19, 2021}}</ref> Other have drawn art to paint the perspective of Raymond being sold on the black market, including an artwork drawn by Sara showing two players trading Nook Miles Tickets in front of Raymond.<ref>{{Cite web|url=https://twitter.com/Rinkibu/status/1260070481157373952|title=Moving again... crisp #AnimalCrossingNewHorizons|author=[https://twitter.com/Rinkibu @Rinkibu]|date=May 12, 2020|retrieved=April 19, 2021}}</ref> DannTheMan, a notable YouTube creator, felt that Raymond's popularity and rarity shouldn't be factors to appreciate Raymond, explaining that "the best villagers to have are the ones [people may] feel a sort of connection with them".<ref>{{Cite web|url=https://www.youtube.com/watch?v=GLwC-FiXO3s|title=The problem with "rare" Animal Crossing Villagers...|author=[https://www.youtube.com/channel/UC-E_VSCHmOwWDV7Y3EKSGTA DannTheMan]|date=May 21, 2020|retrieved=April 19, 2021}}</ref>
+
==What is Cargo?==
 +
Cargo is a MediaWiki extension that allows the storage and query of data within templates using cargo tables. Although similar in functionality to [[mw:Extension:Semantic MediaWiki|Semantic MediaWiki]], Cargo is more easier to use in comparison. Cargo tables can be found at [[Special:CargoTables]]. Cargo also provides a [[Special:Drilldown|drilldown page]] and a [[Special:CargoQuery|cargo query page]].
  
Other notable memes surrounding Raymond included him dressing up in a {{I|Maid Dress|New Horizons}}, having him sing [[Bubblegum K.K.]], and anti-Raymond posts, the latter of which grew in tandem with the "Raymond in boxes" meme.<ref>{{Cite web|url=https://twitter.com/mirwae/status/1242887989941784576|author=[https://twitter.com/mirwae @mirwae]|date=March 25, 2020|title=I DID IT I GOT RAYMOND TO WEAR A MAID OUTFIT|retrieved=April 19, 2021}}</ref><ref>{{Cite web|url=https://www.tiktok.com/@doctorsteen/video/6841624532143344902?source=h5_m&_r=1&is_copy_url=1&is_from_webapp=v1|date=June 23, 2020|author=[https://www.tiktok.com/@doctorsteen?source=h5_m&_r=1&is_copy_url=1&is_from_webapp=v1&lang=en doctorsteen]|retrieved=April 19, 2021|title=SING FOR ME RAYMOND #foryourpage #animalcrossing #raymond}}</ref><ref>{{Cite web|url=https://twitter.com/malach_te/status/1260141213623214081|author=[https://twitter.com/malach_te @malach_te]|title=theres the people that like raymond too much and make comedy gold and then theres the people that hate the people who like raymond and theyre the anti comedy of this scenario|date=May 12, 2020|retrieved=April 19, 2021}}</ref>
+
The major parsers to look out for when finding a page that uses the Cargo extension are <code>#cargo_declare</code>, <code>#cargo_store</code>, <code>#cargo_query</code>, <code>#cargo_attach</code>, and <code>#cargo_compound_query</code>.
  
==References==
+
==Creating a cargo table==
{{Reflist}}
+
To begin, you must start a <code>#cargo_declare</code> parser function. The parser '''must''' be enclosed with <code><nowiki><noinclude></nowiki></code>.
 +
 
 +
You must specify the cargo table's name, followed by field names associated with a type. Both of them cannot have spaces or dashes. For instance:
 +
<pre><nowiki>
 +
<noinclude>{{#cargo_declare:
 +
_table = name_of_table
 +
|field1 = type
 +
|field2 = type
 +
...
 +
}}</noinclude></nowiki></pre>
 +
 
 +
===Field types===
 +
When adding a field name, it's important to specify the type of field that the field can store. The following are common field types used on Nookipedia:
 +
* <code>String</code>: Holds up to 300 characters of non-wikitext text.
 +
* <code>Text</code>: Holds non-wikitext text, intended for longer values.
 +
* <code>Integer</code>: Holds an integer or numerical value (e.g. "11").
 +
* <code>Float</code>: Holds a non-integer value (e.g. "3.14").
 +
* <code>Date</code>: Holds a date value (e.g. "10-23-2010").
 +
* <code>Boolean</code>: Holds a boolean value, consisting of two states (value can be either "0"/"1" or "yes"/"no").
 +
* <code>Wikitext string</code>: Holds up to 300 characters of text parsed by MediaWiki (e.g. {{Currency|Bells|400}}).
 +
* <code>Wikitext</code>: Holds text parsed by MediaWiki, intended for longer values.
 +
 
 +
You can also associate a list of a type to a field. For instance, <code>List (,) of String</code> will provide a list of <code>String</code> values.
 +
 
 +
===Storing data===

Latest revision as of 01:50, June 1, 2022

This article deals with the Cargo extension used on Nookipedia and its API. It teaches you how to properly create and query a cargo table.

What is Cargo?

Cargo is a MediaWiki extension that allows the storage and query of data within templates using cargo tables. Although similar in functionality to Semantic MediaWiki, Cargo is more easier to use in comparison. Cargo tables can be found at Special:CargoTables. Cargo also provides a drilldown page and a cargo query page.

The major parsers to look out for when finding a page that uses the Cargo extension are #cargo_declare, #cargo_store, #cargo_query, #cargo_attach, and #cargo_compound_query.

Creating a cargo table

To begin, you must start a #cargo_declare parser function. The parser must be enclosed with <noinclude>.

You must specify the cargo table's name, followed by field names associated with a type. Both of them cannot have spaces or dashes. For instance:

<noinclude>{{#cargo_declare:
_table = name_of_table
|field1 = type
|field2 = type
...
}}</noinclude>

Field types

When adding a field name, it's important to specify the type of field that the field can store. The following are common field types used on Nookipedia:

  • String: Holds up to 300 characters of non-wikitext text.
  • Text: Holds non-wikitext text, intended for longer values.
  • Integer: Holds an integer or numerical value (e.g. "11").
  • Float: Holds a non-integer value (e.g. "3.14").
  • Date: Holds a date value (e.g. "10-23-2010").
  • Boolean: Holds a boolean value, consisting of two states (value can be either "0"/"1" or "yes"/"no").
  • Wikitext string: Holds up to 300 characters of text parsed by MediaWiki (e.g.  400 Bells).
  • Wikitext: Holds text parsed by MediaWiki, intended for longer values.

You can also associate a list of a type to a field. For instance, List (,) of String will provide a list of String values.

Storing data