Jump to content

Template:Navbox: Difference between revisions

w>Izno
remove templatestyles call from here
 
m 1 revision imported
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{{#invoke:Navbox|navbox}}</includeonly><noinclude>
<div style="border:4px solid #79b;border-radius:16px;padding:10px;background:#ace;margin:4px"><b style="font-size:18px;">{{{header}}}</b><br>
{{Documentation}}
{{{body}}}</div>
</noinclude>
<noinclude>{{documentation}}
<templatedata>
{
"params": {
"header": {
"description": "Header of the navbox, displayed in 16px bold font.",
"type": "string",
"default": "(Page writer's father 404 not found)",
"autovalue": "This page is ",
"required": true
},
"body": {
"description": "Displayed below the header in 11px normal font.",
"type": "string",
"default": "Why would the page writer go into the source editor just to see this text in the preview?",
"autovalue": "Please do not the write.",
"required": true
}
}
}
</templatedata></noinclude>