No edit summary |
m (1 revision imported) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
</nowiki> | </nowiki> | ||
== Create or edit with form == | == Create or edit with form == | ||
you can use the [[Form:Portal|portal form]] to create or edit portal pages: | you can use the [[Form:Portal|portal form]] to create or edit portal pages: | ||
Line 15: | Line 16: | ||
|hide numbers={{{hide numbers|}}} | |hide numbers={{{hide numbers|}}} | ||
}} }}{{#if:{{{banner-text|}}}{{{banner-heading|}}}| | }} }}{{#if:{{{banner-text|}}}{{{banner-heading|}}}| | ||
<div class=" | <div class="border border-grey-400 rounded-md mx-0 overflow-hidden {{{type|}}} {{#ifeq:{{mediawiki:mainpage}}|{{PAGENAME}}|mb-10|mb-20}} md:max-w-full max-w-fit {{#if:{{{prose|}}}|prose|not-prose}}">{{#if:{{{banner-image|}}}|[[file:{{{banner-image}}}|class=w-full|link=|alt=Banner image]]}} | ||
{{#if:{{{ | {{#if:{{{banner-heading|}}}|<div class="flex items-center bg-blue-30 px-6"> | ||
{{#if:{{{banner-image|}}}|[[ | <h2 class="text-lg h4 px-4 pt-2 pb-2 font-medium">{{{banner-heading|}}}</h2> | ||
<h2 class=" text-lg h4 px- | |||
</div>}} | </div>}} | ||
<div class="px-10 text-sm text-gray-600 | <div class="max-w-fit {{#if:{{{banner-heading|}}}||pt-5}} px-10 text-sm text-gray-600 pb-5"> | ||
{{{banner-text|}}} | {{{banner-text|}}} | ||
</div> | </div> | ||
</div>}}{{#ifeq:{{mediawiki:mainpage}}|{{PAGENAME}}|<div id="siteNotice" ></div>|}}{{Carousel | </div>}}{{#ifeq:{{mediawiki:mainpage}}|{{PAGENAME}}|<div id="siteNotice" ></div>|}}{{#if:{{{row title query|}}}{{{page query|}}}| | ||
{{Grid | |||
|page={{{page query|}}} | |||
|row title={{{row title query|}}} | |||
}} | |||
|{{Carousel | |||
|title={{{section 1|}}} | |title={{{section 1|}}} | ||
|link={{{section 1|}}} | |link={{{section 1|}}} | ||
Line 59: | Line 64: | ||
|cards={{{cards 7|}}} | |cards={{{cards 7|}}} | ||
|template={{{template 7|}}} | |template={{{template 7|}}} | ||
}} | |||
{{Carousel | |||
|title={{{section 8|}}} | |||
|link={{{section 8|}}} | |||
|cards={{{cards 8|}}} | |||
|template={{{template 8|}}} | |||
}} | |||
}} | }} | ||
{{#ifeq:{{{no-title|}}}|Yes||{{#hidetitle:true}}}}[[category:portal]]{{#arraymap:{{{categories|}}}|;|xx|[[category:xx]]}} | {{#ifeq:{{{no-title|}}}|Yes||{{#hidetitle:true}}}}[[category:portal]]{{#arraymap:{{{categories|}}}|;|xx|[[category:xx]]}} | ||
<span style="display:none">{{#default_form:Portal}}</span> | <span style="display:none">{{#default_form:Portal}}</span> | ||
__NOTOC__ | __NOTOC__ | ||
{{#noprose:}} | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"no-title": { | "no-title": { | ||
"label": "Hide page title section", | "label": "Hide page title section", | ||
"description": "type any charachter", | "description": "type any charachter", | ||
"type": "boolean" | "type": "boolean" | ||
}, | }, | ||
"page title": { | "page title": { | ||
"label": "Page title", | "label": "Page title", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"banner-text": { | "banner-text": { | ||
"label": "Text for the banner section ", | "label": "Text for the banner section ", | ||
"type": "content", | "type": "content", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"banner-heading": { | "banner-heading": { | ||
"label": "Text for the header of the banner", | "label": "Text for the header of the banner", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"section 1": { | "section 1": { | ||
"label": "First section title", | "label": "First section title", | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"cards 1": { | "cards 1": { | ||
"label": "Card list for the first section ", | "label": "Card list for the first section ", | ||
"example": "Add as many \"card\" templates as you want", | "example": "Add as many \"card\" templates as you want", | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"section 2": { | "section 2": { | ||
"label": "2nd section title", | "label": "2nd section title", | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"cards 2": { | "cards 2": { | ||
"label": "Card list for the 2nd section ", | "label": "Card list for the 2nd section ", | ||
"example": "Add as many \"card\" templates as you want", | "example": "Add as many \"card\" templates as you want", | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"section 3": { | "section 3": { | ||
"label": "3rd section title", | "label": "3rd section title", | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"cards 3": { | "cards 3": { | ||
"label": "Card list for the 3rd section ", | "label": "Card list for the 3rd section ", | ||
"example": "Add as many \"card\" templates as you want", | "example": "Add as many \"card\" templates as you want", | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"section 4": { | "section 4": { | ||
"label": "4th section title", | "label": "4th section title", | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"cards 4": { | "cards 4": { | ||
"label": "Card list for the 4th section ", | "label": "Card list for the 4th section ", | ||
"example": "Add as many \"card\" templates as you want", | "example": "Add as many \"card\" templates as you want", | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"section 5": { | "section 5": { | ||
"label": "5th section title", | "label": "5th section title", | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"cards 5": { | "cards 5": { | ||
"label": "Card list for the 5th section ", | "label": "Card list for the 5th section ", | ||
"example": "Add as many \"card\" templates as you want", | "example": "Add as many \"card\" templates as you want", | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"section 6": { | "section 6": { | ||
"label": "6th section title", | "label": "6th section title", | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"cards 6": { | "cards 6": { | ||
"label": "Card list for the 6th section ", | "label": "Card list for the 6th section ", | ||
"example": "Add as many \"card\" templates as you want", | "example": "Add as many \"card\" templates as you want", | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"title-icon": { | "title-icon": { | ||
"label": "Icon for the title section ", | "label": "Icon for the title section ", | ||
"description": "Image name", | "description": "Image name", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"banner-image": { | "banner-image": { | ||
"label": "Image for the banner", | "label": "Image for the banner", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggested": true | "suggested": true | ||
} | }, | ||
}, | "hide numbers": {}, | ||
"description": "Tempate for creating portal pages in Wazeopedia main pages. \n", | "template 1": {}, | ||
"paramOrder": [ | "template 2": {}, | ||
"title-icon", | "template 3": {}, | ||
"banner-text", | "template 4": {}, | ||
"page title", | "template 5": {}, | ||
"banner-heading", | "template 6": {}, | ||
"banner-image", | "section 7": {}, | ||
"no-title", | "cards 7": {}, | ||
"section 1", | "template 7": {}, | ||
"cards 1", | "section 8": {}, | ||
"section 2", | "cards 8": {}, | ||
"cards 2", | "template 8": {}, | ||
"section 3", | "categories": {}, | ||
"cards 3", | "type": {}, | ||
"section 4", | "row title query": {}, | ||
"cards 4", | "page query": {} | ||
"section 5", | }, | ||
"cards 5", | "description": "Tempate for creating portal pages in Wazeopedia main pages. \n", | ||
"section 6", | "paramOrder": [ | ||
"cards 6" | "title-icon", | ||
] | "banner-text", | ||
"page title", | |||
"banner-heading", | |||
"banner-image", | |||
"no-title", | |||
"section 1", | |||
"cards 1", | |||
"section 2", | |||
"cards 2", | |||
"section 3", | |||
"cards 3", | |||
"section 4", | |||
"cards 4", | |||
"section 5", | |||
"cards 5", | |||
"section 6", | |||
"cards 6", | |||
"hide numbers", | |||
"template 1", | |||
"template 2", | |||
"template 3", | |||
"template 4", | |||
"template 5", | |||
"template 6", | |||
"section 7", | |||
"cards 7", | |||
"template 7", | |||
"section 8", | |||
"cards 8", | |||
"template 8", | |||
"categories", | |||
"type", | |||
"row title query", | |||
"page query" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 14:08, 28 January 2024
This template is being used for creating portal pages in Wazeopedia main pages.
Template structure
Create or edit with form
you can use the portal form to create or edit portal pages:
Tempate for creating portal pages in Wazeopedia main pages.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Icon for the title section | title-icon | Image name | File | suggested |
Text for the banner section | banner-text | no description | Content | suggested |
Page title | page title | no description | String | suggested |
Text for the header of the banner | banner-heading | no description | String | suggested |
Image for the banner | banner-image | no description | File | suggested |
Hide page title section | no-title | type any charachter | Boolean | optional |
First section title | section 1 | no description | String | required |
Card list for the first section | cards 1 | no description
| String | required |
2nd section title | section 2 | no description | String | required |
Card list for the 2nd section | cards 2 | no description
| String | required |
3rd section title | section 3 | no description | String | required |
Card list for the 3rd section | cards 3 | no description
| String | required |
4th section title | section 4 | no description | String | required |
Card list for the 4th section | cards 4 | no description
| String | required |
5th section title | section 5 | no description | String | required |
Card list for the 5th section | cards 5 | no description
| String | required |
6th section title | section 6 | no description | String | required |
Card list for the 6th section | cards 6 | no description
| String | required |
hide numbers | hide numbers | no description | Unknown | optional |
template 1 | template 1 | no description | Unknown | optional |
template 2 | template 2 | no description | Unknown | optional |
template 3 | template 3 | no description | Unknown | optional |
template 4 | template 4 | no description | Unknown | optional |
template 5 | template 5 | no description | Unknown | optional |
template 6 | template 6 | no description | Unknown | optional |
section 7 | section 7 | no description | Unknown | optional |
cards 7 | cards 7 | no description | Unknown | optional |
template 7 | template 7 | no description | Unknown | optional |
section 8 | section 8 | no description | Unknown | optional |
cards 8 | cards 8 | no description | Unknown | optional |
template 8 | template 8 | no description | Unknown | optional |
categories | categories | no description | Unknown | optional |
type | type | no description | Unknown | optional |
row title query | row title query | no description | Unknown | optional |
page query | page query | no description | Unknown | optional |