Changes
Jump to navigation
Jump to search
Template:GithubDownload/hu (view source)
Revision as of 13:53, 16 September 2019
, 13:53, 16 September 2019Created page with "* <code>release</code>: A kiadások listájára mutató letöltési link; ha értéke <code>latest</code>, akkor a legfrissebb verzióra mutatt."
<noinclude>
<languages />
</noinclude>{{#switch:
| =
<div class="plainlinks" style="white-space: nowrap;">
{{#if:{{{snapshot|}}}|
[https://github.com/{{{1|{{{user|}}}}}}/{{{2|{{PAGENAMEE}}}}}/downloads '''Pillanatkép letöltése'''] {{#if:{{{mastertarball|}}}| ([https://github.com/{{{1|{{{user|}}}}}}/{{{2|{{PAGENAMEE}}}}}/tarball/master Git master]) }}<br />
|{{#if:{{{mastertarball|}}}|
[https://github.com/{{{1|{{{user|}}}}}}/{{{2|{{PAGENAMEE}}}}}/tarball/master '''Master pillanatképek letöltése''']<br />
|{{#if:{{{release|}}}|
[https://github.com/{{{1|{{{user|}}}}}}/{{{2|{{PAGENAMEE}}}}}/releases{{#ifeq:{{{release}}}|1||/{{{release}}}}} '''Kiadás letöltése''']<br />
}}}}}}
GitHub:
* [https://github.com/{{{1|{{{user|}}}}}}/{{{2|{{PAGENAMEE}}}}}/ projektlap]
* [https://github.com/{{{1|{{{user|}}}}}}/{{{2|{{PAGENAMEE}}}}}.git git-tároló URL-je] <sup>[<span></span>[[Special:MyLanguage/Gerrit|segítség]]]</sup>
* [https://github.com/{{{1|{{{user|}}}}}}/{{{2|{{PAGENAMEE}}}}}/commits/ hozzájárulások]<br />
{{#if:{{{translatewiki|}}}||<small>''Megjegyzés:<br />Nem érhetőek el [[Special:MyLanguage/Localisation#Translation resources|lokalizációs]] frissítések<br />a {{ll|translatewiki.net|translatewiki.net}} által.''</small>}}
</div><includeonly>[[Category:Extensions in GitHub version control{{#translation:}}]]</includeonly>
| #default=
{{#invoke:Template translation|renderTranslatedTemplate|template=Template:GithubDownload|noshift=1}}
}}<noinclude>
{{Documentation|content=
=== Használat ===
Transclude the template inside an Extension article to create [[w:GitHub|GitHub]] [[Git]] links.
It is specifically designed to provide links for the download argument used in {{ll|Template:Extension}} and categorizes into {{ll|Category:Extensions in GitHub version control}}.
This template takes two unnamed parameters to form the links, these are:
* <code>1</code> (also as: <code>user</code>): To form the username holding the repository
* <code>2</code>: to calculate the name of the repository holding the project, This defaults to the pagename that the extension is on
*Note: '''Spaces must be padded with '_' underscores'''.
;Pillanatképek
: (A <nowiki>|<option></nowiki>=1 paraméterrel aktiválható)
* <code>snapshot</code>: A saját letöltési oldaladra mutató link, ha megadtad.
* <code>mastertarball</code>: Letöltési hivatkozás a <code>master</code> tarballjára.
* <code>release</code>: A kiadások listájára mutató letöltési link; ha értéke <code>latest</code>, akkor a legfrissebb verzióra mutatt.
==== Használati példa ====
<code><nowiki>{{GithubDownload|<Repository Username>|<Repository Name>}}</nowiki></code>
Példa [https://github.com/torvalds/linux Linus Torvalds Linux-tárára]: (<code><nowiki>{{GithubDownload|torvalds|linux}}</nowiki></code>)
{{GithubDownload|torvalds|linux}}
vagy
<code><nowiki>{{GithubDownload|<Repository Username>|<Repository Name>|snapshot=1}}</nowiki></code>
Példa [https://github.com/torvalds/linux Linus Torvalds Linux-tárára]: (<code><nowiki>{{GithubDownload|torvalds|linux|snapshot=1}}</nowiki></code>)
{{GithubDownload|torvalds|linux|snapshot=1}}
Alapértelmezésben egy figyelmeztetés jelenik meg, miszerint a kiterjesztés nem fordítható a [[translatewiki.net]]en. Ez a <code>translatewiki=1</code> hozzáadásával törölhető:
<code><nowiki>{{GithubDownload|<Repository Username>|<Repository Name>|translatewiki=1}}</nowiki></code>
{{GithubDownload|torvalds|linux|translatewiki=1}}
=== Lásd még ===
* {{ll|Template:WikimediaDownload}}
* {{ll|Template:GoogleCodeDownload}}
* {{ll|Template:SourceForgeDownload}}
* {{ll|Template:Git file}}
* {{ll|Template:Git}}
* {{ll|Template:Github}}
}}
[[Category:Link templates{{#translation:}}]]
</noinclude>
<languages />
</noinclude>{{#switch:
| =
<div class="plainlinks" style="white-space: nowrap;">
{{#if:{{{snapshot|}}}|
[https://github.com/{{{1|{{{user|}}}}}}/{{{2|{{PAGENAMEE}}}}}/downloads '''Pillanatkép letöltése'''] {{#if:{{{mastertarball|}}}| ([https://github.com/{{{1|{{{user|}}}}}}/{{{2|{{PAGENAMEE}}}}}/tarball/master Git master]) }}<br />
|{{#if:{{{mastertarball|}}}|
[https://github.com/{{{1|{{{user|}}}}}}/{{{2|{{PAGENAMEE}}}}}/tarball/master '''Master pillanatképek letöltése''']<br />
|{{#if:{{{release|}}}|
[https://github.com/{{{1|{{{user|}}}}}}/{{{2|{{PAGENAMEE}}}}}/releases{{#ifeq:{{{release}}}|1||/{{{release}}}}} '''Kiadás letöltése''']<br />
}}}}}}
GitHub:
* [https://github.com/{{{1|{{{user|}}}}}}/{{{2|{{PAGENAMEE}}}}}/ projektlap]
* [https://github.com/{{{1|{{{user|}}}}}}/{{{2|{{PAGENAMEE}}}}}.git git-tároló URL-je] <sup>[<span></span>[[Special:MyLanguage/Gerrit|segítség]]]</sup>
* [https://github.com/{{{1|{{{user|}}}}}}/{{{2|{{PAGENAMEE}}}}}/commits/ hozzájárulások]<br />
{{#if:{{{translatewiki|}}}||<small>''Megjegyzés:<br />Nem érhetőek el [[Special:MyLanguage/Localisation#Translation resources|lokalizációs]] frissítések<br />a {{ll|translatewiki.net|translatewiki.net}} által.''</small>}}
</div><includeonly>[[Category:Extensions in GitHub version control{{#translation:}}]]</includeonly>
| #default=
{{#invoke:Template translation|renderTranslatedTemplate|template=Template:GithubDownload|noshift=1}}
}}<noinclude>
{{Documentation|content=
=== Használat ===
Transclude the template inside an Extension article to create [[w:GitHub|GitHub]] [[Git]] links.
It is specifically designed to provide links for the download argument used in {{ll|Template:Extension}} and categorizes into {{ll|Category:Extensions in GitHub version control}}.
This template takes two unnamed parameters to form the links, these are:
* <code>1</code> (also as: <code>user</code>): To form the username holding the repository
* <code>2</code>: to calculate the name of the repository holding the project, This defaults to the pagename that the extension is on
*Note: '''Spaces must be padded with '_' underscores'''.
;Pillanatképek
: (A <nowiki>|<option></nowiki>=1 paraméterrel aktiválható)
* <code>snapshot</code>: A saját letöltési oldaladra mutató link, ha megadtad.
* <code>mastertarball</code>: Letöltési hivatkozás a <code>master</code> tarballjára.
* <code>release</code>: A kiadások listájára mutató letöltési link; ha értéke <code>latest</code>, akkor a legfrissebb verzióra mutatt.
==== Használati példa ====
<code><nowiki>{{GithubDownload|<Repository Username>|<Repository Name>}}</nowiki></code>
Példa [https://github.com/torvalds/linux Linus Torvalds Linux-tárára]: (<code><nowiki>{{GithubDownload|torvalds|linux}}</nowiki></code>)
{{GithubDownload|torvalds|linux}}
vagy
<code><nowiki>{{GithubDownload|<Repository Username>|<Repository Name>|snapshot=1}}</nowiki></code>
Példa [https://github.com/torvalds/linux Linus Torvalds Linux-tárára]: (<code><nowiki>{{GithubDownload|torvalds|linux|snapshot=1}}</nowiki></code>)
{{GithubDownload|torvalds|linux|snapshot=1}}
Alapértelmezésben egy figyelmeztetés jelenik meg, miszerint a kiterjesztés nem fordítható a [[translatewiki.net]]en. Ez a <code>translatewiki=1</code> hozzáadásával törölhető:
<code><nowiki>{{GithubDownload|<Repository Username>|<Repository Name>|translatewiki=1}}</nowiki></code>
{{GithubDownload|torvalds|linux|translatewiki=1}}
=== Lásd még ===
* {{ll|Template:WikimediaDownload}}
* {{ll|Template:GoogleCodeDownload}}
* {{ll|Template:SourceForgeDownload}}
* {{ll|Template:Git file}}
* {{ll|Template:Git}}
* {{ll|Template:Github}}
}}
[[Category:Link templates{{#translation:}}]]
</noinclude>