Changes
Jump to navigation
Jump to search
Template:GithubRepo/hu (view source)
Revision as of 13:25, 28 September 2019
, 13:25, 28 September 2019Updating to match new version of source page
<noinclude>
<languages/>
</noinclude>{{#switch:
| =
== Tároló ==
* [https://github.com/{{{User|}}}/{{{Repo|}}} A tároló megtekintése a github.com oldalon]
* [https://github.com/{{{User|}}}/{{{Repo|}}}/issues Hibakövetés]
== Letöltés ==
* [https://github.com/{{{User|}}}/{{{Repo|}}}/tags Kiadások]
=== Letöltés Gittel ===
<code>
git clone <nowiki>https://github.com/</nowiki>{{{User|}}}/{{{Repo|}}}.git {{{Target|}}}
</code>
| #default=
{{#invoke:Template translation|renderTranslatedTemplate|template=Template:GithubRepo|noshift=1}}
}}<noinclude>
{{Documentation|content=
<templatedata>
{
"params": {
"User": {
"description": "User under the repository of the extension is hosted in",
"type": "string",
"required": true
},
"Repo": {
"description": "Repository name",
"type": "string",
"required": true
},
"Target": {
"description": "Target of the git clone (optional)",
"type": "string"
}
},
"description": "For use on extension pages where the code is hosted on GitHub",
"format": "inline"
}
</templatedata>
Usage:
<pre>
{{GithubRepo|User=DaSchTour|Repo=JavascriptSlideshow}}
</pre>
This will refer to the repository https://github.com/DaSchTour/JavascriptSlideshow
}}
[[Category:Link templates{{#translation:}}]]
</noinclude><includeonly>[[Category:Extensions in GitHub version control{{#translation:}}]]</includeonly>
<languages/>
</noinclude>{{#switch:
| =
== Tároló ==
* [https://github.com/{{{User|}}}/{{{Repo|}}} A tároló megtekintése a github.com oldalon]
* [https://github.com/{{{User|}}}/{{{Repo|}}}/issues Hibakövetés]
== Letöltés ==
* [https://github.com/{{{User|}}}/{{{Repo|}}}/tags Kiadások]
=== Letöltés Gittel ===
<code>
git clone <nowiki>https://github.com/</nowiki>{{{User|}}}/{{{Repo|}}}.git {{{Target|}}}
</code>
| #default=
{{#invoke:Template translation|renderTranslatedTemplate|template=Template:GithubRepo|noshift=1}}
}}<noinclude>
{{Documentation|content=
<templatedata>
{
"params": {
"User": {
"description": "User under the repository of the extension is hosted in",
"type": "string",
"required": true
},
"Repo": {
"description": "Repository name",
"type": "string",
"required": true
},
"Target": {
"description": "Target of the git clone (optional)",
"type": "string"
}
},
"description": "For use on extension pages where the code is hosted on GitHub",
"format": "inline"
}
</templatedata>
Usage:
<pre>
{{GithubRepo|User=DaSchTour|Repo=JavascriptSlideshow}}
</pre>
This will refer to the repository https://github.com/DaSchTour/JavascriptSlideshow
}}
[[Category:Link templates{{#translation:}}]]
</noinclude><includeonly>[[Category:Extensions in GitHub version control{{#translation:}}]]</includeonly>