Difference between revisions of "Help:Images"

180 bytes added ,  21:44, 13 January 2019
no edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#css:
  .sample {
    border:2px solid black;
    border-collapse: collapse;
    width:100%;
}
.sample td, .sample th {
    border:2px solid black;
  }
}}
{{HelpNav}}
{{HelpNav}}
To include an image in a article, use the following syntax. Please note, '''bold text''' is required parameters, and ''italics text'' have additional conditions.  
To include an image in a article, use the following syntax. Please note, '''bold text''' is required parameters, and ''italics text'' have additional conditions.  
Line 12: Line 22:


== Specific examples ==
== Specific examples ==
{| border=1 cellpadding="2" cellspacing="0" width=100%
{| class="sample"  
|-
!What you see
!What you see
!What you type
!What you type
Line 70: Line 81:
| <pre>[[File:Needed.png|200px|thumb|center|and it's position.]]</pre>   
| <pre>[[File:Needed.png|200px|thumb|center|and it's position.]]</pre>   
|-
|-
| [[File:Needed.png|thumb|right|You may even include [[Fox|links]]]]  
| [[File:Needed.png|thumb|right|You may even include [[Fox McCloud|links]]]]  
| <pre>[[File:Needed.png|thumb|right|You may even include [[Fox|links]]]]</pre>
| <pre>[[File:Needed.png|thumb|right|You may even include [[Fox McCloud|links]]]]</pre>
|-
|-
| [[File:Needed.png|thumb|Just don't [[Lylat Wiki:Quality Standards|over do it]]]]  
| [[File:Needed.png|thumb|Just don't [[Lylat Wiki:Quality Standards|over do it]]]]  
Line 77: Line 88:
|-
|-
|}
|}
[[Category:File Pages|{{PAGENAME}}]]