Uploadtext – MediaWiki
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "ExternalLink" to "Link") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 1: | Line 1: | ||
<div style=" | <div class="float-right" style="font-size: .9em"> | ||
{| class="wikitable | {{TopMenu|[[Special:Log/upload|Upload Log]] [[Special:Imagelist|All Uploaded Files]] [[Special:ListDuplicatedFiles|Duplicates]]}} | ||
{| class="wikitable" | |||
|+ Examples | |+ Examples | ||
! Do | ! Do | ||
Line 16: | Line 17: | ||
* RealVirtualityWireframeRender | * RealVirtualityWireframeRender | ||
|} | |} | ||
</div> | |||
== Naming Rules == | == Naming Rules == | ||
format: entries separated by '''underscores''' ({{hl|_}}): '''''projectId'''''_'''''filename'''''<!-- format: entries separated by '''dashes''' ({{hl|-}}): '''''gameId'''''-'''''filename''''' --> | format: entries separated by '''underscores''' ({{hl|_}}): '''''projectId'''''_'''''filename'''''<!-- format: entries separated by '''dashes''' ({{hl|-}}): '''''gameId'''''-'''''filename''''' --> | ||
* projectId: (Optional) see [[Bohemia Interactive Community:Naming Conventions|Naming Conventions]] (ofp, arma, arma2, arma2oa, arma3, tkoh, tkom, ylands, rv, etc) '''if the picture shows this game's specific feature''' | * projectId: (Optional) see [[Bohemia Interactive Community:Naming Conventions|Naming Conventions]] (ofp, arma, arma2, arma2oa, arma3, tkoh, tkom, ylands, rv, etc) '''if the picture shows this game's specific feature''' | ||
* filename: a '''meaningful name''' (see examples); ''filename''<nowiki/>'s separators are '''dashes''' ({{hl|-}})<!-- * filename: a '''meaningful name''' (see examples); ''filename''<nowiki/>'s own separator is '''underscores''' ({{hl|_}})-->. Use ''' | * filename: a '''meaningful name''' (see examples); ''filename''<nowiki/>'s separators are '''dashes''' ({{hl|-}})<!-- * filename: a '''meaningful name''' (see examples); ''filename''<nowiki/>'s own separator is '''underscores''' ({{hl|_}})-->. Use '''snake-casing''' (e.g {{hl|jeep-on-hill}}), '''not''' camelCasing/PascalCasing (e.g JeepOnHill)! | ||
* colour: (Optional) define a specific variant, for example to know if an image needs a dark background - e.g {{hl|}}) | * colour: (Optional) define a specific variant, for example to know if an image needs a dark background - e.g {{hl|white}} (then needs a dark background) | ||
* size: (Optional) in format | * size: (Optional) in format Xres'''x'''Yres, e.g {{hl|256x512}} | ||
== Image Usage == | == Image Usage == | ||
To include the image in a page, use {{hl|<nowiki>[[File:image-name.jpg]]</nowiki>}} or {{hl|<nowiki>[[Image:image-name.jpg]]</nowiki>}} ({{hl|File}} and {{hl|Image}} are interchangeable namespaces). | To include the image in a page, use {{hl|<nowiki>[[File:image-name.jpg]]</nowiki>}} or {{hl|<nowiki>[[Image:image-name.jpg]]</nowiki>}} ({{hl|File}} and {{hl|Image}} are interchangeable namespaces although {{hl|File}} is preferred). | ||
See {{ | See {{ExternalLink|link= https://www.mediawiki.org/wiki/Help:Images|text= MediaWiki Help}} for more information. |
Revision as of 16:43, 4 January 2023
Do | Don't |
---|---|
|
|
Naming Rules
format: entries separated by underscores (_): projectId_filename
- projectId: (Optional) see Naming Conventions (ofp, arma, arma2, arma2oa, arma3, tkoh, tkom, ylands, rv, etc) if the picture shows this game's specific feature
- filename: a meaningful name (see examples); filename's separators are dashes (-). Use snake-casing (e.g jeep-on-hill), not camelCasing/PascalCasing (e.g JeepOnHill)!
- colour: (Optional) define a specific variant, for example to know if an image needs a dark background - e.g white (then needs a dark background)
- size: (Optional) in format XresxYres, e.g 256x512
Image Usage
To include the image in a page, use [[File:image-name.jpg]] or [[Image:image-name.jpg]] (File and Image are interchangeable namespaces although File is preferred). See MediaWiki Help for more information.