Wiki administrator how-to

From Pdpedia

Jump to: navigation, search

Contents

[edit] How to create your own language wiki

THIS PAGE IN A WORK IN PROGRESS. IT WILL BE DEVELOPED WHILE THE FIRST TRANSLATIONS ARE CREATED.


[edit] A guide for new administrators

  • Post on the pd-list to announce your interest in being the SysOp of a new language site
  • Sign up and create an account, post to the pd-list to request SysOp access
  • Create the main page by translating the english version.

[edit] Structuring styles and the infobox

Important: all file names and variables are case sensitive! Copy-paste all file names from this page.

  • Translate the following terms by writing your language between the quotation marks in propper casing/spacing - for example, $stub = "Esboço";.
    Important: check for propper Wiki-names in the Wikipedia in your language. Send the text to the pd-list. After is has been checked and eventually discussed, the template will be imported.
# wikipedia terms
$stub = "";
$template = "";
$category = "";
$infobox = "";
 
# pdpedia terms
$objectclass = "";
 
# page headers
$inlets = "";
$outlets = "";
$arguments = "";
$messages = "";
 
# infobox
$name = "";
$description = "";
$abbreviation = "";
$example image = "";
$caption = "";
$library = "";
$author = "";
$developer = "";
$releaseVersion = "";
$releaseDate = "";
$status = "";
$dependencies = "";
$license = "";
$website = "";
$programmingLanguage = "";
$platform = "";
$operatingSystem = "";
$language = "";
$dataType = "";
$distribution = "";

# proposed additions
$helppatch name = "";
$cpu use index = "";


[edit] infobox

here is a list of all english fields for the wikibox

{{Infobox Objectclass
| name                   =
| description            =
| library                =
| example image          =
| caption                =
| author                 =
| developer              =
| released               =
| release version        =
| release date           =
| programming language   =
| platform               =
| operating system       =
| language               =
| status                 =
| data type              =
| license                =
| website                =
}} 
Personal tools