Vorlage:Pre: Unterschied zwischen den Versionen
aus GlossarWiki, der Glossar-Datenbank der Fachhochschule Augsburg
Kowa (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Kowa (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
<syntaxhighlight<includeonly></includeonly> lang="{{{source|javascript} | <syntaxhighlight<includeonly></includeonly> lang="{{{source|javascript}}}"><!-- | ||
-->{{#if:{{{1|}}}|{{{1}}}<noinclude>|Sample text</noinclude>}}<!-- | -->{{#if:{{{1|}}}|{{{1}}}<noinclude>|Sample text</noinclude>}}<!-- | ||
-->{{#if:{{{2|}}}|{{!}}{{{2}}}|}}<!-- | -->{{#if:{{{2|}}}|{{!}}{{{2}}}|}}<!-- | ||
| Zeile 37: | Zeile 37: | ||
}, | }, | ||
}} | }} | ||
<syntaxhighlight lang="javascript"> | |||
"repository": { | |||
"type": "git", | |||
"url": "https://gitlab.multimedia.hs-augsburg.de:8888/ACCOUNT/test01" | |||
},</syntaxhighlight> | |||
[[Kategorie:Vorlage:Tutorium|Node.js: source]] | [[Kategorie:Vorlage:Tutorium|Node.js: source]] | ||
</noinclude> | </noinclude> | ||
Version vom 24. September 2018, 14:57 Uhr
<syntaxhighlight lang="javascript">Sample text</syntaxhighlight>
Aufruf
{{source | lang="javascript" |
"repository": {
"type": "git",
"url": "{{Git-Server}}/ACCOUNT/test01"
},
}}
Ergebnis
<syntaxhighlight lang="javascript">"repository": {
"type": "git", "url": "https://gitlab.multimedia.hs-augsburg.de/ACCOUNT/test01"
},</syntaxhighlight>
"repository": {
"type": "git",
"url": "https://gitlab.multimedia.hs-augsburg.de:8888/ACCOUNT/test01"
},
