Last changes of v1.5.4
This commit is contained in:
parent
b4a07885af
commit
eda3835d3f
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,6 +1,21 @@
|
||||
Changelog for Redmine DMSF
|
||||
==========================
|
||||
|
||||
1.5.4 *2015-09-17*
|
||||
------------------
|
||||
|
||||
New DMSF macro for inline pictures
|
||||
File name updating when a new content is uploaded
|
||||
System files filtering when working with WebDAV
|
||||
|
||||
* Bug: #442 - Can't move directories
|
||||
* Bug: #441 - Drag'n'drop save only the picture thumbnail
|
||||
* New: #438 - The file name update when a new content is uploaded
|
||||
* Bug: #418 - Documents details from in IE
|
||||
* Bug: #417 - Selected column is not highlighted under mouse pointer in IE
|
||||
* New: #352 - DMSF Macro to display inline Pictures in wiki
|
||||
* New: #54 - Webdav: Filter Mac OS X "resource forks" files
|
||||
|
||||
1.5.3 *2015-08-10*
|
||||
------------------
|
||||
|
||||
|
||||
12
README.md
12
README.md
@ -116,6 +116,15 @@ The DMSF file/revision id can be found in link for file/revision download from w
|
||||
####Link to a folder with id 5 with link text "Folder"
|
||||
`{{dmsff(5, Folder)}}`
|
||||
|
||||
####An inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...
|
||||
`{{dmsf_image(8)}}`
|
||||
|
||||
####An inline picture with custom size
|
||||
`{{dmsf_image(8, size=300)}}`
|
||||
|
||||
####An inline picture with custom size
|
||||
`{{dmsf_image(8, size=640x480)}}`
|
||||
|
||||
The DMSF folder id can be found in the link when opening folders within Redmine.
|
||||
|
||||
You can also publish Wiki help description:
|
||||
@ -132,6 +141,9 @@ In the file <redmine_root>/public/help/<language>/wiki_syntax_detailed.html, aft
|
||||
<li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
<li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
<li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
<li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
<li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
<li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
</ul>
|
||||
The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
|
||||
The DMSF folder id can be found in the link when opening folders within Redmine.
|
||||
|
||||
@ -22,7 +22,7 @@ Index: public/help/ar/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -57,7 +57,7 @@ Index: public/help/ar/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -115,7 +115,7 @@ Index: public/help/az/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -148,7 +148,7 @@ Index: public/help/az/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -209,7 +209,7 @@ Index: public/help/bg/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -242,7 +242,7 @@ Index: public/help/bg/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -300,7 +300,7 @@ Index: public/help/bs/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -333,7 +333,7 @@ Index: public/help/bs/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -391,7 +391,7 @@ Index: public/help/ca/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -424,7 +424,7 @@ Index: public/help/ca/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -573,7 +573,7 @@ Index: public/help/da/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -606,7 +606,7 @@ Index: public/help/da/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -664,7 +664,7 @@ Index: public/help/de/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -697,7 +697,7 @@ Index: public/help/de/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -755,7 +755,7 @@ Index: public/help/el/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -788,7 +788,7 @@ Index: public/help/el/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -846,7 +846,7 @@ Index: public/help/en/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -879,7 +879,7 @@ Index: public/help/en/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -939,7 +939,7 @@ Index: public/help/en-gb/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -972,7 +972,7 @@ Index: public/help/en-gb/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1030,7 +1030,7 @@ Index: public/help/es/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1063,7 +1063,7 @@ Index: public/help/es/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1123,7 +1123,7 @@ Index: public/help/es-pa/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1160,7 +1160,7 @@ Index: public/help/es-pa/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1220,7 +1220,7 @@ Index: public/help/et/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1255,7 +1255,7 @@ Index: public/help/et/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1313,7 +1313,7 @@ Index: public/help/eu/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1348,7 +1348,7 @@ Index: public/help/eu/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1406,7 +1406,7 @@ Index: public/help/fa/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1441,7 +1441,7 @@ Index: public/help/fa/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1499,7 +1499,7 @@ Index: public/help/fi/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1532,7 +1532,7 @@ Index: public/help/fi/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1590,7 +1590,7 @@ Index: public/help/fr/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1625,7 +1625,7 @@ Index: public/help/fr/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1685,7 +1685,7 @@ Index: public/help/gl/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1720,7 +1720,7 @@ Index: public/help/gl/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1778,7 +1778,7 @@ Index: public/help/he/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1811,7 +1811,7 @@ Index: public/help/he/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1871,7 +1871,7 @@ Index: public/help/hr/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1906,7 +1906,7 @@ Index: public/help/hr/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1966,7 +1966,7 @@ Index: public/help/hu/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -1999,7 +1999,7 @@ Index: public/help/hu/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2059,7 +2059,7 @@ Index: public/help/id/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2092,7 +2092,7 @@ Index: public/help/id/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2150,7 +2150,7 @@ Index: public/help/it/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2183,7 +2183,7 @@ Index: public/help/it/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2241,7 +2241,7 @@ Index: public/help/ja/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2274,7 +2274,7 @@ Index: public/help/ja/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2332,7 +2332,7 @@ Index: public/help/ko/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2365,7 +2365,7 @@ Index: public/help/ko/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2424,7 +2424,7 @@ Index: public/help/lt/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2457,7 +2457,7 @@ Index: public/help/lt/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2515,7 +2515,7 @@ Index: public/help/lv/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2548,7 +2548,7 @@ Index: public/help/lv/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2606,7 +2606,7 @@ Index: public/help/mk/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2639,7 +2639,7 @@ Index: public/help/mk/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2697,7 +2697,7 @@ Index: public/help/mn/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2730,7 +2730,7 @@ Index: public/help/mn/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2788,7 +2788,7 @@ Index: public/help/nl/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2821,7 +2821,7 @@ Index: public/help/nl/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2879,7 +2879,7 @@ Index: public/help/no/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2912,7 +2912,7 @@ Index: public/help/no/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -2970,7 +2970,7 @@ Index: public/help/pl/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3003,7 +3003,7 @@ Index: public/help/pl/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3061,7 +3061,7 @@ Index: public/help/pt/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3094,7 +3094,7 @@ Index: public/help/pt/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3152,7 +3152,7 @@ Index: public/help/pt-br/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3185,7 +3185,7 @@ Index: public/help/pt-br/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3243,7 +3243,7 @@ Index: public/help/ro/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3276,7 +3276,7 @@ Index: public/help/ro/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3334,7 +3334,7 @@ Index: public/help/ru/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3366,7 +3366,7 @@ Index: public/help/ru/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3431,7 +3431,7 @@ Index: public/help/sk/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3464,7 +3464,7 @@ Index: public/help/sk/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3522,7 +3522,7 @@ Index: public/help/sl/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3555,7 +3555,7 @@ Index: public/help/sl/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3613,7 +3613,7 @@ Index: public/help/sq/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3646,7 +3646,7 @@ Index: public/help/sq/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3704,7 +3704,7 @@ Index: public/help/sr/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3737,7 +3737,7 @@ Index: public/help/sr/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3795,7 +3795,7 @@ Index: public/help/sr-yu/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3828,7 +3828,7 @@ Index: public/help/sr-yu/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3886,7 +3886,7 @@ Index: public/help/sv/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3919,7 +3919,7 @@ Index: public/help/sv/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -3977,7 +3977,7 @@ Index: public/help/th/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -4010,7 +4010,7 @@ Index: public/help/th/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -4068,7 +4068,7 @@ Index: public/help/tr/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -4101,7 +4101,7 @@ Index: public/help/tr/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -4159,7 +4159,7 @@ Index: public/help/uk/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -4192,7 +4192,7 @@ Index: public/help/uk/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -4250,7 +4250,7 @@ Index: public/help/vi/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -4283,7 +4283,7 @@ Index: public/help/vi/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -4341,7 +4341,7 @@ Index: public/help/zh/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -4374,7 +4374,7 @@ Index: public/help/zh/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -4432,7 +4432,7 @@ Index: public/help/zh-tw/wiki_syntax_detailed_markdown.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
@ -4465,7 +4465,7 @@ Index: public/help/zh-tw/wiki_syntax_detailed_textile.html
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file whith id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user