How to Document Memes on Bonkipedia: Difference between revisions

From Bonkipedia
Line 26: Line 26:
To get the standard text of any meme page, choose a page that has already been created and select "edit source". Note that sometimes it defaults to "edit" and won't let you switch. Throw some junk text on the page, save, then reopen the "edit source" for the page at the top.           
To get the standard text of any meme page, choose a page that has already been created and select "edit source". Note that sometimes it defaults to "edit" and won't let you switch. Throw some junk text on the page, save, then reopen the "edit source" for the page at the top.           


Below is an example of the code for [[HIMARS Lucky Strike]]. Feel free to copy and paste this into the "edit source" side and change the lines as needed to create the meme page.        <syntaxhighlight lang="winbugs">
Below is an example of the code for [[HIMARS Lucky Strike]]. Feel free to copy and paste this into the "edit source" side and change the lines as needed to create the new meme page.        <syntaxhighlight lang="winbugs">
[[Category:Meme]]
[[Category:Meme]]
[[Category:HIMARS]]
[[Category:HIMARS]]

Revision as of 00:15, 13 November 2022

Before Uploading Memes

NAFO creates hundreds of memes a week. The goal of Bonkipedia is to document as many of them as we can. Obviously that is too much for a small team, so we ask that users help us upload new memes to share with the community.

Please check if the meme has already been uploaded!

How to Make a New Meme Page

Step 0: Check if the Meme has Already Been Uploaded

Memes have to be titled to be searchable, and what someone else thinks the "name" of a meme is might not be what you think it is. Try various key words or check in the categories. This is why it is also very important to include key words on your page and categorize the meme in a way other people can find it.

Note: There are a few ways to create and edit pages on wikis, but this is the preferred way to keep pages consistent. You are welcome to create pages in another way, but please check that the text in Step 3: Edit Contents of Page is the same so the formatting works.

Step 1: Upload File of the Meme

On the left-hand side of the screen, under "Wiki Tools" there is a link to the page to "Upload File". If you did not title the file prior to attempting to upload it, you can change the File Name under the File Description --> Destination filename. Keep the . extension (i.e. .png / .jpeg / etc). We recommend you title the file the name you want to give the meme, but this is not mandatory. Select "Upload File" to complete upload.

Screen Shot 2022-11-12 at 4.43.52 PM.png

Step 2: Create New Page with Meme

Once your file has been uploaded, open a new tab with Bonkipedia and Search for the exact wording you want the title of the meme to be. This is hard to change later so please double check.

Screen Shot 2022-11-12 at 4.51.13 PM.png

Since the page will not exist, click on the red text to create the page on this wiki. Note that pages are not created until you save edits to the new page.

Step 3: Edit Contents of Page

There are two ways to edit pages on the wiki, and each is suited for different types of pages. The recommended way to create new meme pages is using the "edit source" tab, which is the hardcoding side of the wiki. While this can be daunting, it is much easier to produce a constant result, particularly with adding images. The "Edit" type of editing is more useful when typing up content pages.

To get the standard text of any meme page, choose a page that has already been created and select "edit source". Note that sometimes it defaults to "edit" and won't let you switch. Throw some junk text on the page, save, then reopen the "edit source" for the page at the top.

Below is an example of the code for HIMARS Lucky Strike. Feel free to copy and paste this into the "edit source" side and change the lines as needed to create the new meme page.

[[Category:Meme]]
[[Category:HIMARS]]

[[File:HIMARS Lucky Strike.JPG]]

"HIMARS Lucky Strike"

Creator: Unknown

Tags: HIMARS, Cigarette, Suspicious Fires, Smoking

At the top should be the Category list. This will only show up in the "edit source" side, which is why I recommend editing there. Every meme should have the category "Meme" so the complete list is captured. Beyond that, look in the Category:Meme Category superstructure to find an appropriate category. I recommend searching for similar memes on the site and checking what category they are under.

To change the image, change the text after "File:" to the file name you used to upload the file.

Change the name to the title of the Meme.

If possible, attribute the meme to the creator of the meme, and link to their twitter. If you think you might know, put (??) in front of the name, and message that person to find out. This is what the code block would look like for an attribution.

Creator: @ShadowNAFO [https://twitter.com/ShadowNAFO] Nyx

Lastly, add tags that are related to the image of the meme, the content of the meme, or anything you think people might use to find it. This is very important to help people find memes if they don't think of your title.

Meme Page Checklist

Every Meme Page MUST have the following information blocks:

  • Categories (only seen on the "Edit Source" side of editing)
  • Image of the Meme
  • Title of the Meme
  • Creator of the Meme (if unknown, put unknown. If you think you might know, put (??) in front of the name, and message that person to find out).
  • Tags (as many as possible relating to the content, the message of the meme, any references

Optional

  • Any additional context (i.e. for historical references, what is the reference and why is it being cited)
  • Additional comments from the creator (i.e. additional text from the tweet it was originally posted with)