Template:PartOfSeries: Difference between revisions
>TurkiyeOyuntv No edit summary |
>TurkiyeOyuntv No edit summary |
||
Line 13: | Line 13: | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
< | <p style="color:red;">WARNING: DO NOT EDIT THIS PAGE!</p> | ||
anyways... | anyways... | ||
<div style="background:#ECFCF4";border: 1px solid #A2A9B1;> | <div style="background:#ECFCF4";border: 1px solid #A2A9B1;> | ||
< | <h1>Template:PartOfSeries Tutorial (cuz this is really hard)</h1> | ||
{{PartOfSeries | {{PartOfSeries | ||
| PartOfASeries = Part of a series on the | | PartOfASeries = Part of a series on the | ||
Line 24: | Line 24: | ||
| Tabs = {{TurkishHistoryTabs}} | | Tabs = {{TurkishHistoryTabs}} | ||
}} | }} | ||
< | <h2>Example Usage</h2> | ||
<nowiki>{{PartOfSeries</nowiki> | <nowiki>{{PartOfSeries</nowiki> | ||
<br><nowiki>| PartOfASeries = Part of a series on the</nowiki></br> | <br><nowiki>| PartOfASeries = Part of a series on the</nowiki></br> | ||
Line 32: | Line 32: | ||
<br><nowiki>| Tabs = {{TurkishHistoryTabs}}</nowiki></br> | <br><nowiki>| Tabs = {{TurkishHistoryTabs}}</nowiki></br> | ||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
< | <h2>Frequently Asked Questions</h2> | ||
Q: Whats the point of this template lol | Q: Whats the point of this template lol | ||
A: To make design changes, fixes and that kind of stuff get applied to all PartOfSeries templates! | A: To make design changes, fixes and that kind of stuff get applied to all PartOfSeries templates! |
Revision as of 16:06, 12 September 2021
WARNING: DO NOT EDIT THIS PAGE!
anyways...
Template:PartOfSeries Tutorial (cuz this is really hard)
Part of a series on the | ||||||
History of Turkey | ||||||
Timeline | ||||||
| ||||||
|
Example Usage
{{PartOfSeries
| PartOfASeries = Part of a series on the
| MainTitle = History of <br>[[Turkey]]</br>
| MiniText = [[Timeline of Turkey|Timeline]]
| Image = [[File:TurkeyFlag2.png|250px]]
| Tabs = {{TurkishHistoryTabs}}
}}
Frequently Asked Questions
Q: Whats the point of this template lol A: To make design changes, fixes and that kind of stuff get applied to all PartOfSeries templates!
Q: Why you made this very hard
A: Cuz i couldnt find a way to make this easier
<templatedata>
{
"description": "I recommend not using this if you dont %100 know what are you doing",
"params": {
"PartOfASeries": {
"label": "Part Of A Series Text",
"description": "Use this to set Part Of A Series Text",
"example": "Part of a series on the",
"type": "string",
"default": "Part of a series on",
"autovalue": "Part of a series on",
"required": true
},
"MainTitle": {
"label": "Main Title",
"description": "Main Title Text",
"example": "History of
Turkey
",
"type": "string",
"default": "History of
Turkey
",
"autovalue": "History of
Turkey
",
"required": true
},
"MiniText": {
"label": "Mini Text",
"description": "Mini Text (The small text below the image)",
"example": "Timeline",
"type": "string",
"default": "Timeline",
"autovalue": "Timeline",
"suggested": true
},
"Tabs": {
"label": "Tabs",
"description": "The Tabs. Good luck on using this :D btw you will put a template here"
},
"Image": {
"label": "Image",
"description": "The Image",
"autovalue": "",
"example": "",
"default": "",
"suggested": true
}
},
"sets": [],
"maps": {}
}
</templatedata>