Help:Eo/Images: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{Language subpage}} {{Subpage|Help:Contents}} {{Help page}} Category:Wiki {{translate:eo}} Multaj artikoloj devigas ekranfotojn aŭ aliajn bildojn pribildigi artikola...")
 
No edit summary
Line 3: Line 3:


==Kiam uzi bildon==
==Kiam uzi bildon==
*To show the appearance of an interface or dialog box
*Montrus aperon de interfaco aŭ dira skatolo
*To demonstrate the appearance of the article's subject in game (for example, a screenshot of an effect or model)
*To demonstrate the appearance of the article's subject in game (for example, a screenshot of an effect or model)
*To illustrate an aspect of the development process (for example, a screenshot of designing a moving platform in [[Hammer]])
*To illustrate an aspect of the development process (for example, a screenshot of designing a moving platform in [[Hammer]])
Line 11: Line 11:


==Kiel alŝuti bildon==
==Kiel alŝuti bildon==
Iru al [[Special:Upload|Special:Alŝuti]] kaj sekvu la instruojn tie. Bonu uzi '''priskribajn''' dosiernomojn.
Iru al [[Special:Upload|Special:Alŝuti]] kaj sekvu la instruojn tiejn. Bonu uzi '''priskribajn''' dosiernomojn.


==Inserting an image into an article==
==Inserting an image into an article==
Line 31: Line 31:
</pre>
</pre>


Replace "imagename#.jpg" with the filename of the image, and write a descriptive caption (not required) after the <code>|</code>.
Anstataŭu «imagename#.jpg» per la dosiernomon el la bildon kaj skribu priskriban diron (malnepre) sekvantan la <code>|</code>.


Here is how galleries typically look:
Here is how galleries typically look:
Line 50: Line 50:


==Vidu ankaŭ==
==Vidu ankaŭ==
*[[Special:AllMyFiles]] - View all images you've uploaded.
*[[Special:AllMyFiles]] - Por vidi ĉiun bildon alŝutita de vi.
*[[Special:FileDuplicateSearch]] -  Enter a file name, and see if there's any duplicate images.
*[[Special:FileDuplicateSearch]] -  Tajpu dosiernomon kaj vidu se ekzistas ajn kopiajn bildojn.
*[[Special:ListDuplicatedFiles]] - Lists all images that are identical to others.
*[[Special:ListDuplicatedFiles]] - Lists all images that are identical to others.
*[[Special:ListFiles]] - Lists all uploaded images.
*[[Special:ListFiles]] - Por liste montri ĉiujn alŝutitajn bildojn.
*[[Special:Log]] - Shows a log with all image uploads (and page moves).
*[[Special:Log]] - Shows a log with all image uploads (and page moves).
*[[Special:MediaStatistics]] - Lists stats about uploaded images.
*[[Special:MediaStatistics]] - Lists stats about uploaded images.
*[[Special:MostLinkedFiles]] - Lists most frequently used images.
*[[Special:MostLinkedFiles]] - Lists most frequently used images.
*[[Special:NewFiles]] - Lists newest images.
*[[Special:NewFiles]] - Liste montri plej novajn bildojn.
*[[Special:UncategorizedFiles]] - Lists images that are not listed under any categories.
*[[Special:UncategorizedFiles]] - Lists images that are not listed under any categories.
*[[Special:UnusedFiles]] - Lists images that are not used on any pages.
*[[Special:UnusedFiles]] - Lists images that are not used on any pages.
*[[Special:WantedFiles]] - Lists images that are posted onto pages, but do not exist. These images to need to be replaced in some manner. This list should be showing no pages, ideally.
*[[Special:WantedFiles]] - Lists images that are posted onto pages, but do not exist. These images to need to be replaced in some manner. This list should be showing no pages, ideally.

Revision as of 14:19, 9 May 2023

English (en)Esperanto (eo)中文 (zh)Translate (Translate)
Info content.png
This page needs to be translated.
This page either contains information that is only partially or incorrectly translated, or there isn't a translation yet.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.(en)
This notice is put here by LanguageBar template and if you want to remove it after updating the translation you can do so on this page.


Edit-copy.png
Ĉi tio estas helpan paĝon
That means that this article contains information intended to advise or aid on the functions of the wiki, on how to use the wiki, or on general recommendations for users of the wiki.

Template:Translate:eo

Multaj artikoloj devigas ekranfotojn aŭ aliajn bildojn pribildigi artikolajn subjektojn aŭ aldoni citon al lerniloj. Ajn ensaluta uzanto povas alŝuti bildojn uziĝotajn en artikoloj. Ĉiuj bildoj devas laŭleĝi Politikon Uzan por Bildon.

Kiam uzi bildon

  • Montrus aperon de interfaco aŭ dira skatolo
  • To demonstrate the appearance of the article's subject in game (for example, a screenshot of an effect or model)
  • To illustrate an aspect of the development process (for example, a screenshot of designing a moving platform in Hammer)
  • To quickly convey how to set up object properties or inputs and outputs in Hammer (for example, a screenshot of an object's properties with all the correct keyvalues in place)
  • To add a diagram or chart to help explain the subject or a procedure (for example, a flow chart illustrating the flow of logic in a complex puzzle)
Note.pngNoto:Avoid putting text such as captions directly into an image, because it's inconvenient for translated pages.

Kiel alŝuti bildon

Iru al Special:Alŝuti kaj sekvu la instruojn tiejn. Bonu uzi priskribajn dosiernomojn.

Inserting an image into an article

An example image
  • Begin editing the article, and locate the point in the text where you would like the screenshot to appear.
  • Add a new line with this template: [[Image:IMAGENAME.jpg|thumb|right|300px|CAPTION]]
    Tip.pngSugesto:Put the image code on the line above the line you want it to appear next to unless:
    Tip.pngSugesto:If the image is supposed to appear at the top of a section, put the image code on the line below the section heading.
  • Replace the "imagename.jpg" with the name of your file as it appears on the Wiki (other image formats beside JPG may also be used). Replace "CAPTION" with a description that will be displayed under the image. To resize the image, change 300px to the desired width in pixels. To align the image to the left (which should normally be avoided) replace "right" with "left".

Here is the code for the example image on the right: [[Image:Point_Tesla.jpg|thumb|right|300px|An example image]]

Enaldoni bildaron je artikolo

For some articles, a gallery of several images may be appropriate to reduce the amount of space taken up. A gallery is inserted in this manner:

<gallery>
Image:IMAGENAME1.JPG|Caption 1
Image:IMAGENAME2.JPG|Caption 2
</gallery>

Anstataŭu «imagename#.jpg» per la dosiernomon el la bildon kaj skribu priskriban diron (malnepre) sekvantan la |.

Here is how galleries typically look:

Adding images through a URL

If you paste a URL into a page, it will display an image if it points to one. It's an option. but not recommended because you will not have as much control over the appearance of it, and because it's external, the image may change or disappear at any time.

Vidu ankaŭ