Vorlage: Artikel: Unterschied zwischen den Versionen

Aus Semantic CorA
Wechseln zu: Navigation, Suche
(Created page with "=== Usage === Call the extension under the '''SpecialPage:ImportK'''. A window will pop up, as in the picture: File:ImportK.jpg Fill in '''From index''' and '''To inde...")
 
 
Zeile 1: Zeile 1:
=== Usage ===
+
<noinclude>
 +
Dies ist die Vorlage „Artikel“.
 +
Sie sollte im folgenden Format genutzt werden:
 +
<pre>
 +
{{Artikel
 +
|Autor/in=
 +
|Artikeltitel=
 +
|Rubrik=
 +
|Seitenzahlen=
 +
|Heft=
 +
|Artikelscan=
 +
|Foto=
 +
}}
 +
</pre>
 +
Klick auf „Bearbeiten“, um den Quelltext der Vorlage anzusehen.
 +
</noinclude>
 +
<includeonly>
 +
<!--{{#set: Erscheinungsjahr={{#ask: [[{{{Heft|}}}]] | ?Erscheinungsjahr | format=list | mainlabel=- | headers=hide | link=none | limit=1}}}}-->
 +
{| class="wikitable"
 +
! Autor/in
 +
| {{#arraymap: {{{Autor/in|}}}|;|x|[[Autor/in::x]]}}
 +
|-
 +
! Artikeltitel
 +
| [[Artikeltitel::{{{Artikeltitel|}}}]]
 +
|-
 +
! Rubrik
 +
| [[Rubrik::{{{Rubrik|}}}]]
 +
|-
 +
! Seitenzahlen
 +
| [[Seitenzahlen::{{{Seitenzahlen|}}}]]
 +
|-
 +
! Heft
 +
| [[Heft::{{{Heft|}}}]]
 +
|-
 +
! Erscheinungsjahr
 +
| [[Erscheinungsjahr::{{{Erscheinungsjahr|}}}]]
 +
|-
 +
! Artikelscan
 +
| [[Artikelscan::{{{Artikelscan|}}}]]
 +
|-
 +
! Foto
 +
|{{#ask: [[Category:Foto]][[Artikeltitel::{{{Artikeltitel|}}}]] | format=list | headers=hide}}
 +
|}
  
Call the extension under the '''SpecialPage:ImportK'''. A window will pop up, as in the picture:
+
==Freie Beschreibung==
 +
{| class="wikitable"
 +
! Offene Codierung
 +
| {{#arraymap: {{{Offene Codierung|}}}|;|x|[[Offene Codierung::x]]}}
 +
|-
 +
! Notizen
 +
| [[Notizen::{{{Notizen|}}}]]
 +
|}
  
[[File:ImportK.jpg]]
+
[[Kategorie:Artikel]]
 
+
</includeonly>
Fill in '''From index'''  and '''To index''' with a valid number, as in the example:
 
 
 
[[File:ImportK1.jpg]]
 
 
 
 
 
Check the '''Upload pictures too''' checkbox, if you want pictures to be uploaded. Else, only the metadata will be created.
 
 
 
'''IMPORTANT:'''
 
*If the XML file does not have a field that count the records, please add one using the '''addId.xsl''' that comes with extension distribution.
 
*Due to the browser connections time set ups, it is recommendable to not use more than 100 items per import session. Please notice that upload procedure is time consuming and have patience.
 
 
 
At the end of import session, a wiki page with log will be presented. If something went wrong, a message in red will be displayed.
 
 
 
=== Templates and entities ===
 
 
 
The extension creates the following entities as wiki classes and categories:
 
 
 
*Zeitschrift
 
*Heft
 
*Article
 
*Foto
 
*Person
 
 
 
Each of the entities will be created via a separate template.
 
 
 
 
 
 
 
[[Category:Documentation]]
 

Aktuelle Version vom 25. Januar 2018, 11:40 Uhr

Dies ist die Vorlage „Artikel“. Sie sollte im folgenden Format genutzt werden:

{{Artikel
|Autor/in=
|Artikeltitel=
|Rubrik=
|Seitenzahlen=
|Heft=
|Artikelscan=
|Foto=
}}

Klick auf „Bearbeiten“, um den Quelltext der Vorlage anzusehen.