Difference between revisions of "Development:How to add PB training pattern"

From Olekdia Wiki
(Created page with "# Create trng file # Set public_id to it which is maximum public_id + 1. Maximum public_id could be found here Trng. For example "90" # Create wiki page "New_pattern" # Cr...")
 
 
Line 4: Line 4:
 
# Create page "Trainings/New_pattern" as redirect to "New_pattern", its content should be: <pre>#REDIRECT [[Special:MyLanguage/New_pattern]]</pre>
 
# Create page "Trainings/New_pattern" as redirect to "New_pattern", its content should be: <pre>#REDIRECT [[Special:MyLanguage/New_pattern]]</pre>
 
# Create page "Trng/new_public_id" (for example "Trng/90") as redirect to "New_pattern"
 
# Create page "Trng/new_public_id" (for example "Trng/90") as redirect to "New_pattern"
 +
# Commit and push pattern to git. Pull repository on the server.

Latest revision as of 05:15, 27 December 2019

  1. Create trng file
  2. Set public_id to it which is maximum public_id + 1. Maximum public_id could be found here Trng. For example "90"
  3. Create wiki page "New_pattern"
  4. Create page "Trainings/New_pattern" as redirect to "New_pattern", its content should be:
    #REDIRECT [[Special:MyLanguage/New_pattern]]
  5. Create page "Trng/new_public_id" (for example "Trng/90") as redirect to "New_pattern"
  6. Commit and push pattern to git. Pull repository on the server.