Help:Picture: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
When you want to include a picture, edit the wiki-page of the picture and insert the following code: | When you want to include a picture, edit the wiki-page of the picture and insert the following code: | ||
< | <nowiki> | ||
== Licensing == | == Licensing == | ||
{{cc-by-nc-dn-3.0}} | {{cc-by-nc-dn-3.0}} | ||
| Line 19: | Line 19: | ||
|<additional relevant information> | |<additional relevant information> | ||
|} | |} | ||
</ | </nowiki> | ||
This results in the following output: | |||
== Licensing == | == Licensing == | ||
| Line 38: | Line 40: | ||
|<additional relevant information> | |<additional relevant information> | ||
|} | |} | ||
In the final step, replace the text between the angle brackets (<nowiki>< ... > </nowiki>) by the relevant information on your image. | |||
Do not forget to save the page. | |||
Latest revision as of 00:16, 24 October 2012
When you want to include a picture, edit the wiki-page of the picture and insert the following code:
== Licensing ==
{{cc-by-nc-dn-3.0}}
{|
|-
|Description:
|<short description of what the picture is about>
|-
|Author:
|<name of the author>
|-
|Source:
|<url or other>
|-
|Comment:
|<additional relevant information>
|}
This results in the following output:
Licensing
| Description: | <short description of what the picture is about> |
| Author: | <name of the author> |
| Source: | <url or other> |
| Comment: | <additional relevant information> |
In the final step, replace the text between the angle brackets (< ... > ) by the relevant information on your image.
Do not forget to save the page.