Benutzer:Sneusel/test5: Unterschied zwischen den Versionen
Aus Wiki-Langen
(→xx) |
(→2) |
||
(24 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | == | + | == DPL == |
+ | === Auswahlkriterien === | ||
+ | min. 1 Auswahlkriterien angegeben! Mindestens einer der folgenden Parameter ist erforderlich: | ||
+ | * category | ||
+ | * namespace | ||
+ | * titlematch | ||
+ | * linksto | ||
+ | * uses | ||
+ | * createdby | ||
+ | * modifiedby | ||
+ | * lastmodifiedby | ||
+ | oder die 'not'-Varianten davon. | ||
+ | |||
+ | == Parameterbeispiele == | ||
+ | === Auswahlkriterien === | ||
+ | | category = Facebook | ||
+ | | namespace = Datei | ||
+ | | namespace = 0 (Seiten) | ||
+ | | uses = Vorlage:Infobox Bild | ||
+ | | notuses = Vorlage:Infobox Bild | ||
+ | | category = Facebook | ||
+ | |||
+ | === Ausgabe === | ||
+ | <pre><nowiki> | ||
+ | | include = {Infobox Bild}:Titel | ||
+ | | format = <gallery>,\n%PAGE%|,,</gallery> | ||
+ | |||
+ | | mode = inline | ||
+ | | inlinetext = • | ||
+ | </nowiki></pre> | ||
+ | |||
+ | == Bsp1 == | ||
+ | | count = 5 | ||
+ | | category = Firmen | ||
+ | | mode = inline | ||
+ | | inlinetext = • | ||
+ | |||
+ | {{#dpl: | ||
+ | | category = Firmen | ||
+ | | mode = inline | ||
+ | | inlinetext = • | ||
+ | | count = 5 | ||
+ | }} | ||
+ | |||
+ | == Bsp2 == | ||
+ | <DPL> | ||
+ | namespace = Datei | ||
+ | category = Facebook | ||
+ | include = {Infobox Bild}:Titel | ||
+ | format = <gallery>,\n%PAGE%|,,</gallery> | ||
+ | count = 5 | ||
+ | </DPL> | ||
+ | |||
+ | == 1 == | ||
<DPL> | <DPL> | ||
namespace = Datei | namespace = Datei | ||
Zeile 7: | Zeile 60: | ||
</DPL> | </DPL> | ||
− | + | == Datei, inline, ... == | |
− | + | ||
{{#dpl: | {{#dpl: | ||
− | |namespace = Datei | + | | namespace = Datei |
− | | | + | | count = 5 |
− | | | + | | notuses = Vorlage:Infobox Bild |
+ | | mode = inline | ||
+ | | inlinetext = • | ||
}} | }} | ||
− | + | == includepage = {Infobox Bild} == | |
− | + | {{#dpl: | |
− | |uses = Vorlage:Infobox | + | | namespace = Datei |
+ | | count = 3 | ||
+ | | uses = Vorlage:Infobox Bild | ||
+ | | includepage = {Infobox Bild} | ||
+ | }} |
Aktuelle Version vom 14. Mai 2017, 20:35 Uhr
Inhaltsverzeichnis
DPL
Auswahlkriterien
min. 1 Auswahlkriterien angegeben! Mindestens einer der folgenden Parameter ist erforderlich:
- category
- namespace
- titlematch
- linksto
- uses
- createdby
- modifiedby
- lastmodifiedby
oder die 'not'-Varianten davon.
Parameterbeispiele
Auswahlkriterien
| category = Facebook | namespace = Datei | namespace = 0 (Seiten) | uses = Vorlage:Infobox Bild | notuses = Vorlage:Infobox Bild | category = Facebook
Ausgabe
| include = {Infobox Bild}:Titel | format = <gallery>,\n%PAGE%|,,</gallery> | mode = inline | inlinetext = •
Bsp1
| count = 5 | category = Firmen | mode = inline | inlinetext = •
{{#dpl:
| category = Firmen | mode = inline | inlinetext = • | count = 5
}}
Bsp2
<DPL>
namespace = Datei category = Facebook include = {Infobox Bild}:Titelformat =
- ,\n%PAGE%
,,
count = 5
</DPL>
1
<DPL>
namespace = Datei category = Facebook count = 5 format = %PAGE%
</DPL>
Datei, inline, ...
{{#dpl:
| namespace = Datei | count = 5 | notuses = Vorlage:Infobox Bild | mode = inline | inlinetext = •
}}
includepage = {Infobox Bild}
{{#dpl:
| namespace = Datei | count = 3 | uses = Vorlage:Infobox Bild | includepage = {Infobox Bild}
}}