The data on YGOCounter is in early stage. We're looking for your contribution!. If you find this site useful, kindly share with your friends and playgroups.


The chat feature is just implemented. Feel free to join or read the chat log here.

Contribute: Difference between revisions

From YGOCounter
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 43: Line 43:
</div>
</div>


==Edit a Page==
==Create Page==
There is big buttons in the Main Page, that you can click to go to the Form to create a new page.
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
<h3 class="text-center">
{{#formlink:form=Card|link text=New Card|link type=button|reload|new window}}
</h3>
</div>
<div class="col-md-4">
<h3 class="text-center">
{{#formlink:form=Deck|link text=New Deck|link type=button|reload|new window}}
</h3>
</div>
<div class="col-md-4">
<h3 class="text-center">
{{#formlink:form=Counter|link text=New Counter|link type=button|reload|new window}}
</h3>
</div>
</div>
</div>
You also can find the link to create new page in the Deck Summary, Card Summary, and the individual Deck and Card page.
==Edit Page==
On all pages that you can edit there is:
On all pages that you can edit there is:
- Edit Button in top-right corner of page (click the pencil in the top-right corner, if you're on mobile)
- Edit Button in top-right corner of page (click the pencil in the top-right corner, if you're on mobile)


===Useful syntax to know:===
===Useful Syntax===


====List====
====List====
Line 53: Line 75:
When multiple cards is available, use list:
When multiple cards is available, use list:


-  Unordered List: use dash if card have similar priority
-  Unordered List: use dash if card have similar priority. For example


-   Numbered Ordered List (1, 2, 3...):  for card with different priority
<code>
- Item a


Insert double page break between list item, so it will display as single page break in display.
- Item b
 
- Item c
</code>
 
-  Numbered Ordered List (1, 2, 3...):  for card with different priority. For example:
 
<code>
- Item 1
 
- Item 2
 
- Item 3
</code>
 
Insert double page break like example above between list item, so it will display as single page break in display.


==== Insert card thumbail with link====
==== Insert card thumbail with link====
Line 65: Line 103:
  <nowiki>{{ypd|name-of-the-card}}</nowiki>
  <nowiki>{{ypd|name-of-the-card}}</nowiki>


Example: {{ypd|Dark Magician}}
or shorcut 
<nowiki>{{y|name-of-the-card}}</nowiki>
 
Example: {{y|Dark Magician}}


===Website Structure===
===Website Structure===

Latest revision as of 18:00, 12 January 2026

Introduction

Thanks for your interest in contributing to the YGOCounter Wiki!

This Wiki is community project, so we need community contributions to add new things and fix errors. The wiki is open to edit to anyone without registering an account so you are free to do something without asking or invitation though simple questions will be asked to verify you have played the game if you don't have an account.

Do not be afraid to try or to change something - there are logs of each page version, so even major changes can be reverted easily. Key pages are protected so that the site does not break completely.

What can I do to help?

CONTENT

  • Add new deck, new hand trap/ board breaker or new way of counter
  • Edit the incorrect, or outdated content
  • Fix error and typo
  • Leave your comments at end of each page.

WEBSITE

  • Tell us how to improve, and report bug in Contact page
  • Help develop Mediawiki feature

SHARE

  • Tell your friend about this site
  • Link to YGOCounter in your Reddit/Discord/Social networks comment

Create Page

There is big buttons in the Main Page, that you can click to go to the Form to create a new page.

You also can find the link to create new page in the Deck Summary, Card Summary, and the individual Deck and Card page.

Edit Page

On all pages that you can edit there is: - Edit Button in top-right corner of page (click the pencil in the top-right corner, if you're on mobile)

Useful Syntax

List

When multiple cards is available, use list:

- Unordered List: use dash if card have similar priority. For example

- Item a

- Item b

- Item c

- Numbered Ordered List (1, 2, 3...): for card with different priority. For example:

- Item 1

- Item 2

- Item 3

Insert double page break like example above between list item, so it will display as single page break in display.

Insert card thumbail with link

Instead of maintain an up-to-date database, YGOCounter use link to card info on Yugipedia. Yugipedia is a wonderful website, making by the wonderful team. To link to Yugipedia thumbail, use the below syntax:

{{ypd|name-of-the-card}}

or shorcut

{{y|name-of-the-card}}

Example: Dark Magician Dark Magician

Website Structure

YGOCounter consists of:

  • Deck page: for deck
  • Counter card page: for hand trap and board breaker
  • Counter page: for how to counter Deck with Counter card

Purge Cache

Some time, some pages may not display correctly at intend, or display outdated content, even you just updated. This may be the page cache haven't be updated yet.

In this case, please click on the Purge Cache link at the bottom left of the page.