User talk:Megadardery/Writing Guidelines: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(<s>i think</s> it is done)
Line 39: Line 39:
=[[MarioWiki:Image Maps]]=
=[[MarioWiki:Image Maps]]=
'''[http://www.mediawiki.org/wiki/Imagemap Image Maps]''' are images where different parts of the image link to different pages (as opposed to the entire image being a link to a single destination). For example, [[Template:Bowsermap]] is a map of Bowser's body from ''Mario & Luigi: Bowser's Inside Story'', in which every area of the body links to the article corresponding to that area. Similarly, [[Template:SMRPGmap]] links to the areas that are visited in ''Super Mario RPG: The Legend of the Seven Stars'', all of which are pictured on the map. The purpose of Image Maps are to allow for easier navigation between areas in a game, as they are visual, rather than name-based. This policy page outlines standards that must be followed when creating a Image Maps template.
'''[http://www.mediawiki.org/wiki/Imagemap Image Maps]''' are images where different parts of the image link to different pages (as opposed to the entire image being a link to a single destination). For example, [[Template:Bowsermap]] is a map of Bowser's body from ''Mario & Luigi: Bowser's Inside Story'', in which every area of the body links to the article corresponding to that area. Similarly, [[Template:SMRPGmap]] links to the areas that are visited in ''Super Mario RPG: The Legend of the Seven Stars'', all of which are pictured on the map. The purpose of Image Maps are to allow for easier navigation between areas in a game, as they are visual, rather than name-based. This policy page outlines standards that must be followed when creating a Image Maps template.
==Rules==
== Rules ==


===Choosing an image===
=== Choosing an image ===
The Map Images '''must''' be a sprite from the game (i.e [[:File:MLRPG3_Map.png|this]]), screenshot (i.e [[:File:MLDT_-_Title_Screen_Map.png|this]]), or an official map artwork (i.e [[:File:NSMBUMushroomKingdom.png|this]]). '''A fan-made or any artworks that didn't come from official sources aren't allowed in any case.'''
The Map Images '''must''' be a sprite from the game (i.e [[:File:MLRPG3_Map.png|this]]), screenshot (i.e [[:File:MLDT_-_Title_Screen_Map.png|this]]), or an official map artwork (i.e [[:File:NSMBUMushroomKingdom.png|this]]). '''A fan-made or any artworks that didn't come from official sources aren't allowed in any case.'''


===Things to consider before making the template===
=== Things to consider before making the template ===


