Diferencia entre revisiones de «Plantilla:FileUrl/doc»

De WikiMinecraft
Saltar a: navegación, buscar
(Página creada con «{{documentation header}} <!-- Documentation here --> By using Widget:FileUrl, this template allows local files to be used in CSS, anywhere which <code>url()</code> is a...»)
 
 
(No se muestra una edición intermedia del mismo usuario)
Línea 1: Línea 1:
 
{{documentation header}}
 
{{documentation header}}
 
<!-- Documentation here -->
 
<!-- Documentation here -->
By using [[Widget:FileUrl]], this template allows local files to be used in CSS, anywhere which <code>url()</code> is accepted. This is usually prevented due to the security risks of external images.
+
Mediante el uso de [[Widget:FileUrl]], esta plantilla permite que los archivos locales que se utilizarán en CSS y en cualquier lugar que <code> url () </ code> sea aceptada. Esto generalmente se previene debido a los riesgos de seguridad de las imágenes externas.
  
 
Note that the wiki doesn't count the file as being "used", and thus if there's no page which embeds the file with the normal <code>[[File:]]</code> syntax, it will end up in [[Special:UnusedFiles]] and may get deleted. So make sure to properly use the file somewhere, like the documentation page for the template the file is being used in.
 
Note that the wiki doesn't count the file as being "used", and thus if there's no page which embeds the file with the normal <code>[[File:]]</code> syntax, it will end up in [[Special:UnusedFiles]] and may get deleted. So make sure to properly use the file somewhere, like the documentation page for the template the file is being used in.
Línea 7: Línea 7:
 
== Example ==
 
== Example ==
 
Adding a background image to text inside a link:
 
Adding a background image to text inside a link:
  <nowiki>[[Diamond|<span style="padding-left:18px;background:</nowiki>'''<nowiki>{{FileUrl|Grid Diamond.png|16px}}</nowiki>'''<nowiki> no-repeat">Diamond</span>]]</nowiki>
+
  <nowiki>[[Diamante|<span style="padding-left:18px;background:</nowiki>'''<nowiki>{{FileUrl|Grid Diamante.png|16px}}</nowiki>'''<nowiki> no-repeat">Diamante</span>]]</nowiki>
[[Diamond|<span style="padding-left:18px;background:{{FileUrl|Grid Diamond.png|16px}} no-repeat">Diamond</span>]]
+
[[Diamante|<span style="padding-left:18px;background:{{FileUrl|Grid Diamante.png|16px}} no-repeat">Diamante</span>]]
  
 
<includeonly>
 
<includeonly>

Revisión actual del 12:38 8 jul 2014

[purge]

Esta es la página de documentación, debería ser transcluida a la página de plantilla principal. Véase Plantilla:Documentation para más información.

Mediante el uso de Widget:FileUrl, esta plantilla permite que los archivos locales que se utilizarán en CSS y en cualquier lugar que url () </ code> sea aceptada. Esto generalmente se previene debido a los riesgos de seguridad de las imágenes externas.

Note that the wiki doesn't count the file as being "used", and thus if there's no page which embeds the file with the normal [[File:]] syntax, it will end up in Special:UnusedFiles and may get deleted. So make sure to properly use the file somewhere, like the documentation page for the template the file is being used in.

Example

Adding a background image to text inside a link:

[[Diamante|<span style="padding-left:18px;background:{{FileUrl|Grid Diamante.png|16px}} no-repeat">Diamante</span>]]

Diamante