(Created page with "== useful links == * [=Bootstrap:TitleBar] == notes about gallerier == basic include: { global $wgGallerier; $wgGallerier->addGallery( array( "path" => "2014050...")
 
(useful links)
Line 1: Line 1:
 
== useful links ==
 
== useful links ==
  
* [=Bootstrap:TitleBar]
+
* [[Bootstrap:TitleBar]]
 +
* [[Bootstrap:Footer]]
  
 
== notes about gallerier ==
 
== notes about gallerier ==

Revision as of 17:05, 10 April 2017

useful links

notes about gallerier

basic include:

{
    global $wgGallerier;
    $wgGallerier->addGallery( array( "path" => "20140505-monotypes/" ) );
}

changing width:

{
    global $wgGallerier;
    $wgGallerier->addGallery( 
        array( 
            "path" => "20140505-monotypes/",
            "width" => 200,
            "height" => 50,
        )
    );
}

forcing regenration of cache:

{
    global $wgGallerier;
    $wgGallerier->addGallery( 
        array( 
            "path" => "20140505-monotypes/",
            "force" => true
        )
    );
}

online identity ∋ [ social ∋ [mastodon♥, twitter®, facebook®, diaspora, linkedin®] ∥ repos ∋ [github®, gitlab♥, bitbucket®, sourceforge] ∥ media ∋ [itch.io®, vimeo®, peertube♥, twitch.tv®, tumblr®] ∥ communities ∋ [godotengine♥, openprocessing, stackoverflow, threejs]]