K (1 Version importiert) |
(changed to ark-wiki infobox) |
||
Zeile 1: | Zeile 1: | ||
+ | <includeonly>{{infobox start|dlc = {{{dlc|}}}|nodlcambox = {{{nodlcambox|}}}}} |
||
− | {| class="infoboxtable" |
||
+ | {{infobox header |
||
− | |- |
||
− | + | | name = {{{name|{{PAGENAME}}}}} |
|
+ | | wideimage = {{{image|{{{name|{{PAGENAME}}}}}.png}}} |
||
− | |- |
||
+ | | description = {{{description|}}} |
||
− | {{#if: {{{bild|}}} | ! colspan="2" {{!}} [[File:{{{bild}}}{{!}}{{{bildgröße|250x250px}}}]] | ! colspan="2" {{!}} ''Noch ohne Bild''{{#ifeq: {{NAMESPACE}} | Vorlage | | <includeonly>[[Kategorie:Infoboxen ohne Bilder]]</includeonly>}} }} |
||
+ | }} |
||
− | |- |
||
+ | |||
− | ! colspan="2" class="infoboxdetails" | Beschreibung |
||
+ | {{infobox section|{{#if:{{{section1|}}}|{{{section1}}}|Infos}}}} |
||
− | |- |
||
− | {{ |
+ | {{infobox row|{{{info1|}}}|{{{info1value|}}}|{{{info1value|}}}}} |
+ | {{infobox row|{{{info2|}}}|{{{info2value|}}}|{{{info2value|}}}}} |
||
− | |- |
||
− | {{ |
+ | {{infobox row|{{{info3|}}}|{{{info3value|}}}|{{{info3value|}}}}} |
+ | {{infobox row|{{{info4|}}}|{{{info4value|}}}|{{{info4value|}}}}} |
||
− | |- |
||
− | {{ |
+ | {{infobox row|{{{info5|}}}|{{{info5value|}}}|{{{info5value|}}}}} |
+ | {{infobox row|{{{info6|}}}|{{{info6value|}}}|{{{info6value|}}}}} |
||
− | |- |
||
− | {{ |
+ | {{infobox row|{{{info7|}}}|{{{info7value|}}}|{{{info7value|}}}}} |
+ | {{infobox end}}</includeonly><noinclude> |
||
− | |- |
||
+ | == Documentation == |
||
− | {{#if: {{{zusammenhang|}}} | {{!}} <div>Zusammenhang mit der Quest</div> {{!!}} {{{zusammenhang}}} }} |
||
+ | <nowiki>{{infobox |
||
− | |- |
||
+ | | name = |
||
− | {{#if: {{{ID|}}} | {{!}} <div>ID</div> {{!!}} {{{ID}}} }} |
||
+ | | image = |
||
− | |}<noinclude>{{clear}}{{doc}} |
||
+ | | description = |
||
− | [[Kategorie:Infoboxvorlagen]]</noinclude> |
||
+ | | dlc = |
||
+ | | section1 = |
||
+ | | info1 = |
||
+ | | info1value = |
||
+ | | info2 = |
||
+ | | info2value = |
||
+ | | info3 = |
||
+ | | info3value = |
||
+ | | info4 = |
||
+ | | info4value = |
||
+ | | info5 = |
||
+ | | info5value = |
||
+ | | info6 = |
||
+ | | info6value = |
||
+ | | info7 = |
||
+ | | info7value = |
||
+ | }}</nowiki> |
||
+ | |||
+ | ==Example== |
||
+ | <nowiki>{{infobox |
||
+ | | name = ARK |
||
+ | | image = ARK.png |
||
+ | | description = test infobox |
||
+ | | section1 = SectionTitle |
||
+ | | info1 = key |
||
+ | | info1value = value |
||
+ | | info2 = another key |
||
+ | | info2value = lorem |
||
+ | }}</nowiki> |
||
+ | |||
+ | {{infobox |
||
+ | | name = ARK |
||
+ | | image = ARK.png |
||
+ | | description = test infobox |
||
+ | | section1 = SectionTitle |
||
+ | | info1 = key |
||
+ | | info1value = value |
||
+ | | info2 = another key |
||
+ | | info2value = lorem |
||
+ | }} |
||
+ | |||
+ | [[Category:Infobox templates]]</noinclude> |
||
+ | [[en:Template:Infobox]] |
Version vom 3. März 2018, 10:14 Uhr
Documentation
{{infobox | name = | image = | description = | dlc = | section1 = | info1 = | info1value = | info2 = | info2value = | info3 = | info3value = | info4 = | info4value = | info5 = | info5value = | info6 = | info6value = | info7 = | info7value = }}
Example
{{infobox | name = ARK | image = ARK.png | description = test infobox | section1 = SectionTitle | info1 = key | info1value = value | info2 = another key | info2value = lorem }}