Šablona:Stáhnout

Z TEST Wiki
Podstránky:
Soubor:Document-save.svg
{{{media}}}
[?action=purge Stáhnout {{{MEDIA}}}]

<templatedata> {

 "params": {
   "media": {
     "label": {
       "en": "Media",
       "cs": "Soubor"
     },
     "description": {
       "en": "The name of the file you want to make available for download. This name must match the file name stored in wiki.",
       "cs": "Název souboru, který chcete zpřístupnit ke stažení. Tento název musí odpovídat názvu souboru uloženého na wiki."
     },
     "example": {
       "en": "Vzhled karty rub.jpg",
       "cs": "Vzhled karty rub.jpg"
     },
     "required": true,
     "type": "string",
     "autovalue": ""
   },
   "nazev": {
     "label": {
       "en": "Displayed title",
       "cs": "Zobrazovaný název"
     },
     "description": {
       "en": "The text that will be displayed as the download link.",
       "cs": "Text, který se zobrazí jako odkaz ke stažení."
     },
     "example": {
       "en": "Rubová strana karty",
       "cs": "Rubová strana karty"
     },
     "type": "string"
   }
 },
 "paramOrder": [
   "media",
   "nazev"
 ],
 "format": "inline",
 "description": {
   "en": "This template is used to create a download link for the current version of a file.",
   "cs": "Tato šablona slouží k vytvoření odkazu ke stažení aktuální verze souboru."
 }

}

</templatedata>