Help:Picture: Difference between revisions

From Lexical Resource Semantics
Jump to navigation Jump to search
No edit summary
m (Reverted edits by BorisL (talk) to last revision by Manfred)
 
(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:


<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>
|}
|}
</code>
</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

88x31.png

License

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.