Changeset 9389


Ignore:
Timestamp:
09/27/10 22:14:55 (20 months ago)
Author:
WillNorris
Message:

Item8841: fix casing (yes, ironic, i know)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x01/FamFamFamContrib/data/System/DocumentGraphics.txt

    r8689 r9389  
    519519 
    520520eg: 
    521 ---++++ create a Skin Template for your icons 
     521---++++ Create a Skin Template for your icons 
    522522Either =foswiki/templates/icons.mybook.tmpl= on the filesystem, or create a topic called =IconsMybookSkinTemplate= in the %SYSTEMWEB% web  
    523523(or if the icon modifications are local to a web, the topic can be created in just that web). 
    524524<verbatim class="tml"> 
    525 %{ replace the book Icon }% 
     525%{ replace the book icon }% 
    526526%{ the output of %ICONURL{book}% }% 
    527527%TMPL:DEF{"iconurl:book"}%http://someother.corp.server/My-book-company-logo.png%TMPL:END% 
     
    530530%TMPL:DEF{"icon:book"}%<span class="foswikiIcon"><img src="%TMPL:P{"iconurl:book"}%" width="16" height="16" alt="%TMPL:P{"iconalt:book"}%" /></span>%TMPL:END% 
    531531 
    532 %{ add a new fuzzy-bunny Icon }% 
     532%{ add a new fuzzy-bunny icon }% 
    533533%{ the output of %ICONURL{fuzzy}% }% 
    534534%TMPL:DEF{"iconurl:fuzzy"}%http://someother.server/fuzzy.png%TMPL:END% 
     
    538538 
    539539</verbatim> 
    540 ---++++ add =mybook= to your SKIN setting 
     540---++++ Add =mybook= to your SKIN setting 
    541541Assuming PatternSkin is your skin 
    542542<pre class="tml"> 
     
    546546This allows you to create non-image 'ICONS', specify images from other servers, and add Icons in a foswiki Extension. 
    547547 
    548 see [[%SYSTEMWEB%.Skins][Skins]] and %SYSTEMWEB%.SkinTemplates for more information about how to create Skins. 
     548See [[%SYSTEMWEB%.Skins][Skins]] and %SYSTEMWEB%.SkinTemplates for more information about how to create Skins. 
    549549 
    550550---++ Credits 
    551551Most of these icons are from the [[http://www.famfamfam.com/lab/icons/silk/][FamFamFam Silk]] icon set,  
    552552some are modifications by Foswiki:Main.SvenDowideit, and a few come from the [[http://p.yusukekamiyamane.com/][Fugue icons]] set.  
    553 The social media icons are from  [[http://icondock.com/free/vector-social-media-icons][icondock's Vector social media]] set. 
     553The social media icons are from [[http://icondock.com/free/vector-social-media-icons][icondock's Vector social media]] set. 
    554554 
    555555--- 
Note: See TracChangeset for help on using the changeset viewer.