APRJA Step-by-step: Difference between revisions

From creative crowd wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Manual revert
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
CREATE PAGES
CREATE PAGES
// to be added
// to be added
// Create page: remember to add name space (for the journal issue)


EDIT CONTENT
EDIT CONTENT
* Goto: https://cc.vvvvvvaria.org/wiki/Content-Form#Contributions
* Goto: https://cc.vvvvvvaria.org/wiki/Content-Form#Contributions
* Click article & ‘edit source’
* Click article & ‘edit source’
Line 11: Line 15:
* Quotes: markup <blockquote> text</blockquote>
* Quotes: markup <blockquote> text</blockquote>


FOOTNOTES (Check the HTML by clicking 'edit source' on this page)
 
FOOTNOTES  
 
(Check the HTML by clicking 'edit source' on this page)
Footnotes: Insert <ref>full footnote text</ref> // they are automatically inserted & numbered into ‘notes’ section.
Footnotes: Insert <ref>full footnote text</ref> // they are automatically inserted & numbered into ‘notes’ section.
Notes section: HTML for 1 column already inserted in template  
Notes section: HTML for 1 column already inserted in template  
    <div class="1column">
(see page source)
    <references />
<div class="1column">
    </div>
<references />
</div>
 


INSERT IMAGES
INSERT IMAGES
This page is helpful: https://www.mediawiki.org/wiki/Help:Managing_files
This page is helpful: https://www.mediawiki.org/wiki/Help:Managing_files
1 Prepare the file on your computer in its final format. Make sure the file is exactly as you want it.
1 Prepare the file on your computer in its final format. Make sure the file is exactly as you want it.
Line 35: Line 45:


Example (see 'edit source'):
Example (see 'edit source'):
[[File:Marie_Image_1.png|thumb|480px|Figure 1: Screenshot of the press conference-video]]
[[File:Marie_Image_1.png|thumb|480px|Figure 1: Screenshot of the press conference-video]]
''Note.'' Usually, when a problem occurs, it is related to the file extension (or the size limit).
''Note.'' Usually, when a problem occurs, it is related to the file extension (or the size limit).
''Note.'' We use Figure x: … when inserting image captions. Not Fig. 4. / Fig 4: / etc.
''Note.'' We use Figure x: … when inserting image captions. Not Fig. 4. / Fig 4: / etc.


NAME SPACES (sections of the wiki)
NAME SPACES (sections of the wiki)
* For publication (e.g. content form:)
* For publication (e.g. content form:)
* Also for production space (PDF: )
* Also for production space (PDF: )
* And Images
* And Images


PRODUCTION SPACE / TRANSCLUSION
PRODUCTION SPACE / TRANSCLUSION
// to be added
// to be added


COPYING FROM PDF / PASTING WITHOUT LINEBREAKS
COPYING FROM PDF / PASTING WITHOUT LINEBREAKS
* Simple find/replace of paragraph breaks.
* Simple find/replace of paragraph breaks.
* ^p … replace with ‘space’
* ^p … replace with ‘space’


QUESTIONS
QUESTIONS
… What to do when there’s no header in the first paragraph/ introduction ?
… What to do when there’s no header in the first paragraph/ introduction ?
* Option: <div class="page-break"></div> … after the abstract
* Option: <div class="page-break"></div> … after the abstract
* Otherwise: add == Introduction == (seems to be what we did for “Minor Tech” issue)
* Otherwise: add == Introduction == (seems to be what we did for “Minor Tech” issue)

Latest revision as of 12:34, 4 September 2024

CREATE PAGES

// to be added // Create page: remember to add name space (for the journal issue)


EDIT CONTENT

  • Goto: https://cc.vvvvvvaria.org/wiki/Content-Form#Contributions
  • Click article & ‘edit source’
  • Copy & paste from text-file
  • Insert line breaks after paragraphs
  • Italics: Markup ‘’for italics’’ (you need to do this manually, check the original text)
  • Images: Insert:
    Caption for example PNG image
  • Quotes: markup

    text


FOOTNOTES

(Check the HTML by clicking 'edit source' on this page) Footnotes: Insert [1] // they are automatically inserted & numbered into ‘notes’ section. Notes section: HTML for 1 column already inserted in template (see page source)

  1. full footnote text


INSERT IMAGES

This page is helpful: https://www.mediawiki.org/wiki/Help:Managing_files 1 Prepare the file on your computer in its final format. Make sure the file is exactly as you want it.

2 In the sidebar, under "tools", click "Upload file".

3 Click "Browse" next to the "Source filename:” to locate the file on your computer. (The "browse" button may have a different label depending on your web browser).

4 Change the "Destination filename:" to something descriptive, if necessary.

5 Fill in the "Summary", if necessary.

6 Click the "Upload file" button. If it is a large file, you may need to wait several seconds for the upload to complete.

Alternatively: Insert the image-reference in the text while editing. The image name will appear in read when you see the page. Click on the link and upload the image.

Example (see 'edit source'):

Figure 1: Screenshot of the press conference-video

Note. Usually, when a problem occurs, it is related to the file extension (or the size limit). Note. We use Figure x: … when inserting image captions. Not Fig. 4. / Fig 4: / etc.


NAME SPACES (sections of the wiki)

  • For publication (e.g. content form:)
  • Also for production space (PDF: )
  • And Images


PRODUCTION SPACE / TRANSCLUSION

// to be added


COPYING FROM PDF / PASTING WITHOUT LINEBREAKS

  • Simple find/replace of paragraph breaks.
  • ^p … replace with ‘space’


QUESTIONS

… What to do when there’s no header in the first paragraph/ introduction ?

  • Option:
    … after the abstract
  • Otherwise: add == Introduction == (seems to be what we did for “Minor Tech” issue)