Project:Navigation Galleries: Difference between revisions

From CoMakingSpace Wiki

(little update, especially better image)
Line 1: Line 1:
{{ProjectInfoBox
{{ProjectInfoBox
|project title=Galleries for Visual Wiki Navigation
|project title=Galleries for Visual Wiki Navigation
|image=mpi principle.png
|image=project gallery.png
|status=ongoing<br>''(restart of [[Project:Multi-Photo Imagemaps]]<br>with a much more practical approach)''
|status=ongoing<br>''(restart of [[Project:Multi-Photo Imagemaps]]<br>with a much more practical approach)''
|date=2019
|date=2019
Line 8: Line 8:
|materials=photos
|materials=photos
|tools=cameras, e.g. [[DSLR]]
|tools=cameras, e.g. [[DSLR]]
|software=[https://www.mediawiki.org/wiki/Help:Images#Rendering_a_gallery_of_images MediaWiki], (soon) [[Python]]
|software=[https://www.mediawiki.org/wiki/Help:Images#Rendering_a_gallery_of_images MediaWiki], [[Python]]
|cost=0 €
|cost=0 €
}}
}}
Line 49: Line 49:


== Automated Assembly ==
== Automated Assembly ==
It would be awesome to develop a script (perhaps using {{NL}}'s [https://github.com/comakingspace/CommonFiles/tree/master/Printouts/QRCodes "wikicrawler" for our QR code printouts] as a starting point) that automatically goes through certain wiki pages and gives out the wiki code for a large navigation gallery when you runs it.
[[Lukas]] started to develop a script (using {{NL}}'s [https://github.com/comakingspace/CommonFiles/tree/master/Printouts/QRCodes "wikicrawler" for our QR code printouts] as a starting point) that automatically goes through certain wiki pages and gives out the wiki code for a large navigation gallery when you run it.


A great example would be the "Project:" namespace, which is quickly filling up with awesome members' projects that are unfortunately not very visible yet. In general, many namespaces or categories could benefit from such a possibility!
A first example is the "Project:" namespace, which is quickly filling up with awesome members' projects that were unfortunately not very visible before generating such a gallery on the [[Projects]] page. In general, many namespaces or categories could benefit from such a possibility!


'''Further thoughts in [https://github.com/comakingspace/do-something/issues/96 issue #96]!'''
'''Further information in [https://github.com/comakingspace/do-something/issues/96 issue #96] for now, code not yet published'''




[[Category:Photography]]
[[Category:Photography]]
[[Category:Python]]
[[Category:Wiki]]
[[Category:Wiki]]

Revision as of 17:15, 15 February 2019

ProjectInfoBox

Galleries for Visual Wiki Navigation

Project gallery.png
Status: ongoing
(restart of Project:Multi-Photo Imagemaps
with a much more practical approach)
Release Date: 2019
Initiator: Lukas
Team: who else would like to help?
Materials Used: photos
Tools Used: cameras, e.g. DSLR
Software Used: MediaWiki, Python
Approx. Cost: 0 €


Let's try to improve visual navigation through this wiki, but in a much easier way than originally tried with Project:Multi-Photo Imagemaps!

Imagemaps of multiple photos did solve some problems, but are still too hard to modify for anyone really doing it - you'd have to download the original GIMP files, add a new photo (or better several ones so it would still look okay), upload everything again, overhaul the embedding code, ...blah.

Instead, let's use the photos we already have (e.g. in InfoBoxes) in automatable "Navigation Galleries"!

There's a template for easy linking to this page: just insert {{NavGal}} on any relevant page.

Manual Assembly

We already had a few such navigation galleries before "opening" this project, e.g. disambiguation pages or Lukas' project overview.

It's definitely possible and not too difficult to make the galleries by hand in slowly evolving cases like these!

Simply use the gallery syntax and make sure you include a link to the page you want to direct readers to, so they don't just see the page with photo information:

<gallery mode=packed-hover heights=150 caption="optional 'headline' - enter what you want">
File:example1.JPG|link=[[Example Tool]]|here's room for a photo-specific caption...
File:example2.JPG|link=[[Different Example Tool]]|...and here you put the next photo's caption!
</gallery>

The exact formatting here is just an example of course, whatever works will surely be appreciated by the next page visitor!

Advantages of the manual approach are mainly A) ease of use (requires nothing but a wiki account) and B) the flexibility to assemble the gallery out of any photos and captions you like.

Pages in Need

Here are some of our pages where such a gallery would be nice (feel free to add more):

Automated Assembly

Lukas started to develop a script (using Martin's "wikicrawler" for our QR code printouts as a starting point) that automatically goes through certain wiki pages and gives out the wiki code for a large navigation gallery when you run it.

A first example is the "Project:" namespace, which is quickly filling up with awesome members' projects that were unfortunately not very visible before generating such a gallery on the Projects page. In general, many namespaces or categories could benefit from such a possibility!

Further information in issue #96 for now, code not yet published