{"id":509,"date":"2021-11-10T13:10:01","date_gmt":"2021-11-10T18:10:01","guid":{"rendered":"https:\/\/www.marshall.edu\/website\/?page_id=509"},"modified":"2026-03-03T15:15:27","modified_gmt":"2026-03-03T20:15:27","slug":"facts-and-stats","status":"publish","type":"page","link":"https:\/\/www.marshall.edu\/marsha\/facts-and-stats\/","title":{"rendered":"Facts and Stats"},"content":{"rendered":"<h2>Facts Wrapper Shortcode<\/h2>\n<p>Use <code>&#091;mufacts&#093;<\/code> to wrap a group of <code>&#091;mufact&#093;<\/code> shortcodes. The wrapper displays stat boxes in a responsive grid.<\/p>\n<h3>mufacts Parameters<\/h3>\n<ul>\n<li><strong>Facts Per Row (per_row):<\/strong> Controls how many stat boxes appear per row at larger screen sizes. Accepts <code>2<\/code>, <code>3<\/code>, or <code>4<\/code>. Defaults to <code>3<\/code>.<\/li>\n<li><strong>Type (type):<\/strong> Controls the card style. Accepts <code>light-gray<\/code> (default) or <code>green<\/code> (adds a green border).<\/li>\n<li><strong>Preheading (preheading):<\/strong> Optional. Small uppercase text displayed above the heading.<\/li>\n<li><strong>Heading (heading):<\/strong> Optional. A heading displayed above the stat boxes. Also accepts <code>header<\/code> for backward compatibility.<\/li>\n<li><strong>Subheading (subheading):<\/strong> Optional. Descriptive text displayed below the heading. Also accepts <code>subtitle<\/code> for backward compatibility.<\/li>\n<\/ul>\n<h2>Fact Shortcode<\/h2>\n<h3>mufact Parameters<\/h3>\n<ul>\n<li><span class=\"inline bg-red-100 text-red-700 font-bold px-2 py-1 rounded-sm uppercase text-xs mr-2 my-1\">Required<\/span><strong>Number (number): <\/strong>The number or value to display prominently. Include any symbols directly in the value (e.g. <code>$64K<\/code>, <code>#1<\/code>, <code>98%<\/code>).<\/li>\n<li><span class=\"inline bg-red-100 text-red-700 font-bold px-2 py-1 rounded-sm uppercase text-xs mr-2 my-1\">Required<\/span><strong>Title (title): <\/strong>The label that describes the stat, displayed below the number.<\/li>\n<\/ul>\n<h2>Facts and Stats Shortcode Examples<\/h2>\n<h3>Four Facts Per Row Example<\/h3>\n\n<div x-data=\"{ copied: false, rawCode: '' }\" x-init=\"rawCode = $refs.codeSource.textContent\" class=\"mb-12\">\n\n\t\t\t<div class=\"px-6 py-6 border border-b-0 rounded-t-lg border-gray-200 bg-white\">\n\t\t\t\t\n\n\n\n<div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mt-0\">\n\t\t\t<div class=\"relative flex flex-col items-center justify-center text-center rounded-lg p-10 min-h-40 overflow-hidden bg-white shadow-sm transition-all duration-200 \">\n\t\t\t<div class=\"absolute top-0 left-0 right-0 h-1 bg-green\"><\/div>\n\t\t\t<span class=\"text-5xl lg:text-6xl font-black text-green leading-none\">24<\/span>\n\t\t\t<span class=\"mt-3 text-xs font-semibold uppercase tracking-widest text-gray-500 leading-relaxed\">Degree Programs<\/span>\n\t\t<\/div>\n\t\t\t<div class=\"relative flex flex-col items-center justify-center text-center rounded-lg p-10 min-h-40 overflow-hidden bg-white shadow-sm transition-all duration-200 \">\n\t\t\t<div class=\"absolute top-0 left-0 right-0 h-1 bg-green\"><\/div>\n\t\t\t<span class=\"text-5xl lg:text-6xl font-black text-green leading-none\">140<\/span>\n\t\t\t<span class=\"mt-3 text-xs font-semibold uppercase tracking-widest text-gray-500 leading-relaxed\">Faculty Members<\/span>\n\t\t<\/div>\n\t\t\t<div class=\"relative flex flex-col items-center justify-center text-center rounded-lg p-10 min-h-40 overflow-hidden bg-white shadow-sm transition-all duration-200 \">\n\t\t\t<div class=\"absolute top-0 left-0 right-0 h-1 bg-green\"><\/div>\n\t\t\t<span class=\"text-5xl lg:text-6xl font-black text-green leading-none\">950<\/span>\n\t\t\t<span class=\"mt-3 text-xs font-semibold uppercase tracking-widest text-gray-500 leading-relaxed\">Undergraduates<\/span>\n\t\t<\/div>\n\t\t\t<div class=\"relative flex flex-col items-center justify-center text-center rounded-lg p-10 min-h-40 overflow-hidden bg-white shadow-sm transition-all duration-200 \">\n\t\t\t<div class=\"absolute top-0 left-0 right-0 h-1 bg-green\"><\/div>\n\t\t\t<span class=\"text-5xl lg:text-6xl font-black text-green leading-none\">$64K<\/span>\n\t\t\t<span class=\"mt-3 text-xs font-semibold uppercase tracking-widest text-gray-500 leading-relaxed\">Scholarships \/ Semester<\/span>\n\t\t<\/div>\n\t<\/div>\n\n\t\t<\/div>\n\t\n\t<div class=\"\">\n\t\t<div class=\"flex items-center justify-between px-4 py-2.5\" style=\"background: #181825; border-bottom: 1px solid rgba(255,255,255,.06);\">\n\t\t\t<span class=\"text-[11px] font-medium tracking-wide text-white\/40\" style=\"font-family: 'JetBrains Mono', ui-monospace, monospace;\">Shortcode<\/span>\n\t\t\t<button\n\t\t\t\ttype=\"button\"\n\t\t\t\t@click=\"navigator.clipboard.writeText(rawCode); copied = true; setTimeout(() => copied = false, 2000)\"\n\t\t\t\tclass=\"flex items-center gap-1.5 px-3 py-1.5 rounded text-[11px] font-medium cursor-pointer transition-all duration-150\"\n\t\t\t\t:class=\"copied\n\t\t\t\t\t? 'bg-green\/20 text-green border border-green\/30'\n\t\t\t\t\t: 'bg-white\/8 text-white\/60 border border-white\/10 hover:bg-white\/14 hover:text-white\/90'\"\n\t\t\t\tstyle=\"font-family: 'JetBrains Mono', ui-monospace, monospace;\"\n\t\t\t>\n\t\t\t\t<template x-if=\"!copied\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-3.5 w-3.5\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n\t\t\t\t\t\t<rect width=\"14\" height=\"14\" x=\"8\" y=\"8\" rx=\"2\" ry=\"2\"\/>\n\t\t\t\t\t\t<path d=\"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2\"\/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/template>\n\t\t\t\t<template x-if=\"copied\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-3.5 w-3.5\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n\t\t\t\t\t\t<polyline points=\"20 6 9 17 4 12\"\/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/template>\n\t\t\t\t<span x-text=\"copied ? 'Copied!' : 'Copy'\"><\/span>\n\t\t\t<\/button>\n\t\t<\/div>\n\t\t<div class=\"rounded-b-lg overflow-x-auto\" style=\"background: #1e1e2e;\">\n\t\t\t<pre class=\"px-5 py-4\"><code x-ref=\"codeSource\" class=\"language-bbcode text-[13px] leading-relaxed\" style=\"font-family: 'JetBrains Mono', ui-monospace, monospace; color: #cdd6f4;\">[mufacts per_row=&quot;4&quot;]\n[mufact title=&quot;Degree Programs&quot; number=&quot;24&quot;]\n[mufact title=&quot;Faculty Members&quot; number=&quot;140&quot;]\n[mufact title=&quot;Undergraduates&quot; number=&quot;950&quot;]\n[mufact title=&quot;Scholarships \/ Semester&quot; number=&quot;$64K&quot;]\n[\/mufacts]<\/code><\/pre>\n\t\t<\/div>\n\t<\/div>\n\n<\/div>\n\n<h3>Three Facts Per Row Example<\/h3>\n\n<div x-data=\"{ copied: false, rawCode: '' }\" x-init=\"rawCode = $refs.codeSource.textContent\" class=\"mb-12\">\n\n\t\t\t<div class=\"px-6 py-6 border border-b-0 rounded-t-lg border-gray-200 bg-white\">\n\t\t\t\t\n\n\n\n<div class=\"grid grid-cols-1 md:grid-cols-3 gap-6 mt-0\">\n\t\t\t<div class=\"relative flex flex-col items-center justify-center text-center rounded-lg p-10 min-h-40 overflow-hidden bg-white shadow-sm transition-all duration-200 \">\n\t\t\t<div class=\"absolute top-0 left-0 right-0 h-1 bg-green\"><\/div>\n\t\t\t<span class=\"text-5xl lg:text-6xl font-black text-green leading-none\">100+<\/span>\n\t\t\t<span class=\"mt-3 text-xs font-semibold uppercase tracking-widest text-gray-500 leading-relaxed\">Years of Excellence<\/span>\n\t\t<\/div>\n\t\t\t<div class=\"relative flex flex-col items-center justify-center text-center rounded-lg p-10 min-h-40 overflow-hidden bg-white shadow-sm transition-all duration-200 \">\n\t\t\t<div class=\"absolute top-0 left-0 right-0 h-1 bg-green\"><\/div>\n\t\t\t<span class=\"text-5xl lg:text-6xl font-black text-green leading-none\">200+<\/span>\n\t\t\t<span class=\"mt-3 text-xs font-semibold uppercase tracking-widest text-gray-500 leading-relaxed\">Student Organizations<\/span>\n\t\t<\/div>\n\t\t\t<div class=\"relative flex flex-col items-center justify-center text-center rounded-lg p-10 min-h-40 overflow-hidden bg-white shadow-sm transition-all duration-200 \">\n\t\t\t<div class=\"absolute top-0 left-0 right-0 h-1 bg-green\"><\/div>\n\t\t\t<span class=\"text-5xl lg:text-6xl font-black text-green leading-none\">48<\/span>\n\t\t\t<span class=\"mt-3 text-xs font-semibold uppercase tracking-widest text-gray-500 leading-relaxed\">States Represented<\/span>\n\t\t<\/div>\n\t<\/div>\n\n\t\t<\/div>\n\t\n\t<div class=\"\">\n\t\t<div class=\"flex items-center justify-between px-4 py-2.5\" style=\"background: #181825; border-bottom: 1px solid rgba(255,255,255,.06);\">\n\t\t\t<span class=\"text-[11px] font-medium tracking-wide text-white\/40\" style=\"font-family: 'JetBrains Mono', ui-monospace, monospace;\">Shortcode<\/span>\n\t\t\t<button\n\t\t\t\ttype=\"button\"\n\t\t\t\t@click=\"navigator.clipboard.writeText(rawCode); copied = true; setTimeout(() => copied = false, 2000)\"\n\t\t\t\tclass=\"flex items-center gap-1.5 px-3 py-1.5 rounded text-[11px] font-medium cursor-pointer transition-all duration-150\"\n\t\t\t\t:class=\"copied\n\t\t\t\t\t? 'bg-green\/20 text-green border border-green\/30'\n\t\t\t\t\t: 'bg-white\/8 text-white\/60 border border-white\/10 hover:bg-white\/14 hover:text-white\/90'\"\n\t\t\t\tstyle=\"font-family: 'JetBrains Mono', ui-monospace, monospace;\"\n\t\t\t>\n\t\t\t\t<template x-if=\"!copied\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-3.5 w-3.5\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n\t\t\t\t\t\t<rect width=\"14\" height=\"14\" x=\"8\" y=\"8\" rx=\"2\" ry=\"2\"\/>\n\t\t\t\t\t\t<path d=\"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2\"\/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/template>\n\t\t\t\t<template x-if=\"copied\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-3.5 w-3.5\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n\t\t\t\t\t\t<polyline points=\"20 6 9 17 4 12\"\/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/template>\n\t\t\t\t<span x-text=\"copied ? 'Copied!' : 'Copy'\"><\/span>\n\t\t\t<\/button>\n\t\t<\/div>\n\t\t<div class=\"rounded-b-lg overflow-x-auto\" style=\"background: #1e1e2e;\">\n\t\t\t<pre class=\"px-5 py-4\"><code x-ref=\"codeSource\" class=\"language-bbcode text-[13px] leading-relaxed\" style=\"font-family: 'JetBrains Mono', ui-monospace, monospace; color: #cdd6f4;\">[mufacts per_row=&quot;3&quot;]\n[mufact title=&quot;Years of Excellence&quot; number=&quot;100+&quot;]\n[mufact title=&quot;Student Organizations&quot; number=&quot;200+&quot;]\n[mufact title=&quot;States Represented&quot; number=&quot;48&quot;]\n[\/mufacts]<\/code><\/pre>\n\t\t<\/div>\n\t<\/div>\n\n<\/div>\n\n<h3>With Heading Example<\/h3>\n\n<div x-data=\"{ copied: false, rawCode: '' }\" x-init=\"rawCode = $refs.codeSource.textContent\" class=\"mb-12\">\n\n\t\t\t<div class=\"px-6 py-6 border border-b-0 rounded-t-lg border-gray-200 bg-white\">\n\t\t\t\t\n\t<div class=\"block__preheading\">By the Numbers<\/div>\n\n\n\n\n<div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mt-8 lg:mt-12\">\n\t\t\t<div class=\"relative flex flex-col items-center justify-center text-center rounded-lg p-10 min-h-40 overflow-hidden bg-white shadow-sm transition-all duration-200 \">\n\t\t\t<div class=\"absolute top-0 left-0 right-0 h-1 bg-green\"><\/div>\n\t\t\t<span class=\"text-5xl lg:text-6xl font-black text-green leading-none\">240+<\/span>\n\t\t\t<span class=\"mt-3 text-xs font-semibold uppercase tracking-widest text-gray-500 leading-relaxed\">Degree Programs<\/span>\n\t\t<\/div>\n\t\t\t<div class=\"relative flex flex-col items-center justify-center text-center rounded-lg p-10 min-h-40 overflow-hidden bg-white shadow-sm transition-all duration-200 \">\n\t\t\t<div class=\"absolute top-0 left-0 right-0 h-1 bg-green\"><\/div>\n\t\t\t<span class=\"text-5xl lg:text-6xl font-black text-green leading-none\">800+<\/span>\n\t\t\t<span class=\"mt-3 text-xs font-semibold uppercase tracking-widest text-gray-500 leading-relaxed\">Faculty Members<\/span>\n\t\t<\/div>\n\t\t\t<div class=\"relative flex flex-col items-center justify-center text-center rounded-lg p-10 min-h-40 overflow-hidden bg-white shadow-sm transition-all duration-200 \">\n\t\t\t<div class=\"absolute top-0 left-0 right-0 h-1 bg-green\"><\/div>\n\t\t\t<span class=\"text-5xl lg:text-6xl font-black text-green leading-none\">200+<\/span>\n\t\t\t<span class=\"mt-3 text-xs font-semibold uppercase tracking-widest text-gray-500 leading-relaxed\">Student Organizations<\/span>\n\t\t<\/div>\n\t\t\t<div class=\"relative flex flex-col items-center justify-center text-center rounded-lg p-10 min-h-40 overflow-hidden bg-white shadow-sm transition-all duration-200 \">\n\t\t\t<div class=\"absolute top-0 left-0 right-0 h-1 bg-green\"><\/div>\n\t\t\t<span class=\"text-5xl lg:text-6xl font-black text-green leading-none\">187<\/span>\n\t\t\t<span class=\"mt-3 text-xs font-semibold uppercase tracking-widest text-gray-500 leading-relaxed\">Years of Excellence<\/span>\n\t\t<\/div>\n\t<\/div>\n\n\t\t<\/div>\n\t\n\t<div class=\"\">\n\t\t<div class=\"flex items-center justify-between px-4 py-2.5\" style=\"background: #181825; border-bottom: 1px solid rgba(255,255,255,.06);\">\n\t\t\t<span class=\"text-[11px] font-medium tracking-wide text-white\/40\" style=\"font-family: 'JetBrains Mono', ui-monospace, monospace;\">Shortcode<\/span>\n\t\t\t<button\n\t\t\t\ttype=\"button\"\n\t\t\t\t@click=\"navigator.clipboard.writeText(rawCode); copied = true; setTimeout(() => copied = false, 2000)\"\n\t\t\t\tclass=\"flex items-center gap-1.5 px-3 py-1.5 rounded text-[11px] font-medium cursor-pointer transition-all duration-150\"\n\t\t\t\t:class=\"copied\n\t\t\t\t\t? 'bg-green\/20 text-green border border-green\/30'\n\t\t\t\t\t: 'bg-white\/8 text-white\/60 border border-white\/10 hover:bg-white\/14 hover:text-white\/90'\"\n\t\t\t\tstyle=\"font-family: 'JetBrains Mono', ui-monospace, monospace;\"\n\t\t\t>\n\t\t\t\t<template x-if=\"!copied\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-3.5 w-3.5\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n\t\t\t\t\t\t<rect width=\"14\" height=\"14\" x=\"8\" y=\"8\" rx=\"2\" ry=\"2\"\/>\n\t\t\t\t\t\t<path d=\"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2\"\/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/template>\n\t\t\t\t<template x-if=\"copied\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-3.5 w-3.5\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n\t\t\t\t\t\t<polyline points=\"20 6 9 17 4 12\"\/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/template>\n\t\t\t\t<span x-text=\"copied ? 'Copied!' : 'Copy'\"><\/span>\n\t\t\t<\/button>\n\t\t<\/div>\n\t\t<div class=\"rounded-b-lg overflow-x-auto\" style=\"background: #1e1e2e;\">\n\t\t\t<pre class=\"px-5 py-4\"><code x-ref=\"codeSource\" class=\"language-bbcode text-[13px] leading-relaxed\" style=\"font-family: 'JetBrains Mono', ui-monospace, monospace; color: #cdd6f4;\">[mufacts per_row=&quot;4&quot; preheading=&quot;By the Numbers&quot; heading=&quot;Marshall at a Glance&quot; subheading=&quot;A snapshot of what makes Marshall University exceptional.&quot;]\n[mufact title=&quot;Degree Programs&quot; number=&quot;240+&quot;]\n[mufact title=&quot;Faculty Members&quot; number=&quot;800+&quot;]\n[mufact title=&quot;Student Organizations&quot; number=&quot;200+&quot;]\n[mufact title=&quot;Years of Excellence&quot; number=&quot;187&quot;]\n[\/mufacts]<\/code><\/pre>\n\t\t<\/div>\n\t<\/div>\n\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Facts Wrapper Shortcode Use &#091;mufacts&#093; to wrap a group of &#091;mufact&#093; shortcodes. The wrapper displays stat boxes in a responsive grid. mufacts Parameters Facts Per Row (per_row): Controls how many stat boxes appear per row at larger screen sizes. Accepts 2, 3, or 4. Defaults to 3. Type (type): Controls the card style. Accepts light-gray<\/p>\n","protected":false},"author":203,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-sidebar-left.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-509","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.marshall.edu\/marsha\/wp-json\/wp\/v2\/pages\/509","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.marshall.edu\/marsha\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.marshall.edu\/marsha\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.marshall.edu\/marsha\/wp-json\/wp\/v2\/users\/203"}],"replies":[{"embeddable":true,"href":"https:\/\/www.marshall.edu\/marsha\/wp-json\/wp\/v2\/comments?post=509"}],"version-history":[{"count":3,"href":"https:\/\/www.marshall.edu\/marsha\/wp-json\/wp\/v2\/pages\/509\/revisions"}],"predecessor-version":[{"id":893,"href":"https:\/\/www.marshall.edu\/marsha\/wp-json\/wp\/v2\/pages\/509\/revisions\/893"}],"wp:attachment":[{"href":"https:\/\/www.marshall.edu\/marsha\/wp-json\/wp\/v2\/media?parent=509"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}