I refer Wikipedia frequently. I use this BASH function to help me do that from the terminal. For explanation of how this works head over here.
BASH function
# wiki
# eg: wiki India
# wiki Apple_Inc
# wiki Anglo_Saxon
wiki()
{
dig +short txt $1.wp.dg.cx
}
Example usage
prashanth@prashanth-desktop:~$ wiki India ...