Ignore:
Timestamp:
Dec 27, 2010, 5:13:53 PM (13 years ago)
Author:
patdenice
Message:

Add [redirect] tag.
Move history to changelog.txt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/language/zh_CN/help.html

    r7174 r8314  
    8282<br>
    8383- 它将不会在缩略图页面中显示<br>
    84 - 但它仍可在分类页面里看见</p>
     84- 但它仍可在分类页面里看见</p>
     85
     86<!-- TODO -->
     87<h3>Redirected category</h3>
     88
     89<ul>
     90  <li><b>[redirect http://piwigo.org]</b></li>
     91</ul>
     92<p>Insert this tag into a category description to redirect it to the URL of your choice.</p>
     93
     94<ul>
     95  <li><b>[redirect img=xx]</b></li>
     96</ul>
     97<p>Redirect to an image of your gallery where xx is the photo identifier; you can add the category identifier next to the photo identifier: <code>xx.ccc</code>.</p>
     98
     99<ul>
     100  <li><b>[redirect cat=xx]</b></li>
     101</ul>
     102<p>Redirect to a category of your gallery where xx the category identifier.</p>
     103
     104<ul>
     105  <li><b>[redirect search=xx]</b></li>
     106</ul>
     107<p>Redirect to a search page of your gallery where xx is the search identifier.</p>
Note: See TracChangeset for help on using the changeset viewer.