Game names[]
As Asphalt games are the main topic of this wiki, there are a few special rules how to mention them.
Formatting[]
- Asphalt game names are always set in normal font weight and style (i. e. not bold and not in italics). This includes section headings and page titles.
- However, names of other games, as well as names of major works of literature and art, are set in italics.
Linking[]
- If an Asphalt game name is mentioned for the first time on a page, it should be turned into a link by enclosing it in square brackets. Example:
[[Asphalt 8: Airborne]]
→ Asphalt 8: Airborne - Exception: No links in section headings!
Abbreviations[]
Generally, Asphalt game names can be written in three different ways:
Full name[]
The full name (Asphalt 8: Airborne) is used
- when the game is mentioned for the first time on a page.
- in section headings when several Asphalt games are listed, for example on vehicle pages.
The full name should not be used
- for the second and following mentions on a page.
- for disambiguation in page titles.
Example: Vehicle list (Asphalt 9), not Vehicle list (Asphalt 9: Legends) - for disambiguation in category names.
Example: Category:Asphalt 8 images, not Category:Asphalt 8: Airborne images
Medium name[]
The medium name (Asphalt 8) is used
- for the second and following mentions on a page.
- for disambiguation in page titles.
Example: Vehicle list (Asphalt 9), not Vehicle list (Asphalt 9: Legends) - for disambiguation in category names.
Example: Category:Asphalt 8 images, not Category:Asphalt 8: Airborne images
Short name (two letters)[]
The two-letter variant (A8) is used
- only in template names, color definitions and CSS class names, and always in lower case.
The two-letter variant should never be used
- anywhere in articles, page titles or category names.
- An exception may be table header cells that would become unnecessarily wide if short or long names were used.
Code[]
While the two-letter variant should not be used in articles, its lower case version serves as unique identifier for templates, color definitions and CSS classes:
n2
– Asphalt Nitro 29c
– Asphalt 9: Legends Chinaa9
– Asphalt 9: Legendsas
– Asphalt Street Storm Racingax
– Asphalt Xtremean
– Asphalt Nitroao
– Asphalt Overdrivea8
– Asphalt 8: Airbornea7
– Asphalt 7: Heatai
– Asphalt Injectionad
– Asphalt 3Dar
– Asphalt Audi RS 3a6
– Asphalt 6: Adrenalinea5
– Asphalt 5a4
– Asphalt 4: Elite Racinga3
– Asphalt 3: Street Rulesa2
– Asphalt Urban GT 2a1
– Asphalt Urban GTaw
– Asphalt Wiki, used for wiki-specific names
Examples:
'''{{color|a8rare|Text}}'''
→ Text'''{{color|a9rare|Text}}'''
→ Text
{{Extra Tank a8}}
→ Extra Tank{{Extra Tank ax}}
→ Extra Tank
|
{| class="table-a8" ! Header 1 !! Header 2 |- | Cell 1 || Cell 2 |} |
→ |
|
|
{| class="table-a9" ! Header 1 !! Header 2 |- | Cell 1 || Cell 2 |} |
→ |
|
Templates[]
When used in template names for disambiguation, game names should always be the last part of the template name, separated with a space. Example: Extra Tank a8
instead of A8ExtraTank
- Apart from readability, this has the advantage that all Extra Tank templates are listed together unter E in categories. The second style would list all Asphalt 8 templates under A, regardless of their function.
- Exception: Currencies and templates that also denote a text color name listed in {{Color code}} (like {{A8tokens}} or {{A8legendary}}) always have the identifier at the beginning of the word. This has purely historical reasons.
CSS[]
CSS class names and variables also use trailing two-letter identifiers for disambiguation. In this case, they are separated with a hyphen as CSS does not allow whitespace as separators. Example: .table-a9
for a table class or --bg-a8
for a background color variable.
- Exception: Text color variables that have an equivalent in {{Color code}} (like
--a8tokens
) always have the identifier at the beginning of the word. As with template names, this has purely historical reasons.
Other naming conventions[]
Images[]
- Like templates, all game-specific images should have the two-letter game →code at the end of their filename, separated with a space.
Example: Epic tech card a8.png, not A8CardEpicTech.png.
This lists the image under E in categories (where users would search for it), whereas the second style would list all Asphalt 8 images under A and make the category's index function useless. - The use of camelCase notation for image names is discouraged. Wikitext allows whitespace, so use names like Epic tech card a8.png instead of A8CardEpicTech.png.
- Use speaking names and order the parts from special to general.
Example: Hypno Ford Focus RS decal screenshot as.png, not ASDecalScreenshotHypnoFordFocus.png - Don't use upper case in category names at all, except for words that would also be written in upper case in normal text, such as company names or nationalities.
Example: Hypno Ford Focus RS decal screenshot as.png, not ASDecalScreenshotHypnoFordFocus.png
Categories[]
- Don't use upper case in category names at all, except for words that would also be written in upper case in normal text, such as company names, nationalities or fixed in-game terms.
Example: Category:Asphalt 8 images, not Category:Asphalt 8 Images - Asphalt game names are placed at the beginning of the name, and always in medium form.
Example: Category:Asphalt 8 images, not Category:Asphalt 8: Airborne images
Templates[]
- The use of camelCase notation for template names is discouraged. Wikitext allows whitespace, so use names like Table row a8 instead of A8TableRow.
- Use speaking names and order the parts from special to general. Example: Table header mastery a8 instead of A8MasteryChallengeHeader. A template name like A8UpgradePricesCA4.2C makes it impossible for other editors to understand the function. The numbers and letters at the end could denote game versions, template versions, or have yet another meaning.
- Don't use upper case in template names at all. Wiki readers do not see template names, but other editors would have to figure out if a word is a fixed in-game notion with upper case or not (like "nitro" or "credits" which are often used inconsistently even in the same game). There are two exceptions:
- The first letter of a template name which is automatically converted to upper case by the wiki software.
- Templates that are part of a modular system and denote a gameplay element, like Pro Kit Box or booster templates. In this case, the original in-game notation is kept. In case of an inconsistent use inside the game, the upper case variant is chosen. Example: {{Daily Kit Box}}, {{Double Credits a8}} or {{Double Credits ax}}.
CSS classes[]
- Don't use class names starting with
awtimer
orawnotimer
. These names are reserved for countdown and timer templates. Creating elements with these class names may lead to unexpected results as they may be altered or even removed by the JavaScript code behind timers on the same page.
Tables[]
- Main article: Asphalt Wiki:Manual of style (tables)