Discuss Scratch

LiFaytheGoblin
Forum Moderator
1000+ posts

Scratch Wiki in Your Native Language (New)

Dmith wrote:

Add my russian wiki: ru.scratch.wikia.com

I think an official wiki should use MediaWiki - it looks way better and it's not … “suspicious”… But as far as I know, the other wikis have also kind of started with Wikia, so maybe you can later transfer it to your own server and set up MediaWiki, when there are a few active members and stuff…


Deutsch, English, Français, Español, Nederlands
DACH Scratch WikiEN Scratch WikiAll Scratch WikisA Scratch Wiki in your native language

KrIsMa
Scratcher
100+ posts

Scratch Wiki in Your Native Language (New)

LiFaytheGoblin wrote:

Dmith wrote:

Add my russian wiki: ru.scratch.wikia.com

I think an official wiki should use MediaWiki - it looks way better and it's not … “suspicious”… But as far as I know, the other wikis have also kind of started with Wikia, so maybe you can later transfer it to your own server and set up MediaWiki, when there are a few active members and stuff…

we started a discussion on the wiki at http://wiki.scratch.mit.edu/wiki/Scratch_Wiki_talk:Community_Portal#We_have_a_new_neighbor.21

in a nutshell, LiFaytheGoblin has summed it up really well - wiki members don't like Wikia!!! The format is very sketchy and it is super hard to use (especially for people used to MediaWiki!)

Is it possible to port it into MediaWiki?

@LiFaytheGoblin how does it look “suspicious”? do you mean the ads?

Last edited by KrIsMa (July 13, 2014 21:44:40)


Fellow Wikian.
Dmith
Scratcher
1000+ posts

Scratch Wiki in Your Native Language (New)

KrIsMa wrote:

LiFaytheGoblin wrote:

Dmith wrote:

Add my russian wiki: ru.scratch.wikia.com

I think an official wiki should use MediaWiki - it looks way better and it's not … “suspicious”… But as far as I know, the other wikis have also kind of started with Wikia, so maybe you can later transfer it to your own server and set up MediaWiki, when there are a few active members and stuff…

we started a discussion on the wiki at http://wiki.scratch.mit.edu/wiki/Scratch_Wiki_talk:Community_Portal#We_have_a_new_neighbor.21

in a nutshell, LiFaytheGoblin has summed it up really well - wiki members don't like Wikia!!! The format is very sketchy and it is super hard to use (especially for people used to MediaWiki!)

Is it possible to port it into MediaWiki?

