I was relatively confused by the wikipedia portion of your question, but yes, the subset/inclusion relation is a partial order(ing). In order to prove this, we have to show that it is reflexive, anti-symmetric, and transitive.
Reflexive: The set $A$ will always be a subset of itself because it contains all the elements within itself. Effectively, $A = A$ because $A \subseteq A$ and vice versa.
Anti-Symmetric: If set A includes set B ($A \subseteq B$) and ($B \subseteq A$), then $B = A$. This would prove it is anti-symmetric.
Transitive: If $A \subseteq B$ and $B \subseteq C$, then $A \subseteq C$.
Now we have proved that the subset/inclusion relation is a partial ordering.