Main Page tests

From MyGamingTalk
Revision as of 09:02, 13 February 2023 by Palota (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Install Success

MediaWiki has been successfully installed.

Consult the User's Guide for information on using the wiki software.

Getting started


Geshi Test

<syntaxhighlight lang="java" lines=LINES source=SOURCE> global Map = {

   rotor1toggle = true,
   rotor1stop = function( trigger )
   {
       Wp.SetWaypointFlag( "Name_of_waypoint", "closed", Map.rotor1toggle );
       Map.rotor1toggle = !Map.rotor1toggle;
   },

};

member ListTableMembers = function(tbl, sortBy) { if ( IsTable(tbl) ) { noParam = !sortBy || sortBy=="null"; if(noParam){ sortBy = "key"; } sortedTable = tableSort(tbl, sortBy); foreach(value in sortedTable) { if(noParam) { print(" " + value + " " + ToString(tbl[value])); } else { print(" "+value); } } } else { print("Util.ListTableMembers: Expected table, got " + typeName(tbl)); } };

tbl1 = {}; tbl1[WEAPON.PANZERFAUST] = true; //RPG tbl1[WEAPON.MOBILE_MG42] = true; tbl1[WEAPON.FLAMETHROWER] = true; tbl1[WEAPON.MORTAR] = true; tbl2 = {}; tbl2[WEAPON.MOBILE_MG42] = true; //MOBILE_BROWNING tbl2[WEAPON.FLAMETHROWER] = true; tbl2[WEAPON.MORTAR] = true; </syntaxhighlight>

Collapsible Tests

The header remains visible
This content is hidden
at first load time

This text is collapsible.

Bootstrap Tests

# First Name Last Name Language
1 Some One English
2 Joe Sixpack English

<headertabs />