Wiki Sandbox
From GalaxyWiki
Welcome to the Wiki Sandbox! Here, you can test out formatting, templates, etc..
The sandbox is a place to play with stuff. The sandbox can be a fun place to learn how to do stuff with wikis.
Contents |
[edit] Making a Section
This is how you make a section.
- If you want to make something indented from it, put a : before it.
[edit] You can also make subsections
Just another fun thing you can do.
[edit] Self Teaching
Making a layout showing others how to do different things is also helping to teach myself how to do these things.
The best way to learn how to do things right is to teach yourself.
There are also very good resources, such as the example articles, and the wikipedia cheatsheat.
[edit] Testing Templates
GalaxyWiki News [edit]
| March 26th | Abilities subpages added by DevliN. |
| March 25th | Custom Unit Textures article revamped by DevliN. |
| March 14th | Custom UI article revamped by DevliN. |
| March 5th | Events article added by Bionicrm. |
| March 4th | Variables/Unit Group subpage added by Bionicrm. |
| May 7th | MediaWiki updated to 1.19, and GWN's skin is modified in the process. |
| April 6th | Broken Alliances joins GalaxyWiki.net as a contributing community. |
[edit] H1 Test
[edit] H2 Test
[edit] H3 Test
[edit] H4 Test
[edit] H5 Test
[edit] H6 Test
[SC2TRIGGER]Start Leader Board Events Game - Map initialization Local Variables Conditions Actions[/SC2TRIGGER]
[SC2TRIGGER]Start Leader Board
Events
Game - Map initialization
Local Variables
ForPlayer = 0 <Integer>
Conditions
Actions
Leaderboard - Create a leaderboard with 2 columns and (8 + 1) rows, with the name "Kills", and using (100%, 100%, 100%) color.
Variable - Set MainLeaderboard = (Last created leaderboard)
Leaderboard - Set MainLeaderboard item text at column 1 and row 1 to "Player"
Leaderboard - Set MainLeaderboard item text at column 2 and row 1 to "Kills"
General - For each integer ForPlayer from 1 to 8 with increment 1, do (Actions)
Actions
General - If (Conditions) then do (Actions) else do (Actions)
If
(Status of player ForPlayer) == Playing
Then
Leaderboard - Set MainLeaderboard item text at column 1 and row (ForPlayer + 1) to (Text (Name of player ForPlayer) with color (Color((Current player ForPlayer color))))
Leaderboard - Set MainLeaderboard item text at column 2 and row (ForPlayer + 1) to "0"
Else
Leaderboard - Set MainLeaderboard item text at column 1 and row (ForPlayer + 1) to (Text (Name of player ForPlayer) with color (75%, 75%, 75%))
Leaderboard - Set MainLeaderboard item text at column 2 and row (ForPlayer + 1) to (Text "Defeated..." with color (75%, 75%, 75%))
Leaderboard - Turn MainLeaderboard minimize button On for (All players)
Leaderboard - Show MainLeaderboard minimize button for (All players)[/SC2TRIGGER]