Main Page: Difference between revisions

From Squirrel's Lair
No edit summary
m (→‎Projects: link to images was not working)
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
|show filename=0
|show filename=0
|image width=150
|image width=150
|image height=300
|caption field=Descript
|caption field=Descript
|alt field=_pageName
|alt field=_pageName
Line 46: Line 45:
{{#cargo_query:
{{#cargo_query:
tables=Project
tables=Project
|fields= CONCAT("[[",Project.mainImage,"\|100px]]")=, Project._pageName=Project
|fields= CONCAT("[[File:",Project.mainImage,"\|100px]]")=, Project._pageName=Project
|order by=Project._pageName
|order by=Project._pageName
|limit=0
|limit=0
Line 53: Line 52:
|default=no projects found
|default=no projects found
|more results text=Click here for a full list of projects
|more results text=Click here for a full list of projects
}}
== TidBits ==
Some things we have been playing with that aren't quite projects but might be of interest to some people.
{{#cargo_query:
tables=TidBit
|fields=CONCAT("[[", _pageName,"|", shortDescription,"]]")
|where= _pageName NOT LIKE "Internal:%"
|order by=featured DESC , _pageID DESC
|limit=1000
|more results text=more TidBits
|default=no TidBits found
|format=ul
}}
}}

Revision as of 20:01, 2022 October 24


Welcome to the Squirrelslair. We provide a variety of services, please see the projects below for more info. If you have a project you think we could help you with, please email us at webcontact@squirrelslair.ca

Project Type

We have done the following types of projects:

Skillset

We have the following skillsets:

Projects

Click here for a full list of projects

TidBits

Some things we have been playing with that aren't quite projects but might be of interest to some people.