Difference between revisions of "Help:Editing"
m (→Linking) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 348: | Line 348: | ||
External links only make sense if the target article supports in comprehending an article, for example a certain standard or norm that is used by or in {{UBIK}}, i.e. [http://en.wikipedia.org/wiki/ISO_15926 ISO15926]. | External links only make sense if the target article supports in comprehending an article, for example a certain standard or norm that is used by or in {{UBIK}}, i.e. [http://en.wikipedia.org/wiki/ISO_15926 ISO15926]. | ||
+ | |||
+ | === Linking to category pages === | ||
+ | Unlike links to other pages, <code><nowiki>[[Category:CategoryName]]</nowiki></code> will not work as a link. For that, you need to add ":" at the beginning like <code><nowiki>[[:Category:CategoryName]]</nowiki></code>. | ||
=== Download links === | === Download links === | ||
− | Use the <nowiki>{{FileLink|1|2}}</nowiki> template to create download links within wiki articles, like {{FileLink|Start_Screen_Configuration.zip|Start_Screen_Configuration.zip}} | + | * Use the <nowiki>{{FileLink|1|2}}</nowiki> template to create download links within wiki articles, like {{FileLink|Start_Screen_Configuration.zip|Start_Screen_Configuration.zip}} |
− | All downloads should be prepared as .zip files. | + | * All downloads should be prepared as .zip files. |
==== Naming ==== | ==== Naming ==== | ||
− | {| class="wikitable | + | * <version>: Version number as stated on Release portal |
− | |- ! Type !! Comment !! | + | * <date>: Creation date of file / download resources |
− | |- | | + | * <description>: Short description of .zip package content |
− | |- | | + | {| class="wikitable" | width = "50%" |
− | |- | + | |- |
− | } | + | ! Type !! Comment !! File name |
+ | |- | ||
+ | | .xaml || XAML files for the WinX client || xaml_<version>_<date>_<description>.zip | ||
+ | |- | ||
+ | | .uwf || UBIK workflow files || uwf_<version>_<date>_<description>.zip | ||
+ | |- | ||
+ | | .xyz / ABC || Arbitrary files / folders || <date>_<description>.zip | ||
+ | |} | ||
= Client articles = | = Client articles = |