templates:newmember_mail
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
templates:newmember_mail [2015/02/22 02:32] – ruza | templates:newmember_mail [2015/02/22 03:17] (current) – ruza | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Template for newmember page ====== | ||
+ | <code text> | ||
+ | Dokuwiki user @@username@@ (@@Jmeno@@ @@Prijmeni@@) wants be a member of brmlab hackerspace! | ||
+ | e-mail: @@E-Mail@@ | ||
+ | born: @@Year of birth@@ | ||
+ | GSM: @@GSM (9-12 numbers)@@ | ||
+ | GPG (optional): @@GPG@@ | ||
+ | UserPage: https:// | ||
+ | |||
+ | add following to / | ||
+ | - fields: | ||
+ | attachments: | ||
+ | born: @@Year of birth@@ | ||
+ | comment: null | ||
+ | email: @@E-Mail@@ | ||
+ | first_name: @@Jmeno@@ | ||
+ | irl: true | ||
+ | logic_account: | ||
+ | middle_name: | ||
+ | nickname: @@username@@ | ||
+ | phone: @@GSM (9-12 numbers)@@ | ||
+ | surname: " | ||
+ | type: 1 | ||
+ | uid: CHANGE.THIS | ||
+ | user: null | ||
+ | model: brmburo.buddy | ||
+ | pk: INCREMENT.THIS | ||
+ | </ |