Template:Wiki engine boilerplate: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(another example, more descriptive text, year of founding)
(use if wiki name is different from article name; otherwise, DELETE this field)
Line 1: Line 1:
<noinclude>This is the [[:Category:Boilerplates|boilerplate]] for [[template:Wiki Engine]].</noinclude>
<noinclude>This is the [[:Category:Boilerplates|boilerplate]] for [[template:Wiki Engine]].</noinclude>
Use this [[:Category:Templates|template]] for generating an [[:Category:Infobox templates|infobox]] in the 'mother' article or [[Special:Categories|category]] for a specific [[:Category:Wiki Engine|wiki engine]] – such as [[:Category:WikiWikiWeb|WikiWikiWeb]], [[:Category:MediaWiki|MediaWiki]], [[:Category:MoinMoin|MoinMoin]], [[:Category:XWiki|XWiki]], etc.  The <tt>{{template|WikiEngineFeatures}}</tt> will generate a link to a specific page about the wiki engine on [[WikiMatrix]].
Use this [[:Category:Templates|template]] for generating an [[:Category:Infobox templates|infobox]] in the 'mother' article or [[Special:Categories|category]] for a specific [[:Category:Wiki Engine|wiki engine]] – such as [[:Category:WikiWikiWeb|WikiWikiWeb]], [[:Category:MediaWiki|MediaWiki]], [[:Category:MoinMoin|MoinMoin]], [[:Category:XWiki|XWiki]], etc.  The <tt>{{template|WikiEngineFeatures}}</tt> will generate an external link to a specific page about the wiki engine on the [[WikiMatrix]] wiki.
<pre style="overflow-x:scroll; overflow-y:hidden">
<pre style="overflow-x:scroll; overflow-y:hidden">
{{Wiki Engine
{{Wiki Engine
|name            =YourWikiEngineName<!--change this to the correct name-->
|name            =YourWikiEngineName<!--use if wiki name is different from article name; otherwise, DELETE this field-->
|logo            =[[Image:NoLogo.png]]<!--you may hotlink to the logo, or upload and wikilink-->
|logo            =[[Image:NoLogo.png]]<!--you may hotlink to the logo, or upload and wikilink-->
|URL              =YourWikiHttp<!--start with http:// - eg: http://YourWikiURL.org, if unknown 'UnknownWikiURL'-->
|URL              =YourWikiHttp<!--start with http:// - eg: http://YourWikiURL.org, if unknown 'UnknownWikiURL'-->

Revision as of 20:46, 11 February 2013

This is the boilerplate for template:Wiki Engine. Use this template for generating an infobox in the 'mother' article or category for a specific wiki engine – such as WikiWikiWeb, MediaWiki, MoinMoin, XWiki, etc. The {{WikiEngineFeatures}} will generate an external link to a specific page about the wiki engine on the WikiMatrix wiki.

{{Wiki Engine
|name             =YourWikiEngineName<!--use if wiki name is different from article name; otherwise, DELETE this field-->
|logo             =[[Image:NoLogo.png]]<!--you may hotlink to the logo, or upload and wikilink-->
|URL              =YourWikiHttp<!--start with http:// - eg: http://YourWikiURL.org, if unknown 'UnknownWikiURL'-->
|recentchanges URL=No <!--http://YourWikiURL.org/wiki/Special:RecentChanges – if none, use No-->
|wikinode URL     =No <!--http://YourWikiURL.org/wiki/WikiNode – if none, use No-->
|status           =YourWikiStatus<!--'Active' or 'Dormant' if available, 'Dead' if not-->
|language         =YourWikiLanguage<!--eg: English, Multilingual, Japanese etc-->
|editmode         =YourWikiEditMode<!--OpenEdit, LoginToEdit, etc, see Category:Wiki Edit Mode-->
|maintopic        =Wiki Engine
|prog language    =WikiEngine ProgrammingLanguage<!--WikiMatrix will advise correct prog lang-->
|s/w license      =YourSoftwareLicense<!--WikiMatrix will advise, see Category:License-->
}}
<<--Description of wiki engine goes here.
Try to add its programming language and software license, and detail of any other features or 
attributes.  Try to list any database requirements, and any wiki syntax issues, such as does 
it support CamelCase, InterWiki, BackLinks, etc.-->>
{{tag|FirstAdditional}}
{{tag|SecondAdditional}}
{{WikiEngineFeatures}}

It would also be helpful to add the year of founding of the wiki engine, like so...
[[Category:FoundedIn20xx]]<!--http://YourWikiURL.org/index.php?title=Special:AncientPages-->

Copy the above text in the blue 'boilerplate' and paste it at the top of the edit box in the relevant wiki engine article or category, then amend the fields to the right of the = sign. Don't forget to click on the 'Show preview' button (or alt-p on your keyboard) to verify your edited detail is correct before saving.

See also: template:WikiEngineFeatures, and: template:Wiki Farm.