-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Welcome to the phpMudnames wiki!
There is 2 languages in this wiki: French and English. French because it’s my primary spoken language and I’m used to write the documentation in French when i can’t easily translate it in English. Feel free to help me in the translation of this document.
- Entirely based on text files (dictionaries).
- Generate random names based on selected capabilities and used particles.
- In the KISS principle (check contrib pages).
Primarily used to ensure the use of specific capacities for a given dictionary. There is no other use planet at this moment.
The content can be :
- A capacity tag (like PMS for PRE_,MID_,SUF).
- A method and its arguments :
methodName:arguments
Aussi connut sous le nom de “fichiers de capacités”, ils contiennent une liste de fonction qui sera appliqué lors de l’appel a mudnames_dico::select_capability();
. Actuellement, l’usage unique de ce système est pour forcer l’utilisation de certaines configuration dans les parties des noms.
Le contenu de ces fichiers peut être simplement le tag de capacité (exemple: PMS pour PRE,MID,SUF) ou une méthode et ces arguments selon ce format : methodName:arguments
.