Happycloud (talk | contribs) (Space for source of knowledge for editing the MVC2 Wiki. Includes FAQs, Style Guides, naming conventions, etc.) |
Happycloud (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
==Resources== | |||
=== | ===Useful Wiki editing links=== | ||
https://srk.shib.live/w/Help:Editing | https://srk.shib.live/w/Help:Editing | ||
Line 11: | Line 11: | ||
===Where to upload and find files=== | |||
https://srk.shib.live/w/Special:Upload | https://srk.shib.live/w/Special:Upload | ||
https://srk.shib.live/w/Special:ListFiles | https://srk.shib.live/w/Special:ListFiles | ||
====File Naming Convention==== | |||
<nowiki>MVC2 CharName Movename.png | |||
MVC2 CharName art.png | |||
MVC2 CharName portrait.png</nowiki> | |||
The most important part is that the files all begin with MVC2 and are consistently named in their category. | |||
When uploading files, check all the files and then add the tag | |||
<nowiki> [[Category: Marvel Vs. Capcom 2]]</nowiki> | |||
===How to bulk rename files=== | |||
===How to bulk resize images=== | |||
===Useful MVC2 Resources=== | |||
https://zachd.com/mvc2/resources/mvc2/images.html | |||
==Code Block== | |||
===Character Intro and top of the page Codeblock=== | |||
<nowiki>{{MVC2 Character Intro|char= Name of char goes here|full=Full name of char goes here|short=Short version of their name goes here|content= | |||
== Story == | |||
*Story of char goes here | |||
== Gameplay == | |||
{{2 Column Flex|flex1=6|flex2=4 | |||
|content1= | |||
{{Content Box|content= | |||
*Gameplay breakdown goes here | |||
{{ProConTable | |||
|pros= | |||
*'''placeholder''' | |||
|cons= | |||
*'''placeholder''' | |||
}} | |||
}} | |||
|content2= | |||
{{Content Box|content= | |||
<center><youtube>Link for youtube video goes here</youtube></center> | |||
}} | |||
}} | |||
}}</nowiki> | |||
===Move Data Codeblock=== | |||
<nowiki>{{MoveData | |||
|image= | |||
|caption= | |||
|name= | |||
|linkname= | |||
|input= | |||
|data= | |||
{{AttackData-MVSC2 | |||
|Damage= | |||
|Startup= | |||
|Active= | |||
|Recovery= | |||
|Guard= | |||
|Special Property= | |||
|Cancel= | |||
|Adv. Hit= | |||
|Adv. Guard= | |||
|Adv. Pushblock= | |||
|description= Placeholder text | |||
}} | |||
}}</nowiki> | |||
[[Category: Marvel Vs. Capcom 2]] |
Latest revision as of 12:58, 15 September 2021
Project: MVC2
I'll include the links to commonly used wiki pages (uploads, files, new editor guide, etc), link resources we use, answer questions like our file naming convention, best practices, how to upload multiple files with categories, etc. Basically any question that we ask here, I'll post an answer to as a reference so we don't dig through pins and chats.
Resources
Useful Wiki editing links
https://srk.shib.live/w/Help:Editing
https://srk.shib.live/w/Help:New_Wiki_Guide
Where to upload and find files
https://srk.shib.live/w/Special:Upload
https://srk.shib.live/w/Special:ListFiles
File Naming Convention
MVC2 CharName Movename.png MVC2 CharName art.png MVC2 CharName portrait.png
The most important part is that the files all begin with MVC2 and are consistently named in their category.
When uploading files, check all the files and then add the tag
[[Category: Marvel Vs. Capcom 2]]
How to bulk rename files
How to bulk resize images
Useful MVC2 Resources
https://zachd.com/mvc2/resources/mvc2/images.html
Code Block
Character Intro and top of the page Codeblock
{{MVC2 Character Intro|char= Name of char goes here|full=Full name of char goes here|short=Short version of their name goes here|content= == Story == *Story of char goes here == Gameplay == {{2 Column Flex|flex1=6|flex2=4 |content1= {{Content Box|content= *Gameplay breakdown goes here {{ProConTable |pros= *'''placeholder''' |cons= *'''placeholder''' }} }} |content2= {{Content Box|content= <center><youtube>Link for youtube video goes here</youtube></center> }} }} }}
Move Data Codeblock
{{MoveData |image= |caption= |name= |linkname= |input= |data= {{AttackData-MVSC2 |Damage= |Startup= |Active= |Recovery= |Guard= |Special Property= |Cancel= |Adv. Hit= |Adv. Guard= |Adv. Pushblock= |description= Placeholder text }} }}