|
|
(48 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| | {{#ask: [[Program name::CATS+]] |
| | | ?Program short description |
| | | format=list |
| | | link=none |
| | | headers=hide |
| | | mainlabel=- |
| | }} |
| | |
| | |
| | |
| This is the form class for you: | | This is the form class for you: |
|
| |
|
Line 9: |
Line 19: |
| </div> | | </div> |
|
| |
|
| This is your start page intro code:
| | Test |
| | |
| <div class="moha-start-section">
| |
| <div class="moha-start-section-content">
| |
| Below you'll find guides and information for artists interested in getting involved at MoHA.
| |
| | |
| As first steps we recommend
| |
| *Joining the [[Newsletter_MoHA|MoHA newsletter]]
| |
| *Signing up for [[Open_Calls|open call list]]
| |
| *Saying hello on [[Discord]]
| |
| <br>
| |
| <div class="moha-start-section-quicklinks">
| |
| For a list of programs and opportunities for specific fields you can skip to
| |
| *'''[[Artist_Start#Digital_Artist|Digital Artist]]'''
| |
| *'''[[Artist_Start#Visual_Artist|Visual Artist]]'''
| |
| *'''[[Artist_Start#Performing_Artist|Performing Artist]]'''
| |
| </div>
| |
| </div>
| |
| </div>
| |
| | |
| | |
| Here is the quicklink class:
| |
| <code>div class="moha-start-section-quicklinks"</code>
| |
|
| |
|
| This is the button code:
| | '''Instructions for start page intro box w/ image''' <br> |
| <br>
| |
| <span class="moha-button">[[Fantastic Arcade Committee Application|Internal Link]]</span>
| |
| <span class="moha-button">[https://google.com External Link]</span>
| |
| | |
| CSS Page
| |
| https://moha.wiki/MediaWiki:Common.css
| |
| | |
| Java Script Page
| |
| https://moha.wiki/MediaWiki:Common.js
| |
| | |
| | |
| | |
| '''Instructions for start page intro box w/ image''' | |
| A good option for this is to use the CSS Grid. | | A good option for this is to use the CSS Grid. |
| https://css-tricks.com/snippets/css/complete-guide-grid/ | | https://css-tricks.com/snippets/css/complete-guide-grid/ |
Line 65: |
Line 40: |
|
| |
|
| '''The following CSS was added to the stylesheet for this element''' | | '''The following CSS was added to the stylesheet for this element''' |
| <pre>.moha-start-section-v2 { | | <pre> |
| border: 2px solid var(--primary);
| | /* start page intro image setup */ |
| background-color: var(--gray-blue);
| | .moha-start-section { |
| margin-bottom: 2rem
| | display: grid; |
| }
| | grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); |
| | |
| .moha-start-section-content-v2 {
| |
| padding: 2.5rem
| |
| } | | } |
|
| |
|
| .moha-start-section-content-v2 ul { | | .moha-start-section > p { |
| list-style: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='50' /%3E%3C/svg%3E%0A");
| | margin-bottom: 0; |
| font-weight: bold
| |
| } | | } |
|
| |
|
| .moha-start-section-v2 { | | .moha-start-section .image img { |
| display: grid;
| |
| grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
| |
| }
| |
| | |
| .moha-start-section-v2 img { | |
| object-fit: cover; | | object-fit: cover; |
| max-width: 100%; | | max-width: 100%; |
| height: 100%; | | max-height: 430px; |
| padding: 0; | | padding: 0; |
| margin: 0; | | margin: 0; |
| | float: right; |
| } | | } |
| </pre> | | </pre> |
|
| |
|
| <div class="moha-start-section-v2"> | | This is your start page intro code: |
| <div class="moha-start-section-content-v2"> | | |
| | <div class="moha-start-section"> |
| | <div class="moha-start-section-content"> |
| Below you'll find guides and information for artists interested in getting involved at MoHA. | | Below you'll find guides and information for artists interested in getting involved at MoHA. |
|
| |
|
| As first steps we recommend | | As first steps we recommend |
| *Joining the [[Newsletter_MoHA|MoHA newsletter]] | | *Joining the [[Newsletter_MoHA|MoHA newsletter]] |
| *Signing up for [[Open_Calls|open call list]] | | *Signing up for [[Volunteer_Opportunity|open call list]] |
| *Saying hello on [[Discord]] | | *Saying hello on [[Discord]] |
| <br> | | <br> |
Line 110: |
Line 79: |
| </div> | | </div> |
| </div> | | </div> |
| <img src="https://images.pexels.com/photos/16725860/pexels-photo-16725860/free-photo-of-two-peo[…]ing-around.jpeg" alt="" role="presentation">
| | [[File:Moha-img-test crop.jpg]] |
| </div> | | </div> |
| | |
| | Here is the quicklink class: |
| | <code>div class="moha-start-section-quicklinks"</code> |
| | |
| | This is the button code: |
| | <br> |
| | <span class="moha-button">[[Fantastic Arcade Committee Application|Internal Link]]</span> |
| | <span class="moha-button">[https://google.com External Link]</span> |
| | |
| | CSS Page |
| | https://moha.wiki/MediaWiki:Common.css |
| | |
| | Java Script Page |
| | https://moha.wiki/MediaWiki:Common.js |
| | |
| | External Redirect |
| | |
| | <nowiki>{{#externalredirect: WEBSITE GOES HERE}} |
| | </nowiki> |
| | |
| | To edit an external redirected page, use <nowiki>https://moha.wiki/w/index.php?title=PAGE NAME GOES HERE&action=edit</nowiki> |
| | |
| | Testing a different way to share jotforms. |
| | |
| | <a href="javascript:void(window.open('https://form.jotform.com/231806252064147','blank','scrollbars=yes,toolbar=no,width=700,height=500'))">Open Call - Wizard Registry</a> |
| | |
| | Labeled Section Transclusion |
| | |
| | <nowiki>{{#lst:articleX|chapter1}} |
| | </nowiki> |
| | {{#lst:About|Staff}} |
| | |
| | Import CSV - https://moha.wiki/Special:ImportCSV |
| | # 1) Use Overwrite existing content for new pages and complete replacement of the imported events |
| | # 2) Use Overwrite only fields contained in the file can be used if you upload a single column (the CSV need to be modified then to include the title and only the columns for import) |
| | # 3) Skip - like 1) but prefers the wiki version, rather than Airtable one |
| | # 4) Probably useless in your context Append to existing content: you don't want two instances of the same event on one page. |
| | |
| | Batch Upload - https://moha.wiki/Special:BatchUpload |
| | |
| | Embed Video - https://www.mediawiki.org/wiki/Extension:EmbedVideo |