ウィジェットは次の言語に翻訳できます。
言語 | culture-slug |
---|---|
アラビア語 | ar |
ベンガル語 | bn |
中国語 | zh |
クロアチア語 | hr |
水 | en |
フランス語 | fr |
ドイツ語 | de |
ヒンディー語 | hi |
ハンガリー語 | hu |
インドネシア語 | id |
イタリア語 | it |
日本語 | ja |
韓国語 | ko |
ポーランド語 | pl |
ポルトガル語 | pt |
ロシア語 | ru |
スペイン語 | es |
トルコ語 | tr |
ウクライナ語 | uk |
ベトナム語 | vi |
ドイツ語 | de |
ヒンディー語 | hi |
ハンガリー語 | hu |
インドネシア語 | id |
イタリア語 | it |
日本語 | ja |
韓国語 | ko |
ポーランド語 | pl |
ポルトガル語 | pt |
ロシア語 | ru |
スペイン語 | es |
トルコ語 | tr |
ウクライナ語 | uk |
ベトナム語 | vi |
ウィジェットの言語を変更する場合は、次のテンプレートに従って iframe のソースを変更します。
https://pc-builds.com/{culture-slug}/embed/{widget-type} // For example {culture-slug} is replaced with "es" for Spanish
このコードを使用してボトルネック計算機を埋め込みます。
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/ja/embed/bottleneck-calculator"
id="pc-builds-bottleneck-calculator"
onload="LoadPCBuildsIFrame('pc-builds-bottleneck-calculator');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
このコードを使用して、1 秒あたりのフレーム数計算機を埋め込みます。
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/ja/embed/fps-calculator"
id="pc-builds-fps-calculator"
onload="LoadPCBuildsIFrame('pc-builds-fps-calculator');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
このコードを使用して、ゲーム内のボトルネック計算機を埋め込みます。
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/ja/embed/games-bottleneck-calculator"
id="pc-builds-games-bottleneck-calculator"
onload="LoadPCBuildsIFrame('pc-builds-games-bottleneck-calculator');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
このコードを使用して、電源ユニット計算機を埋め込みます。
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/ja/embed/psu-calculator"
id="pc-builds-psu-calculator"
onload="LoadPCBuildsIFrame('pc-builds-psu-calculator');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
このコードを使用してプロセッサ比較用のビューを埋め込みます。
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/ja/embed/compare-processors"
id="pc-builds-compare-processors"
onload="LoadPCBuildsIFrame('pc-builds-compare-processors');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
このコードを使用して、グラフィック カード比較用のビューを埋め込みます。
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/ja/embed/compare-graphic-cards"
id="pc-builds-compare-graphic-cards"
onload="LoadPCBuildsIFrame('pc-builds-compare-graphic-cards');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>