Difference between revisions of "Ogmeta"
From InfoTechPedia
TomHutchison (talk | contribs) (Created page with "<includeonly>{{#set: |Meta element og-image=https:{{filepath:{{#sub:{{#explode:<MANY>{{#show: {{FULLPAGENAME}} |?Attachment_link|format=array}}|<MANY>|1}}|5}}}} |Meta el...") |
TomHutchison (talk | contribs) |
||
Line 1: | Line 1: | ||
<includeonly>{{#set: | <includeonly>{{#set: | ||
|Meta element og-image=https:{{filepath:{{#sub:{{#explode:<MANY>{{#show: {{FULLPAGENAME}} |?Attachment_link|format=array}}|<MANY>|1}}|5}}}} | |Meta element og-image=https:{{filepath:{{#sub:{{#explode:<MANY>{{#show: {{FULLPAGENAME}} |?Attachment_link|format=array}}|<MANY>|1}}|5}}}} | ||
− | |Meta element og-image-type={{#show: {{#show: {{FULLPAGENAME}} |?Attachment_link| | + | |Meta element og-image-type={{#show: {{#explode:<MANY>{{#show: {{FULLPAGENAME}} |?Attachment_link|format=array}}|<MANY>|1}} |?MIME type }} |
− | |Meta element og-image-width={{#show: {{#show: {{FULLPAGENAME}} |?Attachment_link| | + | |Meta element og-image-width={{#show: {{#explode:<MANY>{{#show: {{FULLPAGENAME}} |?Attachment_link|format=array}}|<MANY>|1}}#_EXIFDATA |?Width }} |
− | |Meta element og-image-height={{#show: {{#show: {{FULLPAGENAME}} |?Attachment_link| | + | |Meta element og-image-height={{#show: {{#explode:<MANY>{{#show: {{FULLPAGENAME}} |?Attachment_link|format=array}}|<MANY>|1}}#_EXIFDATA |?Height }} |
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
This template automatically adds the og meta tags, og:image, og:image-type, og:image-height, and og:image-width. | This template automatically adds the og meta tags, og:image, og:image-type, og:image-height, and og:image-width. | ||
Line 9: | Line 9: | ||
{{#set: | {{#set: | ||
|Meta element og-image=https:{{filepath:{{#sub:{{#explode:<MANY>{{#show: {{FULLPAGENAME}} |?Attachment_link|format=array}}|<MANY>|1}}|5}}}} | |Meta element og-image=https:{{filepath:{{#sub:{{#explode:<MANY>{{#show: {{FULLPAGENAME}} |?Attachment_link|format=array}}|<MANY>|1}}|5}}}} | ||
− | |Meta element og-image-type={{#show: {{#show: {{FULLPAGENAME}} |?Attachment_link| | + | |Meta element og-image-type={{#show: {{#explode:<MANY>{{#show: {{FULLPAGENAME}} |?Attachment_link|format=array}}|<MANY>|1}} |?MIME type }} |
− | |Meta element og-image-width={{#show: {{#show: {{FULLPAGENAME}} |?Attachment_link| | + | |Meta element og-image-width={{#show: {{#explode:<MANY>{{#show: {{FULLPAGENAME}} |?Attachment_link|format=array}}|<MANY>|1}}#_EXIFDATA |?Width }} |
− | |Meta element og-image-height={{#show: {{#show: {{FULLPAGENAME}} |?Attachment_link| | + | |Meta element og-image-height={{#show: {{#explode:<MANY>{{#show: {{FULLPAGENAME}} |?Attachment_link|format=array}}|<MANY>|1}}#_EXIFDATA |?Height }} |
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Revision as of 11:10, 3 November 2020
This template automatically adds the og meta tags, og:image, og:image-type, og:image-height, and og:image-width.
{{#set: |Meta element og-image=https:{{filepath:{{#sub:{{#explode:<MANY>{{#show: {{FULLPAGENAME}} |?Attachment_link|format=array}}|<MANY>|1}}|5}}}} |Meta element og-image-type={{#show: {{#explode:<MANY>{{#show: {{FULLPAGENAME}} |?Attachment_link|format=array}}|<MANY>|1}} |?MIME type }} |Meta element og-image-width={{#show: {{#explode:<MANY>{{#show: {{FULLPAGENAME}} |?Attachment_link|format=array}}|<MANY>|1}}#_EXIFDATA |?Width }} |Meta element og-image-height={{#show: {{#explode:<MANY>{{#show: {{FULLPAGENAME}} |?Attachment_link|format=array}}|<MANY>|1}}#_EXIFDATA |?Height }} }}