Jump to content

Template:CMS

From WikiJournal
Revision as of 10:21, 9 June 2022 by Philip (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
[view] [edit] [history] [update]
(i) Documentation
Mediawiki
Developer: MediaWiki Foundation
Type: Wiki CMS
Initial release: January 25, 2002
Language: PHP and JavaScript
Operational system: multi-platform
Latest version: 1.43.0 Download
Rating:
Website: www.mediawiki.org

The {{CMS}} template is designed for articles about Content Management Systems (CMS). It allows you to structure essential information in a standardized format.

Usage

To use this template, insert the following code at the beginning of your article and fill in the required details:

{{CMS
|name = 
|logo = 
|developer = 
|type = 
|release date = 
|language = 
|operating system = 
|latest version = 
|rating = 
|website = 
}}
      1. Example

Here’s an example using MediaWiki:

{{CMS
|name = MediaWiki
|logo = MediawikiLogo.jpg
|developer = MediaWiki Foundation
|type = Wiki CMS
|release date = January 25, 2002
|language = PHP, JavaScript
|operating system = Multi-platform
|latest version = [https://some_url Download]
|rating = 5
|website = [https://www.mediawiki.org MediaWiki.org]
}}
      1. Notes:
  • Logo: The logo will be displayed if it is uploaded to the server. Use the exact file name (e.g., `MediawikiLogo.jpg`).
  • Latest Version: You can provide a direct download link.
  • Website: Use proper formatting with square brackets for external links.

Only administrators can edit this page to escape any errors.