|
|
(31 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| <noinclude> | | <div style="display:flex; height:50vh; align-items:center;"> |
| This is the "AAType" template.
| | <div style="text-align:center;"> |
| It should be used with the form.
| | <div style="margin:auto; padding: 3em"> |
| </noinclude><includeonly>
| | This is mostly messy [[User:DavidM | DavidM]] stuff. | [[Bliki|Bliki blog]] | [[Recipes]] | [[SemWeb]] including [[SMW notes]] | [[Other wikis]] |
| {{ #if: {{{Tags|}}} |<!-- temporary, remove after corrected -->
| | </div> |
| {{ #set: Location={{{Tags}}} }}{{ #set: Arts={{{Tags}}} }}{{ #set: Type={{{Tags}}} }}{{ #set: Aspects={{{Tags}}} }}
| | </div> |
| | }}
| | <div style="writing-mode:vertical-lr; transform:rotate(180deg); display:flex; align-items:center;"> |
| {{ #if: {{{Image|}}} |
| | other zooid wikis: [https://canbudget.zooid.org canbudget], [https://subvention.zooid.org subvention], [https://ced.zooid.org ced] |
| {{ #set:Image={{{Image|}}} }}
| | </div> |
| [[File:{{{Image}}}|200px|thumb|left|{{PAGENAME}}]] | |
| | }}
| |
| {{ #if: {{{Home page|}}} |
| |
| <div class="tpldiv"><span class="tpllabel">Home page</span> | |
| <span class="tblvalue">[[Home page::{{{Home page|}}}]]</span> | |
| </div> | | </div> |
| | }}
| |
| {{ #if: {{{Location|}}} |
| |
| {{#arraymap:{{{Location}}}|,|x|[[Category:x]] |<nowiki> </nowiki>}}{{ #set:GPS Location={{ #geocode: {{{Location}}}, Canada }} }}
| |
| <!-- {{#arraymap:{{{Location}}}|,|x|[[Location::x]] |<nowiki> </nowiki>}} -->
| |
| | }}
| |
| {{ #if: {{{Arts|}}} |
| |
| {{#arraymap:{{{Arts}}}|,|x|[[Category:x]] |<nowiki> </nowiki>}}
| |
| <!-- {{#arraymap:{{{Arts}}}|,|x|[[Arts::x]] |<nowiki> </nowiki>}} -->
| |
| | }}
| |
| {{ #if: {{{Type|}}} |
| |
| {{#arraymap:{{{Type}}}|,|x|[[Category:x]] |<nowiki> </nowiki>}}
| |
| <!-- {{#arraymap:{{{Type}}}|,|x|[[Type::x]] |<nowiki> </nowiki>}} -->
| |
| | }}
| |
| {{ #if: {{{Aspects|}}} |
| |
| {{#arraymap:{{{Aspects}}}|,|x|[[Category:x]] |<nowiki> </nowiki>}}
| |
| <!-- {{#arraymap:{{{Aspects}}}|,|x|[[Aspects::x]] |<nowiki> </nowiki>}} -->
| |
| | }}
| |
|
| |
| {{ #ask: [[Category:Event]][[People::{{PAGENAME}}]]
| |
| |?Start date
| |
| |?End date
| |
| |?Location
| |
| |intro=== Events with {{PAGENAME}} ==
| |
| }}
| |
|
| |
| {{#forminput:form=Event|||button text=Add an event|query string=Event[People]={{PAGENAME}}&Event[Arts]={{{Arts}}}|}}
| |
|
| |
| <br class="cleared" />
| |
|
| |
| </includeonly>
| |