@LiFaytheGoblin how does it look “suspicious”? do you mean the ads?
I think, I must to buy hosting (I don't have a good English). If you know about some free hosting with MediaWiki — I try to move it
djdolphin
Scratcher
1000+ posts

Scratch Wiki in Your Native Language (New)

Dmith wrote:

KrIsMa wrote:

LiFaytheGoblin wrote:

Dmith wrote:

Add my russian wiki: ru.scratch.wikia.com

I think an official wiki should use MediaWiki - it looks way better and it's not … “suspicious”… But as far as I know, the other wikis have also kind of started with Wikia, so maybe you can later transfer it to your own server and set up MediaWiki, when there are a few active members and stuff…

we started a discussion on the wiki at http://wiki.scratch.mit.edu/wiki/Scratch_Wiki_talk:Community_Portal#We_have_a_new_neighbor.21

in a nutshell, LiFaytheGoblin has summed it up really well - wiki members don't like Wikia!!! The format is very sketchy and it is super hard to use (especially for people used to MediaWiki!)

Is it possible to port it into MediaWiki?

@LiFaytheGoblin how does it look “suspicious”? do you mean the ads?
I think, I must to buy hosting (I don't have a good English). If you know about some free hosting with MediaWiki — I try to move it
You might want to try looking here: http://mediawiki.org/wiki/Hosting_services

!
LiFaytheGoblin
Forum Moderator
1000+ posts

Scratch Wiki in Your Native Language (New)

KrIsMa wrote:

@LiFaytheGoblin how does it look “suspicious”? do you mean the ads?
u-hu…


Deutsch, English, Français, Español, Nederlands
DACH Scratch WikiEN Scratch WikiAll Scratch WikisA Scratch Wiki in your native language

KrIsMa
Scratcher
100+ posts

Scratch Wiki in Your Native Language (New)

LiFaytheGoblin wrote:

KrIsMa wrote:

@LiFaytheGoblin how does it look “suspicious”? do you mean the ads?
u-hu…
Very true.

Dmith wrote:

I think, I must to buy hosting (I don't have a good English). If you know about some free hosting with MediaWiki — I try to move it

thank you, once you have done that, reply here and we'll discuss if it should be added to the interwiki.

Fellow Wikian.
Cool_Cat22
Scratcher
100+ posts

Scratch Wiki in Your Native Language (New)

do you still need an Indonesian translator? I wish I could join the Indonesian translator group

btw, I have some questions:
Want to know how to make a game? Ask here!
Want a logo like me? Ask on my profile!

Bored? Click this —->






Welcome to my tutorial!

A. Making a game

I want to tell you how to make a maze, quiz, avoiding, etc.
1. Make a maze
Do you know how to make a maze? follow this instruction!
fill this script for the player sprite:
when green flag clicked //The game starts
forever
if <key [up arrow v] pressed?> then //when the up arrow key is pressed
change y by (10) //move up
end
if <key [down arrow v] pressed?> then //when the down arrow key is pressed
change y by (-10) //move down
end
if <key [left arrow v] pressed?> then //when the left arrow key is pressed
change x by (-10) //move left
end
if <key [right arrow v] pressed?> then //when the right arrow key is pressed
change x by (10) //move right
end
end
But I think the moving is not smooth…
So, lets try to use this script:
when green flag clicked //The game starts
forever
if <key [up arrow v] pressed?> then //when the up arrow key is pressed
set [yv v] to [10 ] //move up
end
if <key [down arrow v] pressed?> then //when the down arrow key is pressed
set [yv v] to [-10 ] //move down
end
if <key [left arrow v] pressed?> then //when the left arrow key is pressed
set [xv v] to [-10 ] //move left
end
if <key [right arrow v] pressed?> then //when the right arrow key is pressed
set [xv v] to [10 ] //move right
end
change x by (xv)
change y by (yv)
set [xv v] to ((xv) * (0.7))
set [yv v] to ((yv) * (0.7))
end
And the player will move smoothly!
Q: how do I make the maze?
A: you can draw with your own!
or you can just save this image.
ErnieParke
Scratcher
1000+ posts

Scratch Wiki in Your Native Language (New)

Cool_Cat22 wrote:

do you still need an Indonesian translator? I wish I could join the Indonesian translator group
You actually complete their group! This is going to be great news for the Indonesian wiki.

Anyway, tomorrow I'm going to go check with everyone else in the Indonesian Wiki list. If they're all still on Scratch, I (or someone on the Indonesian list) will write an email to the DACH wiki about this.

I can't wait to see what an Indonesian Wiki would be like!

Excited,

ErnieParke

Last edited by ErnieParke (July 22, 2014 01:44:43)


Rumanti
Scratcher
1000+ posts

Scratch Wiki in Your Native Language (New)

ErnieParke wrote:

Cool_Cat22 wrote:

do you still need an Indonesian translator? I wish I could join the Indonesian translator group
You actually complete their group! This is going to be great news for the Indonesian wiki.

Anyway, tomorrow I'm going to go check with everyone else in the Indonesian Wiki list. If they're all still on Scratch, I (or someone on the Indonesian list) will write an email to the DACH wiki about this.

I can't wait to see what an Indonesian Wiki would be like!

Excited,

ErnieParke

Hore, terima kasih! (Hurray, thank you!)

Also, Cloudwave moved to the account Petablu.
Am I able to invite more peoples? Or is it closed?

:wq
ErnieParke
Scratcher
1000+ posts

Scratch Wiki in Your Native Language (New)

Rumanti wrote:

ErnieParke wrote:

Cool_Cat22 wrote:

do you still need an Indonesian translator? I wish I could join the Indonesian translator group
You actually complete their group! This is going to be great news for the Indonesian wiki.

Anyway, tomorrow I'm going to go check with everyone else in the Indonesian Wiki list. If they're all still on Scratch, I (or someone on the Indonesian list) will write an email to the DACH wiki about this.

I can't wait to see what an Indonesian Wiki would be like!

Excited,

ErnieParke

Hore, terima kasih! (Hurray, thank you!)

Also, Cloudwave moved to the account Petablu.
Am I able to invite more peoples? Or is it closed?
No, things aren't closed yet. I just replied to @Petablu and @Hans5958, but if one of them isn't on Scratch or can't contribute to the Indonesian Wiki, you'll need to invite one (or two) more persons.

On the other hand, it'd be nice to see how many people can help with an Indonesian Wiki. Maybe you could post in the Indonesian forum to see if anyone else could help?

My thoughts,

ErnieParke

Rumanti
Scratcher
1000+ posts

Scratch Wiki in Your Native Language (New)

ErnieParke wrote:

No, things aren't closed yet. I just replied to @Petablu and @Hans5958, but if one of them isn't on Scratch or can't contribute to the Indonesian Wiki, you'll need to invite one (or two) more persons.

On the other hand, it'd be nice to see how many people can help with an Indonesian Wiki. Maybe you could post in the Indonesian forum to see if anyone else could help?

My thoughts,

ErnieParke

Sure!

:wq
MorningDew
Scratcher
26 posts

Scratch Wiki in Your Native Language (New)

I want to contribute to the Indonesian Wiki.

Last edited by MorningDew (July 25, 2014 12:32:11)

Cool_Cat22
Scratcher
100+ posts

Scratch Wiki in Your Native Language (New)

ErnieParke wrote:

Cool_Cat22 wrote:

do you still need an Indonesian translator? I wish I could join the Indonesian translator group
You actually complete their group! This is going to be great news for the Indonesian wiki.

Anyway, tomorrow I'm going to go check with everyone else in the Indonesian Wiki list. If they're all still on Scratch, I (or someone on the Indonesian list) will write an email to the DACH wiki about this.

I can't wait to see what an Indonesian Wiki would be like!

Excited,

ErnieParke


Thank you so much. I 'm waiting for further information.

Last edited by Cool_Cat22 (July 24, 2014 08:06:35)


btw, I have some questions:
Want to know how to make a game? Ask here!
Want a logo like me? Ask on my profile!

Bored? Click this —->






Welcome to my tutorial!

A. Making a game

I want to tell you how to make a maze, quiz, avoiding, etc.
1. Make a maze
Do you know how to make a maze? follow this instruction!
fill this script for the player sprite:
when green flag clicked //The game starts
forever
if <key [up arrow v] pressed?> then //when the up arrow key is pressed
change y by (10) //move up
end
if <key [down arrow v] pressed?> then //when the down arrow key is pressed
change y by (-10) //move down
end
if <key [left arrow v] pressed?> then //when the left arrow key is pressed
change x by (-10) //move left
end
if <key [right arrow v] pressed?> then //when the right arrow key is pressed
change x by (10) //move right
end
end
But I think the moving is not smooth…
So, lets try to use this script:
when green flag clicked //The game starts
forever
if <key [up arrow v] pressed?> then //when the up arrow key is pressed
set [yv v] to [10 ] //move up
end
if <key [down arrow v] pressed?> then //when the down arrow key is pressed
set [yv v] to [-10 ] //move down
end
if <key [left arrow v] pressed?> then //when the left arrow key is pressed
set [xv v] to [-10 ] //move left
end
if <key [right arrow v] pressed?> then //when the right arrow key is pressed
set [xv v] to [10 ] //move right
end
change x by (xv)
change y by (yv)
set [xv v] to ((xv) * (0.7))
set [yv v] to ((yv) * (0.7))
end
And the player will move smoothly!
Q: how do I make the maze?
A: you can draw with your own!
or you can just save this image.
Petablu
Scratcher
20 posts

Scratch Wiki in Your Native Language (New)

Wait a minute. There is possibilities that I will also translate the Scratch Wiki to Indonesia. But just to make sure, I ask my mom if I can. Because I'm restricted to only visiting the scratch website, or else I need my mom's permission.

Petablu Forum Announcements :
Everyone, please check "Project Won't Save!" I'm having bad problem that hinder me from saving and uploading projects!
ErnieParke
Scratcher
1000+ posts

Scratch Wiki in Your Native Language (New)

Petablu wrote:

Wait a minute. There is possibilities that I will also translate the Scratch Wiki to Indonesia. But just to make sure, I ask my mom if I can. Because I'm restricted to only visiting the scratch website, or else I need my mom's permission.
Go ahead and ask your mom! There's no rush to get things done. Just remember to tell us what your mom thinks so that we can start right away.

@MorningDew:
Nice! I added you to the list.

@Indonesian Wiki:
Since @Petablu is the fourth (active) editor for the Indonesian Wiki, I'm going to wait for @Petablu's mom's response before going sending the email and starting the wiki.

Thoughts,

ErnieParke

Julianthewiki
Scratcher
100+ posts

Scratch Wiki in Your Native Language (New)

ErnieParke, my Filipino translation of your text. Tama ba ito mga kababayan ko (Is this correct my countrymen)?

Sa wiki (sa partikular DACH-Scratch Wiki) tayo ay interesado sa pagtatag ng mga wiki sa iba't ibang wika. Kapag ikaw ay interesado sa pagtulong sa mga pagsasalin at pagtatag ng wiki, paki-post sa ibaba sa anong mga wika ikaw ay nagsasalita at bakit gusto kang magtulong.. Ang DACH-Scratch Wiki Team ay masayang tulungin kang magsimula sa tamang paa.

Mga Kailangan:
*Dapat magsalita ng Ingles at isa pang wika (ang wika ay dapat totoo)
*Dapat kayang isalin nang mabuti sa kanyang ibang (mga) wika
Ginugustuhan:
*May karanasan sa MediaWiki (para alam mong mag-edit, pwede tayong magturo kapag kailangan)
*May maraming kaalaman tungkol sa Scratch (kaya imbis na plagiarismo (tama?) mayroon tayong orihinalidad)

Mga link:
MartinWollenweber
Curiouscrab
English Scratch Wiki
Active Diskussion
International Scratch-Wikis in native languages: World Wide Wikis
The Previous Version of this Thread

Kasalukuyang mga Stats

Indonesian (Pinoproseso)
Rumanti
Hans5958
Petablu
Cool_Cat22
MorningDew
Espanyol (1-2 tagagamit kailangan)
technoboy10
lorquia
armique (maaari)
French (2-3 tagagamit kailangan)
macadam
Hardmath123 (maaari)
Simplified Chinese (3 tagagamit kailangan)
CyberixSagaStudios
Portuguese (3 tagagamit kailangan)
MMSequeira
Polish (3 tagagamit kailangan)
iz0t0pic
Slovenian (3 tagagamit kailangan)
TheParlight
Yugoslavian (3 tagagamit kailangan)
TheParlight
Igbo (Nigeria) (3 tagagamit kailangan)
JayceeMinecraft

Paki-contact si Martin Wollenweber sa info(at)scratch-dach(dot)info pati ang pangalan ng tagagamit ng 4 o mas maraming tagagamit na interesado sa pakikipagtulong sa paggawa ng wiki sa iyong wika.

Pakiusap: Walang Google Translate! Kailangan mo talagang may kaalaman sa pagsasalita ng Ingles at ibang (mga) wika!
Ang Google Translate ay maaaring magamit para lang sa mga kaunting salita, kapag kailangan.

Sinuman na nagsasalita ng ibang wika, kapag maaari mong isalin ang teksto na ito at i-post sa ibaba mabuti po iyan.

Julianthewiki | Double the Fun | Double the Thrill | Double the Coolness

Daydream: A Book By Julianthewiki | Official Studio | Chapter 1 | Chapter 2 | Chapter 3
World Population Clock | 24,618,660 | Learn More | Suggest Ideas
Two Year Anniversary Special | 101,405,320 | Learn More
Belated Happy Pi Day! | 102,312,109
Petablu
Scratcher
20 posts

Scratch Wiki in Your Native Language (New)

Good news! My mom allowed me to help make the Indonesian Scratch Wiki!

Petablu Forum Announcements :
Everyone, please check "Project Won't Save!" I'm having bad problem that hinder me from saving and uploading projects!
ErnieParke
Scratcher
1000+ posts

Scratch Wiki in Your Native Language (New)

@Julianthewiki:
Nice translation! I bet it's going to help Filipinos a lot with starting Filipino Wiki.

By the way, are you interested in helping translate a Filipino Wiki, and how do you say Filipino in Filipino?

@Indonesian Wiki:
I just sent the email to Martin Wollenweber. I'll post here when I get the response! I'm extremely excited for you guys.

Excited,

ErnieParke

ErnieParke
Scratcher
1000+ posts

Scratch Wiki in Your Native Language (New)

@Indonesian Wiki:
I got a reply back from Martin Wollenweber, and Martin had an important link that would be nice to share. It links to a discussion between @JayceeMinecraft and Martin about starting an Igbo (Nigerian) Wiki, and highlights the first steps in starting a wiki:

http://scratch-dach.info/wiki/Scratch-Wiki:Gemeinschafts-Portal#Conversation_with_JayceeMinecraft_Minecraft_about_helping_building_a_Scratch-Wiki_in_his_native_language_.22Igbo.22

So it looks like right now you'll need to start a conversation in the discussion forums (Other languages forum?) that used both Enlish and Indonesian. That would help show that you can use both languages effectively.

If you want to, maybe you could also start making mockups of wiki pages in Igbo (in your discussion?) ? There's already an English Wiki to look for examples in. I'd be willing to show you how the Wiki works as well. Now that I think of it, I know that @Rumanti has Wiki experience, but do the rest of you have any Wiki experience?

Replying,

ErnieParke

Last edited by ErnieParke (July 31, 2014 12:37:19)


Rumanti
Scratcher
1000+ posts

Scratch Wiki in Your Native Language (New)

ErnieParke wrote:

@Indonesian Wiki:
I got a reply back from Martin Wollenweber, and Martin had an important link that would be nice to share. It links to a discussion between @JayceeMinecraft and Martin about starting an Igbo (Nigerian) Wiki, and highlights the first steps in starting a wiki:

http://scratch-dach.info/wiki/Scratch-Wiki:Gemeinschafts-Portal#Conversation_with_JayceeMinecraft_Minecraft_about_helping_building_a_Scratch-Wiki_in_his_native_language_.22Igbo.22
Great, I just read the discussion and I am going to evaluate them. I'd ask the others to see it, too. I need to discuss this with my team.

So it looks like right now you'll need to start a conversation in the discussion forums (Other languages forum?) that used both English and Igbo. That would help show that you can use both languages effectively.
English and Igbo? You mean English and Indonesian? (Sorry, I'm a little confused there) Yes, I'm going to prepare the thread.

If you want to, maybe you could also start making mockups of wiki pages in Igbo (in your discussion?) ? There's already an English Wiki to look for examples in. I'd be willing to show you how the Wiki works as well.
That'd be a good practice for us. And for me too. Really, thanks so much for your help! I can't wait to know how it will go.


:wq

Powered by DjangoBB