*Templates '''must''' only be made for real articles.
*Templates '''must''' only be made for real articles.
*Image Maps are meant for locations, or levels. Creating an Image Map for characters is not allowed.
*Creating Image Maps with less than ''8 links'' is discouraged and not allowed.
*Creating Image Maps with less than ''8 links'' is discouraged and not allowed.
*While specifying size for the Map, 2 things must be considered:
*While specifying size for the Map, 2 things must be considered:
**The Image Map's height or width in article must never exceed '''400 pixels'''.
**The Image Map's any dimension must not exceed '''400 pixels''', and the other one must not exceed '''200 pixels'''.
**The Image Map's width in the {{tem|Worldbox}} template must never exceed '''300 pixels'''.
**The Image Map's width in the {{tem|Worldbox}} template must never exceed '''300 pixels'''.
*If the map ''isn't'' going to be put into the Worldbox template, then the map should be classed as a thumbnail and aligned to the right. However, If the map is ''only'' going to be put in the Worldbox template, it must never be classed as a thumbnail and it must be aligned in the center.
*If the map ''isn't'' going to be put into the Worldbox template, then the map should be classed as a <code>thumbnail</code> and aligned to the right. However, If the map is ''only'' going to be put in the Worldbox template, it must be classed as <code>none</code> and it must be aligned in the center.
**Otherwise a variable must be declared; so if it is set to <code>infobox</code>,it would be aligned in the center and it wouldn't be classed as a thumbnail. And if it is not set, it would be classed as a thumbnail and it would be aligned to the right.
**Otherwise a variable must be declared; so if it is set to <code>infobox</code>,it would be aligned in the center and it would be classed as <code>none</code>. And if it is not set, it would be classed as a <code>thumbnail</code> and it would be aligned to the right.
===Where to put the template===
=== Where to put the template ===


*The template must only be put where it links to (i.e If the template only links to {{fakelink|page1}} and {{fakelink|page2}}, it must never be put on {{fakelink|page3}})
*The template must only be put where it links to (i.e If the template only links to {{fakelink|page1}} and {{fakelink|page2}}, it must never be put on {{fakelink|page3}})
Line 59: Line 60:
**For the Platformer games: in the Worlds pages, the template should be put in the <code>map</code> parameter of the {{tem|Worldbox}} template (using the code <code><nowiki>|map={{templatename}}</nowiki></code>)
**For the Platformer games: in the Worlds pages, the template should be put in the <code>map</code> parameter of the {{tem|Worldbox}} template (using the code <code><nowiki>|map={{templatename}}</nowiki></code>)


==Creating an Image Map==
== Creating the Image Map ==
#First thing is specify the image, [[Special:Upload|upload one]] if none exists.
#First thing is specify the image, [[Special:Upload|upload one]] if none exists.
#Specify the name of the template that will contain the Image Map, The name should contain the name (or a shorten form) of the game plus additional 'map' at the end.
#Specify the name of the template that will contain the Image Map, The name should contain the name (or a shorten form) of the game plus additional 'map' at the end.
#Start creating the template, If you cannot specify the coordinates, you could use online tools such as [http://www.maschek.hu/imagemap/imgmap this].
#Start coding the template. If you cannot specify the coordinates, you could use online tools such as [http://www.maschek.hu/imagemap/imgmap this]. (But change the output to 'Wiki imagemap')
#Once Done, preview the template and check it appear correctly, and that links works (press CTRL while clicking on the map, to open on another window, and to keep the current page).
#Once Done, preview the template and check it appear correctly, and that links works (press CTRL while clicking on the map, to open on another window, and to keep the current page).
#If every things works correctly save the template, and start adding it to articles.
#If every things works correctly save the template, and start adding it to articles.


== Basic Coding ==
<pre>
<imagemap>
[file]|[size]px|[class]|[align]|Click an area to open the relevant article.
[coordinates]|[[page]]
[coordinates]|[[page]]
</imagemap>
</pre>
*<code>[file]</code>: The internal Image for the map. (i.e: <code>File:MLRPG3 Map.png</code>)
*<code>[size]</code>: The size of the map.
*<code>[class]</code>: The class of the image (<code>thumb</code>, <code>frame</code>, or <code>none</code>)
**Use <code>thumbnail</code>, or <code>none</code> depending on either the template will go into the Worldbox or no, respectively.
**Use <code>frame</code> instead of <code>thumb</code> only when the image size equals to the size of the map.
***When using <code>frame</code>, remove the <code>[size]</code> variable including the '|'.
*<code>[align]</code>: Where to align the template.
*Specify each <code>[coordinates]</code> and <code>page</code> accordingly to the Image Map links
*For using variable, add <code>{{{nameofvariable|defaultvalue}}}</code> (ex. replace <code>[size]</code> with <code>{{{size|300}}}</code>)
== Basic Usage ==
<pre>{{templatename|variable1=value|variable2=value}}</pre>
Change each variable name and value accordingly
=Upcoming Proposals=
=Upcoming Proposals=
===A writing guideline for the Quote pages===
===A writing guideline for the Quote pages===

Revision as of 08:14, September 14, 2013

  For Megadardery (talk | block log | uploads | logs)

Megadardery (talk [+] • contribs [13,961] • signaturetutorials1 (a) - 2 (a) - 3 (a) • [WGs] • CSSJS)

It is requested that any part of this page is not copied and used on any other page.

  • Text colored by this color are under a proposal.
  • Text colored by this color are under discussion by project's members.
  • Text colored by this color are under discussion by admins.
  • Text colored by this color are undecided yet.

MarioWiki:Quotes

Quotes are ex-supages given to games pages that feature enough meaningful and/or notable quotes to warrant a separate page. If the game got few quotes which can be included in the game's article without creating an excessively long quotes section, a separate page is unnecessary. This policy page outlines standards that must be followed when creating a quotes sub-page.

Organizing

Quotes will be out in a list (use *), quotes are put between quotation marks, and are italic.

Games

The Name of each quote page would be "List of quotes by [game]". Each quote page will have a standardized header: "This is a list of quotes by [[character]]." (see here)

Sections should be made for each character, organized by the alphabetical order. Quotes should be put under each section, the most stereotypical quotes will be put at the top (i.e. "Mama Mia" for Mario, "Help me, Mario!" for Peach, etc.). Screams ("ahhh"), nonsense and other stuff that sheds absolutely no light on the character ("hi", "okay", etc.) should not be included; when in doubt, or when there's disagreement, discuss on the talk page.

Characters

These pages would only be for recurring characters, as one-shot characters (mostly RPG characters) already have complete quote lists on their parent games' pages. Discretion should also be used when determining what recurring characters should get quotes pages. If a character is major in one game, but only has a few lines in another game or two, there is no point giving them a quote page either: A quotes section with {{main}} to the major appearance quotes page in the character page, as well as some choice quotes from that and all the quotes from the minor appearance is better.

The name of each quote page would be "List of quotes by [character]". Each quote page will have a standardized header: "This is a list of quotes by ''[[character]]''."

The first section should be "General", and it will list quotes that appear in more than one appearance; if they only occur a couple times, the appearances can be listed at the bottom of the section, but otherwise, just leave them. The most stereotypical quotes will be put at the top (i.e. "Mama Mia" for Mario, "Help me, Mario!" for Peach, etc.). Generic quotes are allowed here - not things like screams ("ahhh"), nonsense and other stuff that sheds absolutely no light on the character ("hi", "okay", etc.); when in doubt, or when there's disagreement, discuss on the talk page. After that section, go by genre/media type:

  1. Platformers
  2. Sports
  3. Spinoffs
  4. RPGs
  5. Non-game appearances
  6. Misc for commercials ("Mario, Mario, Mario ja nai!" - Peach, NSLU), websites, etc.

Specific series and specific games are given headers, if they produce a large amount of quotes (mostly RPGs); otherwise, the game's name for each quote should be listed following it. All sections should follow the chronological order. For the non-game appearances, sections can be given for the different shows, movies, publications, etc., or just list them in the chronological order like the games/series with few quotes.

MarioWiki:Image Maps

Image Maps are images where different parts of the image link to different pages (as opposed to the entire image being a link to a single destination). For example, Template:Bowsermap is a map of Bowser's body from Mario & Luigi: Bowser's Inside Story, in which every area of the body links to the article corresponding to that area. Similarly, Template:SMRPGmap links to the areas that are visited in Super Mario RPG: The Legend of the Seven Stars, all of which are pictured on the map. The purpose of Image Maps are to allow for easier navigation between areas in a game, as they are visual, rather than name-based. This policy page outlines standards that must be followed when creating a Image Maps template.

Rules

Choosing an image

The Map Images must be a sprite from the game (i.e this), screenshot (i.e this), or an official map artwork (i.e this). A fan-made or any artworks that didn't come from official sources aren't allowed in any case.

Things to consider before making the template

  • Templates must only be made for real articles.
  • Image Maps are meant for locations, or levels. Creating an Image Map for characters is not allowed.
  • Creating Image Maps with less than 8 links is discouraged and not allowed.
  • While specifying size for the Map, 2 things must be considered:
    • The Image Map's any dimension must not exceed 400 pixels, and the other one must not exceed 200 pixels.
    • The Image Map's width in the {{Worldbox}} template must never exceed 300 pixels.
  • If the map isn't going to be put into the Worldbox template, then the map should be classed as a thumbnail and aligned to the right. However, If the map is only going to be put in the Worldbox template, it must be classed as none and it must be aligned in the center.
    • Otherwise a variable must be declared; so if it is set to infobox,it would be aligned in the center and it would be classed as none. And if it is not set, it would be classed as a thumbnail and it would be aligned to the right.

Where to put the template

  • The template must only be put where it links to (i.e If the template only links to Template:Fakelink and Template:Fakelink, it must never be put on Template:Fakelink)
  • If the article is about a subject that only exists in the Image Map's game, the template should be put under the info-box. Otherwise the template should be put as the first line in the game's section on the article.
    • For the Platformer games: in the Worlds pages, the template should be put in the map parameter of the {{Worldbox}} template (using the code |map={{templatename}})

Creating the Image Map

  1. First thing is specify the image, upload one if none exists.
  2. Specify the name of the template that will contain the Image Map, The name should contain the name (or a shorten form) of the game plus additional 'map' at the end.
  3. Start coding the template. If you cannot specify the coordinates, you could use online tools such as this. (But change the output to 'Wiki imagemap')
  4. Once Done, preview the template and check it appear correctly, and that links works (press CTRL while clicking on the map, to open on another window, and to keep the current page).
  5. If every things works correctly save the template, and start adding it to articles.

Basic Coding

<imagemap>
[file]|[size]px|[class]|[align]|Click an area to open the relevant article.
[coordinates]|[[page]]
[coordinates]|[[page]]
</imagemap>
  • [file]: The internal Image for the map. (i.e: File:MLRPG3 Map.png)
  • [size]: The size of the map.
  • [class]: The class of the image (thumb, frame, or none)
    • Use thumbnail, or none depending on either the template will go into the Worldbox or no, respectively.
    • Use frame instead of thumb only when the image size equals to the size of the map.
      • When using frame, remove the [size] variable including the '|'.
  • [align]: Where to align the template.
  • Specify each [coordinates] and page accordingly to the Image Map links
  • For using variable, add defaultvalue (ex. replace [size] with 300)

Basic Usage

{{templatename|variable1=value|variable2=value}}

Change each variable name and value accordingly

Upcoming Proposals

A writing guideline for the Quote pages

see here for the draft.

This Writing Guideline is meant to clear thing of when and how a quote page should be created. Everything of what was written in the draft are rules which are already known. It will be created under the name MarioWiki:Quotes. Use the comments section below for comments and suggestions.

Proposer: Megadardery (talk) & Walkazo (talk)
Deadline: MONTH +14, 2013 23:59 GMT

Support

  1. Megadardery (talk)

Oppose

Comments